nftables-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. Name: nftables
  2. Version: 0.4
  3. Release: 3%{?_dist_release}
  4. Summary: Netfilter Tables userspace utillites
  5. License: GPLv2
  6. URL: http://netfilter.org/projects/nftables/
  7. Source0: http://ftp.netfilter.org/pub/nftables/nftables-%{version}.tar.bz2
  8. # Already applied upstream
  9. # http://git.netfilter.org/nftables/patch/?id=545c93d54d900e8e20071891b7e2bf3bb0e5fed2
  10. Patch0: nftables-0.4-fix-dep-gen.patch
  11. #BuildRequires: autogen
  12. #BuildRequires: autoconf
  13. #BuildRequires: automake
  14. #BuildRequires: libtool
  15. BuildRequires: flex
  16. BuildRequires: bison
  17. BuildRequires: libmnl-devel
  18. BuildRequires: gmp-devel
  19. BuildRequires: readline-devel
  20. BuildRequires: libnftnl-devel
  21. BuildRequires: docbook2X
  22. %description
  23. Netfilter Tables userspace utilities.
  24. %prep
  25. #setup -q -n nftables-%{snapdate}
  26. %setup -q
  27. %patch0 -p1
  28. %build
  29. #./autogen.sh
  30. %configure --disable-silent-rules
  31. make %{?_smp_mflags}
  32. %install
  33. %make_install
  34. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  35. chmod 644 $RPM_BUILD_ROOT/%{_mandir}/man8/nft*
  36. %files
  37. %doc COPYING TODO
  38. %config(noreplace) %{_sysconfdir}/nftables/
  39. %{_sbindir}/nft
  40. %{_mandir}/man8/nft*
  41. %changelog
  42. * Wed Jul 8 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4-3
  43. - initial build for Vine Linux.
  44. * Sat Jan 10 2015 Kevin Fenzi <kevin@scrye.com> 0.4-2
  45. - Add patch to fix nft -f dep gen.
  46. * Fri Dec 26 2014 Kevin Fenzi <kevin@scrye.com> 0.4-1
  47. - Update to 0.4
  48. - Add Epoch to fix versioning.
  49. * Wed Sep 03 2014 Kevin Fenzi <kevin@scrye.com> 0.100-4.20140903git
  50. - Update to 20140903 snapshot
  51. * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100-4.20140704git
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  53. * Fri Jul 04 2014 Kevin Fenzi <kevin@scrye.com> 0.100-3.20140704git
  54. - Update to new snapshot
  55. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100-2.20140426git
  56. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  57. * Sat Apr 26 2014 Kevin Fenzi <kevin@scrye.com> 0.100-1.20140426git
  58. - Update t0 20140426
  59. * Sun Mar 30 2014 Kevin Fenzi <kevin@scrye.com> 0.100-1.20140330git
  60. - Update to 20140330 snapshot
  61. - Sync versions to be post 0.100 release.
  62. * Wed Mar 26 2014 Kevin Fenzi <kevin@scrye.com> 0-0.7.20140326git
  63. - Update to 20140326 snapshot
  64. - Fix permissions on man pages.
  65. * Mon Mar 24 2014 Kevin Fenzi <kevin@scrye.com> 0-0.6.20140324git
  66. - Update to 20140324 snapshot
  67. * Fri Mar 07 2014 Kevin Fenzi <kevin@scrye.com> 0-0.5.20140307git
  68. - Update to 20140307
  69. * Sat Jan 25 2014 Kevin Fenzi <kevin@scrye.com> 0-0.4.20140125git
  70. - Update to 20140125 snapshot
  71. * Sat Jan 18 2014 Kevin Fenzi <kevin@scrye.com> 0-0.3.20140118git
  72. - Update to 20140118 snapshot
  73. - Fixed License tag to be correct
  74. - Fixed changelog
  75. - nft scripts now use full path for nft
  76. - Fixed man page building
  77. - Dropped unneeded rm in install
  78. - Patched build to not be silent.
  79. * Tue Dec 03 2013 Kevin Fenzi <kevin@scrye.com> 0-0.2.20131202git
  80. - Use upstream snapshots for source.
  81. - Use 0 for version.
  82. * Sat Nov 30 2013 Kevin Fenzi <kevin@scrye.com> 0-0.1
  83. - initial version for Fedora review