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

Revision 12242, 4.3 KB checked in by tomop, 4 years ago (diff)

updated 7 packages

audacity-2.2.2-1

empathy-3.12.14-2

gthumb-3.8.1-1

liferea-1.12.7-1

libjpeg-turbo-2.0.3-2

libmspack-0.10.1-1

wxGTK3-3.0.4-1

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