libestr-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. Name: libestr
  2. Summary: String handling essentials library
  3. Version: 0.1.9
  4. Release: 4%{?_dist_release}
  5. License: LGPLv2+
  6. Group: System Environment/Libraries
  7. URL: http://libestr.adiscon.com/
  8. Source0: http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. Packager: tomop
  12. %description
  13. This package compiles the string handling essentials library
  14. used by the Rsyslog daemon.
  15. %package devel
  16. Summary: Development files for %{name}
  17. Summary(ja): %{name} の開発用ファイル
  18. Group: Development/Libraries
  19. Requires: %{name}%{?_isa} = %{version}-%{release}
  20. %description devel
  21. The package contains libraries and header files for
  22. developing applications that use libestr.
  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. %post -p /sbin/ldconfig
  32. %postun -p /sbin/ldconfig
  33. %files
  34. %doc README COPYING AUTHORS ChangeLog
  35. %{_libdir}/lib*.so.*
  36. %files devel
  37. %{_includedir}/libestr.h
  38. %{_libdir}/*.so
  39. %{_libdir}/pkgconfig/libestr.pc
  40. %changelog
  41. * Fri Sep 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.1.9-4
  42. - added Group tag
  43. * Mon Jun 16 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.9-3
  44. - initial build for Vine Linux.
  45. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-2
  46. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  47. * Tue Jan 07 2014 Tomas Heinrich <theinric@redhat.com> - 0.1.9-1
  48. - rebase to 0.1.9
  49. - remove patch 0; doesn't seem to be necessary anymore
  50. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  52. * Tue Apr 02 2013 Tomas Heinrich <theinric@redhat.com> - 0.1.5-1
  53. - rebase to 0.1.5
  54. * Wed Dec 12 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.4-1
  55. - upgrade to upstream version 0.1.4
  56. - correct an impossible timestamp in an older changelog entry
  57. * Thu Sep 20 2012 mdarade <mdarade@redhat.com> - 0.1.3-3
  58. - Fixed broken configure script
  59. * Mon Aug 27 2012 mdarade <mdarade@redhat.com> - 0.1.3-2
  60. - Removed unnecessary macros in spec file.
  61. * Tue Aug 7 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.3-1
  62. - Initial port libestr-0.1.3