| 1 | Name: libnfnetlink |
|---|
| 2 | Version: 1.0.0 |
|---|
| 3 | Release: 5%{?_dist_release} |
|---|
| 4 | Summary: Netfilter netlink userspace library |
|---|
| 5 | Group: System Environment/Libraries |
|---|
| 6 | License: GPLv2+ |
|---|
| 7 | URL: http://netfilter.org |
|---|
| 8 | Source0: http://netfilter.org/projects/libnfnetlink/files/%{name}-%{version}.tar.bz2 |
|---|
| 9 | Patch0: libnfnetlink-sysheader.patch |
|---|
| 10 | Patch1: libnfnetlink-rollup.patch |
|---|
| 11 | BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) |
|---|
| 12 | BuildRequires: kernel-headers |
|---|
| 13 | BuildRequires: automake autoconf libtool pkgconfig |
|---|
| 14 | |
|---|
| 15 | Vendor: Project Vine |
|---|
| 16 | Distribution: Vine Linux |
|---|
| 17 | |
|---|
| 18 | %description |
|---|
| 19 | libnfnetlink is a userspace library that provides some low-level |
|---|
| 20 | nfnetlink handling functions. It is used as a foundation for other, netfilter |
|---|
| 21 | subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log |
|---|
| 22 | and libnfnetlink_queue. |
|---|
| 23 | |
|---|
| 24 | %package devel |
|---|
| 25 | Summary: Netfilter netlink userspace library |
|---|
| 26 | Group: Development/Libraries |
|---|
| 27 | Requires: %{name} = %{version}-%{release} |
|---|
| 28 | Requires: kernel-headers |
|---|
| 29 | |
|---|
| 30 | %description devel |
|---|
| 31 | libnfnetlink is a userspace library that provides some low-level |
|---|
| 32 | nfnetlink handling functions. It is used as a foundation for other, netfilter |
|---|
| 33 | subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log |
|---|
| 34 | and libnfnetlink_queue. |
|---|
| 35 | |
|---|
| 36 | %prep |
|---|
| 37 | %setup -q |
|---|
| 38 | %patch0 -p1 |
|---|
| 39 | %patch1 -p1 |
|---|
| 40 | |
|---|
| 41 | autoreconf -i --force |
|---|
| 42 | |
|---|
| 43 | %build |
|---|
| 44 | %configure --disable-static |
|---|
| 45 | make %{?_smp_mflags} |
|---|
| 46 | |
|---|
| 47 | %install |
|---|
| 48 | rm -rf %{buildroot} |
|---|
| 49 | make install DESTDIR=%{buildroot} |
|---|
| 50 | find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' |
|---|
| 51 | |
|---|
| 52 | %clean |
|---|
| 53 | rm -rf %{buildroot} |
|---|
| 54 | |
|---|
| 55 | %post -p /sbin/ldconfig |
|---|
| 56 | %postun -p /sbin/ldconfig |
|---|
| 57 | |
|---|
| 58 | %files |
|---|
| 59 | %defattr(-,root,root,-) |
|---|
| 60 | %doc README COPYING |
|---|
| 61 | %{_libdir}/*.so.* |
|---|
| 62 | |
|---|
| 63 | |
|---|
| 64 | %files devel |
|---|
| 65 | %defattr(-,root,root,-) |
|---|
| 66 | %{_libdir}/*.so |
|---|
| 67 | %{_libdir}/pkgconfig/*.pc |
|---|
| 68 | %dir %{_includedir}/libnfnetlink |
|---|
| 69 | %{_includedir}/libnfnetlink/*.h |
|---|
| 70 | |
|---|
| 71 | %changelog |
|---|
| 72 | * Wed Mar 14 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.0-5 |
|---|
| 73 | - initial build for Vine Linux |
|---|
| 74 | |
|---|
| 75 | * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4 |
|---|
| 76 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
|---|
| 77 | |
|---|
| 78 | * Mon Nov 28 2011 Paul P. Komkoff Jr <i@stingr.net> - 1.0.0-3 |
|---|
| 79 | - post-1.0 build fixes |
|---|
| 80 | - switch to gplv2+ |
|---|
| 81 | - use packaged COPYING for license |
|---|
| 82 | |
|---|
| 83 | * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2 |
|---|
| 84 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
|---|
| 85 | |
|---|
| 86 | * Mon Sep 28 2009 Paul P. Komkoff Jr <i@stingr.net> - 1.0.0-1 |
|---|
| 87 | - upstream release |
|---|
| 88 | |
|---|
| 89 | * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.41-2 |
|---|
| 90 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
|---|
| 91 | |
|---|
| 92 | * Fri Mar 6 2009 Paul P. Komkoff Jr <i@stingr.net> - 0.0.41-1 |
|---|
| 93 | - upstream release |
|---|
| 94 | |
|---|
| 95 | * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.40-2 |
|---|
| 96 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
|---|
| 97 | |
|---|
| 98 | * Mon Jan 19 2009 Paul P. Komkoff Jr <i@stingr.net> - 0.0.40-1 |
|---|
| 99 | - upstream release |
|---|
| 100 | |
|---|
| 101 | * Tue Jan 13 2009 Caolán McNamara <caolanm@redhat.com> - 0.0.39-4 |
|---|
| 102 | - rebuild to get provides pkgconfig(libnfnetlink) |
|---|
| 103 | |
|---|
| 104 | * Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.0.39-3 |
|---|
| 105 | - Fix Patch0:/%%patch mismatch. |
|---|
| 106 | |
|---|
| 107 | * Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.0.39-2 |
|---|
| 108 | - fix license tag |
|---|
| 109 | |
|---|
| 110 | * Fri Jul 4 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.0.39 |
|---|
| 111 | - grab latest upstream release |
|---|
| 112 | |
|---|
| 113 | * Fri Feb 22 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.0.33-0.1.svn7211 |
|---|
| 114 | - grab latest upstream changes and fixes, along with new version number |
|---|
| 115 | - do not mess with bundled nfnetlink.h, use <linux/netfilter/nfnetlink.h> |
|---|
| 116 | |
|---|
| 117 | * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.30-2 |
|---|
| 118 | - Autorebuild for GCC 4.3 |
|---|
| 119 | |
|---|
| 120 | * Thu Aug 30 2007 Paul P. Komkoff Jr <i@stingr.net> - 0.0.30-1 |
|---|
| 121 | - new upstream version |
|---|
| 122 | |
|---|
| 123 | * Sun Mar 25 2007 Paul P. Komkoff Jr <i@stingr.net> - 0.0.25-2 |
|---|
| 124 | - grab ownership of some directories |
|---|
| 125 | |
|---|
| 126 | * Fri Feb 9 2007 Paul P. Komkoff Jr <i@stingr.net> - 0.0.25-1 |
|---|
| 127 | - upstream version 0.0.25 |
|---|
| 128 | |
|---|
| 129 | * Sun Sep 10 2006 Paul P. Komkoff Jr <i@stingr.net> |
|---|
| 130 | - rebuilt |
|---|
| 131 | |
|---|
| 132 | * Wed Jul 12 2006 Felipe Kellermann <stdfk@terra.com.br> - 0.0.16-1 |
|---|
| 133 | - Adds pkgconfig to devel files. |
|---|
| 134 | - Version 0.0.16. |
|---|
| 135 | |
|---|
| 136 | * Mon May 8 2006 Paul P Komkoff Jr <i@stingr.net> - 0.0.14-3 |
|---|
| 137 | - Include borrowed gpl.txt as LICENSE in %doc |
|---|
| 138 | |
|---|
| 139 | * Sun Mar 26 2006 Paul P Komkoff Jr <i@stingr.net> - 0.0.14-1 |
|---|
| 140 | - Preparing for submission to fedora extras |
|---|
| 141 | |
|---|