/[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.3 - (show annotations) (download)
Wed Mar 3 23:30:25 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: libnetfilter_acct-1_0_3-1_el7_sme, HEAD
Changes since 1.2: +1 -1 lines
* Wed Mar 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.2-4.sme
- Update to upstream 1.0.3
- import to SME 10 [SME: 11423]

1 Name: libnetfilter_acct
2 Version: 1.0.3
3 Release: 1%{?dist}
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.3.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 * Wed Mar 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.2-4.sme
62 - Update to upstream 1.0.3
63 - import to SME 10 [SME: 11423]
64
65 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-3
66 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
67
68 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
69 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
70
71 * Fri Sep 13 2013 Hushan Jia <hushan.jia@gmail.com> - 1.0.2-1
72 - Update to upstream 1.0.2
73
74 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
75 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
76
77 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
78 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
79
80 * Wed Nov 28 2012 Hushan Jia <hushan.jia@gmail.com> - 1.0.0-2
81 - Fix Requires and BuildRequires Tag
82 - Fix el5 build requirement
83
84 * Thu Aug 16 2012 Hushan Jia <hushan.jia@gmail.com> - 1.0.0-1
85 - initial packaging
86

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