nftables-vl.spec 3.2 KB

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