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

Revision 9652, 3.1 KB checked in by tomop, 9 years ago (diff)

nftables関連

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