source: projects/specs/trunk/lib/libn/libnetfilter_acct/libnetfilter_acct-vl.spec @ 12121

Revision 12121, 2.5 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

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