libnetfilter_acct-vl.spec 2.6 KB

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