libestr-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. Name: libestr
  2. Summary: String handling essentials library
  3. Version: 0.1.11
  4. Release: 4%{?_dist_release}
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: LGPLv2+
  9. URL: https://libestr.adiscon.com/
  10. Source0: https://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
  11. %description
  12. This package compiles the string handling essentials library
  13. used by the Rsyslog daemon.
  14. %package devel
  15. Summary: Development files for %{name}
  16. Summary(ja): %{name} の開発用ファイル
  17. Group: programming
  18. Requires: %{name}%{?_isa} = %{version}-%{release}
  19. %description devel
  20. The package contains libraries and header files for
  21. developing applications that use libestr.
  22. %debug_package
  23. %prep
  24. %setup -q
  25. %build
  26. %configure --disable-static --with-pic
  27. V=1 make %{?_smp_mflags}
  28. %install
  29. make install INSTALL="install -p" DESTDIR=%{buildroot}
  30. rm -f %{buildroot}/%{_libdir}/*.{a,la}
  31. %files
  32. %license COPYING
  33. %doc README AUTHORS ChangeLog
  34. %{_libdir}/lib*.so.*
  35. %files devel
  36. %{_includedir}/libestr.h
  37. %{_libdir}/*.so
  38. %{_libdir}/pkgconfig/libestr.pc
  39. %changelog
  40. * Wed Aug 14 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-4
  41. - rebuilt with current environment.
  42. * Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-3
  43. - rebuilt with current environment.
  44. * Sun Apr 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-2
  45. - rebuilt with current environment.
  46. * Wed Nov 07 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-1
  47. - new upstream release.
  48. * Wed Dec 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.10-1
  49. - new upstream release.
  50. * Fri Sep 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.1.9-4
  51. - added Group tag
  52. * Mon Jun 16 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.9-3
  53. - initial build for Vine Linux.
  54. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-2
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  56. * Tue Jan 07 2014 Tomas Heinrich <theinric@redhat.com> - 0.1.9-1
  57. - rebase to 0.1.9
  58. - remove patch 0; doesn't seem to be necessary anymore
  59. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  61. * Tue Apr 02 2013 Tomas Heinrich <theinric@redhat.com> - 0.1.5-1
  62. - rebase to 0.1.5
  63. * Wed Dec 12 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.4-1
  64. - upgrade to upstream version 0.1.4
  65. - correct an impossible timestamp in an older changelog entry
  66. * Thu Sep 20 2012 mdarade <mdarade@redhat.com> - 0.1.3-3
  67. - Fixed broken configure script
  68. * Mon Aug 27 2012 mdarade <mdarade@redhat.com> - 0.1.3-2
  69. - Removed unnecessary macros in spec file.
  70. * Tue Aug 7 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.3-1
  71. - Initial port libestr-0.1.3