/[smeserver]/rpms/libnetfilter_acct/sme10/libnetfilter_acct.spec
ViewVC logotype

Contents of /rpms/libnetfilter_acct/sme10/libnetfilter_acct.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Mar 3 23:17:40 2021 UTC (3 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: libnetfilter_acct-1_0_2-3_el7_lux_1
Initial import

1 Name: libnetfilter_acct
2 Version: 1.0.2
3 Release: 3%{?dist}.lux.1
4 Summary: A library providing interface to extended accounting infrastructure
5
6 Group: System Environment/Libraries
7 License: LGPLv2+
8 URL: http://www.netfilter.org/projects/libnetfilter_acct/index.html
9 Source0: http://www.netfilter.org/projects/libnetfilter_acct/files/libnetfilter_acct-1.0.2.tar.bz2
10
11 BuildRequires: libmnl-devel
12
13 %description
14 libnetfilter_acct is the userspace library providing interface to extended
15 accounting infrastructure.
16
17 libnetfilter_acct is used by nfacct.
18
19 %package devel
20 Summary: Development files for %{name}
21 Requires: %{name}%{?_isa} = %{version}-%{release}
22
23 %description devel
24 The %{name}-devel package contains libraries and header files for
25 developing applications that use %{name}.
26
27
28 %prep
29 %setup -q
30
31
32 %build
33 %configure --disable-static
34 make %{?_smp_mflags}
35
36
37 %install
38 make install DESTDIR=$RPM_BUILD_ROOT
39 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
40 find examples '(' -name Makefile.in -o -name Makefile.am ')' -exec rm -f {} ';'
41 mv examples examples-%{_arch}
42
43 %post -p /sbin/ldconfig
44
45 %postun -p /sbin/ldconfig
46
47
48 %files
49 %doc COPYING README
50 %{_libdir}/*.so.*
51
52 %files devel
53 %doc COPYING
54 %doc examples-%{_arch}
55 %{_includedir}/*
56 %{_libdir}/*.so
57 %{_libdir}/pkgconfig/%{name}.pc
58
59
60 %changelog
61 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-3
62 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
63
64 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
65 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
66
67 * Fri Sep 13 2013 Hushan Jia <hushan.jia@gmail.com> - 1.0.2-1
68 - Update to upstream 1.0.2
69
70 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
71 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
72
73 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
74 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
75
76 * Wed Nov 28 2012 Hushan Jia <hushan.jia@gmail.com> - 1.0.0-2
77 - Fix Requires and BuildRequires Tag
78 - Fix el5 build requirement
79
80 * Thu Aug 16 2012 Hushan Jia <hushan.jia@gmail.com> - 1.0.0-1
81 - initial packaging
82

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed