libnetfilter_acct-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Name: libnetfilter_acct
  2. Version: 1.0.3
  3. Release: 2%{?_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-%{version}.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. %license COPYING
  37. %doc README
  38. %{_libdir}/*.so.*
  39. %files devel
  40. %license COPYING
  41. %doc examples-%{_arch}
  42. %{_includedir}/*
  43. %{_libdir}/*.so
  44. %{_libdir}/pkgconfig/%{name}.pc
  45. %changelog
  46. * Sun Aug 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.3-2
  47. - rebuilt with current environment.
  48. * Sun Feb 25 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.3-1
  49. - new upstream release.
  50. * Sun Jun 29 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.2-3
  51. - initial build for Vine Linux.
  52. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  54. * Fri Sep 13 2013 Hushan Jia <hushan.jia@gmail.com> - 1.0.2-1
  55. - Update to upstream 1.0.2
  56. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
  57. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  58. * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  60. * Wed Nov 28 2012 Hushan Jia <hushan.jia@gmail.com> - 1.0.0-2
  61. - Fix Requires and BuildRequires Tag
  62. - Fix el5 build requirement
  63. * Thu Aug 16 2012 Hushan Jia <hushan.jia@gmail.com> - 1.0.0-1
  64. - initial packaging