libestr-vl.spec 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. Name: libestr
  2. Summary: String handling essentials library
  3. Version: 0.1.11
  4. Release: 2%{?_dist_release}
  5. Group: System Environment/Libraries
  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: Development/Libraries
  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. %prep
  23. %setup -q
  24. %build
  25. %configure --disable-static --with-pic
  26. V=1 make %{?_smp_mflags}
  27. %install
  28. make install INSTALL="install -p" DESTDIR=%{buildroot}
  29. rm -f %{buildroot}/%{_libdir}/*.{a,la}
  30. %post -p /sbin/ldconfig
  31. %postun -p /sbin/ldconfig
  32. %files
  33. %license COPYING
  34. %doc README AUTHORS ChangeLog
  35. %{_libdir}/lib*.so.*
  36. %files devel
  37. %{_includedir}/libestr.h
  38. %{_libdir}/*.so
  39. %{_libdir}/pkgconfig/libestr.pc
  40. %changelog
  41. * Sun Apr 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-2
  42. - rebuilt with current environment.
  43. * Wed Nov 07 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-1
  44. - new upstream release.
  45. * Wed Dec 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.10-1
  46. - new upstream release.
  47. * Fri Sep 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.1.9-4
  48. - added Group tag
  49. * Mon Jun 16 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.9-3
  50. - initial build for Vine Linux.
  51. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-2
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  53. * Tue Jan 07 2014 Tomas Heinrich <theinric@redhat.com> - 0.1.9-1
  54. - rebase to 0.1.9
  55. - remove patch 0; doesn't seem to be necessary anymore
  56. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
  57. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  58. * Tue Apr 02 2013 Tomas Heinrich <theinric@redhat.com> - 0.1.5-1
  59. - rebase to 0.1.5
  60. * Wed Dec 12 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.4-1
  61. - upgrade to upstream version 0.1.4
  62. - correct an impossible timestamp in an older changelog entry
  63. * Thu Sep 20 2012 mdarade <mdarade@redhat.com> - 0.1.3-3
  64. - Fixed broken configure script
  65. * Mon Aug 27 2012 mdarade <mdarade@redhat.com> - 0.1.3-2
  66. - Removed unnecessary macros in spec file.
  67. * Tue Aug 7 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.3-1
  68. - Initial port libestr-0.1.3