source: projects/specs/trunk/lib/libm/libmspack/libmspack-vl.spec @ 8923

Revision 8923, 4.2 KB checked in by kudoh, 10 years ago (diff)

rebuilt and initial commit

Line 
1Name:           libmspack
2Version:        0.4
3Release:        1%{?_dist_release}
4Summary:        Library for CAB and related files compression and decompression
5
6Group:          System Environment/Libraries
7License:        LGPLv2
8URL:            http://www.cabextract.org.uk/libmspack/
9Source0:        http://www.cabextract.org.uk/libmspack/%{name}-%{version}alpha.tar.gz
10Patch0:         %{name}-0.4alpha-doc.patch
11BuildRequires:  doxygen
12
13
14%description
15The purpose of libmspack is to provide both compression and decompression of
16some loosely related file formats used by Microsoft.
17
18%package        devel
19Summary:        Development files for %{name}
20Group:          Development/Libraries
21Requires:       %{name} = %{version}-%{release}
22
23%description    devel
24The %{name}-devel package contains libraries, header files and documentation
25for developing applications that use %{name}.
26
27
28%prep
29%setup -q -n %{name}-%{version}alpha
30%patch0 -p1
31
32chmod a-x mspack/mspack.h
33
34
35%build
36%configure --disable-static --disable-silent-rules
37make %{?_smp_mflags}
38
39
40%install
41make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
42rm $RPM_BUILD_ROOT%{_libdir}/libmspack.la
43
44iconv -f ISO_8859-1 -t utf8 ChangeLog --output Changelog.utf8
45touch -r ChangeLog Changelog.utf8
46mv Changelog.utf8 ChangeLog
47
48pushd doc
49doxygen
50find html -type f | xargs touch -r %{SOURCE0}
51rm -f html/installdox
52popd
53
54
55%post -p /sbin/ldconfig
56
57%postun -p /sbin/ldconfig
58
59
60%files
61%doc README TODO COPYING.LIB ChangeLog AUTHORS
62%{_libdir}/*.so.*
63
64%files devel
65%doc doc/html
66%{_includedir}/*
67%{_libdir}/*.so
68%{_libdir}/pkgconfig/%{name}.pc
69
70
71%changelog
72* Sat Aug 30 2014 Toshiharu Kudoh <kudoh@vinelinux.org> - 0.4-1
73- initial build for Vine Linux
74
75* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.4.alpha
76- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
77
78* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.3.alpha
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
80
81* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.2.alpha
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
83
84* Tue May 28 2013 Dan Horák <dan[at]danny.cz> - 0.4-0.1.alpha
85- updated to 0.4alpha
86
87* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.4.alpha
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
89
90* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.3.alpha
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
92
93* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.2.alpha
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
95
96* Mon May 16 2011 Dan Horák <dan[at]danny.cz> - 0.3-0.1.alpha
97- updated to 0.3alpha
98
99* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-0.2.20100723alpha
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
101
102* Mon Aug 30 2010 Dan Horák <dan[at]danny.cz> - 0.2-0.1.20100723alpha
103- updated to 0.2alpha released 2010/07/23
104- merged the doc subpackage with devel
105
106* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0-0.7.20060920alpha
107- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
108
109* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0-0.6.20060920alpha
110- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
111
112* Wed Feb 13 2008 Marc Wiriadisastra <marc@mwiriadi.id.au> - 0.0-0.5-20060920alpha
113- Rebuild for gcc4.3
114
115* Sun Jan 20 2008 Marc Wiriadisastra <marc@mwiriadi.id.au> - 0.0-0.4.20060920alpha
116- installed documentation into html subdir
117- manually installed doc's for main package
118
119* Sun Jan 20 2008 Marc Wiriadisastra <marc@mwiriadi.id.au> - 0.0-0.3.20060920alpha
120- Got source using wget -N
121- Removed some doc's
122- Shifted doc line for doc package
123- Added install -p
124
125* Sun Jan 20 2008 Marc Wiriadisastra <marc@mwiriadi.id.au> - 0.0-0.2.20060920alpha
126- Changed install script for doc package
127- Fixed rpmlint issue with debug package
128
129* Fri Jan 18 2008 Marc Wiriadisastra <marc@mwiriadi.id.au> - 20060920cvs.a-1
130- Initial release
Note: See TracBrowser for help on using the repository browser.