dynamite-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. Name: dynamite
  2. Version: 0.1.1
  3. Release: 1%{?_dist_release}
  4. Summary: Extract data compressed with PKWARE Data Compression Library
  5. Group: Applications/Communications
  6. License: MIT
  7. URL: http://synce.sourceforge.net/
  8. Source0: http://dl.sf.net/synce/libdynamite-0.1.1.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildRequires: libtool
  11. %description
  12. %{summary}
  13. %package devel
  14. Group: Development/Libraries
  15. Summary: Files needed for software development with %{name}
  16. Requires: %{name} = %{version}-%{release}
  17. Requires: pkgconfig
  18. %description devel
  19. The %{name}-devel package contains the files needed for development with
  20. %{name}
  21. %prep
  22. %setup -q -n libdynamite-%{version}
  23. %build
  24. %configure --disable-static --disable-rpath
  25. make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. make install DESTDIR=$RPM_BUILD_ROOT
  29. rm -f $RPM_BUILD_ROOT%{_libdir}/libdynamite.{l,}a
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %post -p /sbin/ldconfig
  33. %postun -p /sbin/ldconfig
  34. %files
  35. %defattr(-,root,root,-)
  36. %doc LICENSE
  37. %{_libdir}/libdynamite.so.*
  38. %{_bindir}/dynamite
  39. %{_mandir}/man1/dynamite.1.gz
  40. %files devel
  41. %defattr(-,root,root,-)
  42. %{_libdir}/libdynamite.so
  43. %{_includedir}/libdynamite.h
  44. %{_libdir}/pkgconfig/libdynamite.pc
  45. %changelog
  46. * Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.1-1
  47. - initial build for Vine Linux
  48. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-4
  49. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  50. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  52. * Sun Feb 08 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  53. - 0.1.1-2
  54. - rebuild for pkgconfig
  55. * Tue Jun 17 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  56. - 0.1.1-1
  57. - version upgrade
  58. * Fri Mar 28 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  59. - 0.1-8
  60. - fix #435583 Underquoted definition of AM_PATH_LIBDYNAMITE
  61. * Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  62. - 0.1-7
  63. - rebuild for buildid
  64. * Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.1-6
  65. - rebuilt for unwind info generation, broken in gcc-4.1.1-21
  66. * Mon Sep 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  67. 0.1-5
  68. - FE6 rebuild
  69. * Tue Feb 14 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  70. 0.1-4
  71. - Rebuild for Fedora Extras 5
  72. * Fri Aug 26 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  73. 0.1-3
  74. - require v-r for devel package
  75. * Thu Aug 25 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  76. 0.1-2
  77. - add dist
  78. * Tue Aug 23 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  79. 0.1-1
  80. - Initial Release