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