libnetfilter_acct-vl.spec 2.3 KB

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