nftables-vl.spec 3.1 KB

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