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