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

Revision 11542, 3.1 KB checked in by tomop, 6 years ago (diff)

nftables-0.8.2-1

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