libnfnetlink/libnfnetlink.spec

130 lines
4.0 KiB
RPMSpec
Raw Normal View History

Name: libnfnetlink
2009-09-28 12:04:38 +00:00
Version: 1.0.0
2011-11-27 21:28:59 +00:00
Release: 2%{?dist}
Summary: Netfilter netlink userspace library
Group: System Environment/Libraries
2011-11-27 21:28:59 +00:00
License: GPLv2+
URL: http://netfilter.org
2008-07-16 20:19:48 +00:00
Source0: http://netfilter.org/projects/libnfnetlink/files/%{name}-%{version}.tar.bz2
Source1: http://www.gnu.org/licenses/gpl.txt
2008-07-16 20:19:48 +00:00
Patch0: libnfnetlink-sysheader.patch
2011-11-27 21:28:59 +00:00
Patch1: libnfnetlink-rollup.patch
2008-02-22 23:46:36 +00:00
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: kernel-headers
BuildRequires: automake autoconf libtool pkgconfig
%description
libnfnetlink is a userspace library that provides some low-level
nfnetlink handling functions. It is used as a foundation for other, netfilter
subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log
and libnfnetlink_queue.
%package devel
Summary: Netfilter netlink userspace library
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
2008-02-22 23:46:36 +00:00
Requires: kernel-headers
%description devel
libnfnetlink is a userspace library that provides some low-level
nfnetlink handling functions. It is used as a foundation for other, netfilter
subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log
and libnfnetlink_queue.
%prep
2008-07-16 20:19:48 +00:00
%setup -q
cp %{SOURCE1} LICENSE
%patch0 -p1
2011-11-27 21:28:59 +00:00
%patch1 -p1
2008-02-22 23:46:36 +00:00
autoreconf -i --force
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc README LICENSE
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
2006-07-12 19:12:35 +00:00
%{_libdir}/pkgconfig/*.pc
2007-03-25 17:23:29 +00:00
%dir %{_includedir}/libnfnetlink
%{_includedir}/libnfnetlink/*.h
%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2009-09-28 12:04:38 +00:00
* Mon Sep 28 2009 Paul P. Komkoff Jr <i@stingr.net> - 1.0.0-1
- upstream release
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.41-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-03-06 18:01:02 +00:00
* Fri Mar 6 2009 Paul P. Komkoff Jr <i@stingr.net> - 0.0.41-1
- upstream release
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.40-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-01-19 17:01:55 +00:00
* Mon Jan 19 2009 Paul P. Komkoff Jr <i@stingr.net> - 0.0.40-1
- upstream release
* Tue Jan 13 2009 Caolán McNamara <caolanm@redhat.com> - 0.0.39-4
- rebuild to get provides pkgconfig(libnfnetlink)
* Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.0.39-3
- Fix Patch0:/%%patch mismatch.
2008-08-07 15:03:20 +00:00
* Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.0.39-2
- fix license tag
2008-07-16 20:19:48 +00:00
* Fri Jul 4 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.0.39
- grab latest upstream release
2008-02-22 23:46:36 +00:00
* Fri Feb 22 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.0.33-0.1.svn7211
- grab latest upstream changes and fixes, along with new version number
- do not mess with bundled nfnetlink.h, use <linux/netfilter/nfnetlink.h>
2008-02-20 03:25:15 +00:00
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.30-2
- Autorebuild for GCC 4.3
2007-08-30 18:24:01 +00:00
* Thu Aug 30 2007 Paul P. Komkoff Jr <i@stingr.net> - 0.0.30-1
- new upstream version
2007-03-25 17:23:29 +00:00
* Sun Mar 25 2007 Paul P. Komkoff Jr <i@stingr.net> - 0.0.25-2
- grab ownership of some directories
2007-02-08 22:00:17 +00:00
* Fri Feb 9 2007 Paul P. Komkoff Jr <i@stingr.net> - 0.0.25-1
- upstream version 0.0.25
2006-09-10 09:35:11 +00:00
* Sun Sep 10 2006 Paul P. Komkoff Jr <i@stingr.net>
- rebuilt
2006-07-12 19:12:35 +00:00
* Wed Jul 12 2006 Felipe Kellermann <stdfk@terra.com.br> - 0.0.16-1
- Adds pkgconfig to devel files.
- Version 0.0.16.
* Mon May 8 2006 Paul P Komkoff Jr <i@stingr.net> - 0.0.14-3
- Include borrowed gpl.txt as LICENSE in %doc
* Sun Mar 26 2006 Paul P Komkoff Jr <i@stingr.net> - 0.0.14-1
- Preparing for submission to fedora extras