libestr-vl.spec 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Name: libestr
  2. Version: 0.1.9
  3. Release: 3%{?_dist_release}
  4. Summary: String handling essentials library
  5. License: LGPLv2+
  6. URL: http://libestr.adiscon.com/
  7. Source0: http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. Packager: tomop
  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. Requires: %{name}%{?_isa} = %{version}-%{release}
  17. %description devel
  18. The package contains libraries and header files for
  19. developing applications that use libestr.
  20. %prep
  21. %setup -q
  22. %build
  23. %configure --disable-static --with-pic
  24. V=1 make %{?_smp_mflags}
  25. %install
  26. make install INSTALL="install -p" DESTDIR=%{buildroot}
  27. rm -f %{buildroot}/%{_libdir}/*.{a,la}
  28. %post -p /sbin/ldconfig
  29. %postun -p /sbin/ldconfig
  30. %files
  31. %doc README COPYING AUTHORS ChangeLog
  32. %{_libdir}/lib*.so.*
  33. %files devel
  34. %{_includedir}/libestr.h
  35. %{_libdir}/*.so
  36. %{_libdir}/pkgconfig/libestr.pc
  37. %changelog
  38. * Mon Jun 16 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.9-3
  39. - initial build for Vine Linux.
  40. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-2
  41. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  42. * Tue Jan 07 2014 Tomas Heinrich <theinric@redhat.com> - 0.1.9-1
  43. - rebase to 0.1.9
  44. - remove patch 0; doesn't seem to be necessary anymore
  45. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
  46. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  47. * Tue Apr 02 2013 Tomas Heinrich <theinric@redhat.com> - 0.1.5-1
  48. - rebase to 0.1.5
  49. * Wed Dec 12 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.4-1
  50. - upgrade to upstream version 0.1.4
  51. - correct an impossible timestamp in an older changelog entry
  52. * Thu Sep 20 2012 mdarade <mdarade@redhat.com> - 0.1.3-3
  53. - Fixed broken configure script
  54. * Mon Aug 27 2012 mdarade <mdarade@redhat.com> - 0.1.3-2
  55. - Removed unnecessary macros in spec file.
  56. * Tue Aug 7 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.3-1
  57. - Initial port libestr-0.1.3