dynamite-vl.spec 3.1 KB

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