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

Revision 1197, 2.8 KB checked in by Takemikaduchi, 14 years ago (diff)

update wine and add wine-doors

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