source: projects/specs/trunk/n/nftables/nftables-vl.spec @ 9732

Revision 9732, 3.2 KB checked in by inagaki, 9 years ago (diff)

2015-09-05 Ryoichi INAGAKI <ryo1@…>

  • aufs-util: updated
  • nftables: added Group tag


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