source: projects/specs/trunk/d/dynamite/dynamite-vl.spec @ 9037

Revision 9037, 3.1 KB checked in by inagaki, 9 years ago (diff)

2014-10-28 Ryoichi INAGAKI <ryo1@…>

  • clutter-gst, dynamite, orange: changed Group
  • unshield: updated


Line 
1Name:           dynamite
2Version:        0.1.1
3Release:        3%{?_dist_release}
4Summary:        Extract data compressed with PKWARE Data Compression Library
5
6Group:          Applications/Accessories
7License:        MIT
8URL:            http://synce.sourceforge.net/
9Source0:        http://dl.sf.net/synce/libdynamite-%{version}.tar.gz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  libtool
13Provides:       libdynamite = %{version}-%{release}
14
15%description
16%{summary}
17
18%package devel
19Summary:        Files needed for software development with %{name}
20Summary(ja):    %{name} の開発用ファイル
21Group:          Development/Libraries
22Requires:       %{name} = %{version}-%{release}
23Requires:       pkgconfig
24Provides:       libdynamite-devel = %{version}-%{release}
25
26%description devel
27The %{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
35make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40
41rm -f $RPM_BUILD_ROOT%{_libdir}/libdynamite.{l,}a
42
43%clean
44rm -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>
1000.1-5
101- FE6 rebuild
102
103* Tue Feb 14 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1040.1-4
105- Rebuild for Fedora Extras 5
106
107* Fri Aug 26 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1080.1-3
109- require v-r for devel package
110
111* Thu Aug 25 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1120.1-2
113- add dist
114
115* Tue Aug 23 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1160.1-1
117- Initial Release
Note: See TracBrowser for help on using the repository browser.