libestr-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. Name: libestr
  2. Summary: String handling essentials library
  3. Version: 0.1.11
  4. Release: 3%{?_dist_release}
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: LGPLv2+
  9. URL: http://libestr.adiscon.com/
  10. Source0: http://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. * Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-3
  41. - rebuilt with current environment.
  42. * Sun Apr 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-2
  43. - rebuilt with current environment.
  44. * Wed Nov 07 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-1
  45. - new upstream release.
  46. * Wed Dec 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.10-1
  47. - new upstream release.
  48. * Fri Sep 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.1.9-4
  49. - added Group tag
  50. * Mon Jun 16 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.9-3
  51. - initial build for Vine Linux.
  52. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-2
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  54. * Tue Jan 07 2014 Tomas Heinrich <theinric@redhat.com> - 0.1.9-1
  55. - rebase to 0.1.9
  56. - remove patch 0; doesn't seem to be necessary anymore
  57. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  59. * Tue Apr 02 2013 Tomas Heinrich <theinric@redhat.com> - 0.1.5-1
  60. - rebase to 0.1.5
  61. * Wed Dec 12 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.4-1
  62. - upgrade to upstream version 0.1.4
  63. - correct an impossible timestamp in an older changelog entry
  64. * Thu Sep 20 2012 mdarade <mdarade@redhat.com> - 0.1.3-3
  65. - Fixed broken configure script
  66. * Mon Aug 27 2012 mdarade <mdarade@redhat.com> - 0.1.3-2
  67. - Removed unnecessary macros in spec file.
  68. * Tue Aug 7 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.3-1
  69. - Initial port libestr-0.1.3