0.9.1alpha
libmspack-0.8-0.1.alpha corrupts extracted cab files (#1647033) examples no longer installed (by default)
This commit is contained in:
parent
e7258893d8
commit
ca6b341ffa
@ -1,12 +0,0 @@
|
|||||||
diff -up libmspack-0.4alpha/doc/Doxyfile.in.orig libmspack-0.4alpha/doc/Doxyfile.in
|
|
||||||
--- libmspack-0.4alpha/doc/Doxyfile.in.orig 2013-05-28 12:25:42.000000000 +0200
|
|
||||||
+++ libmspack-0.4alpha/doc/Doxyfile.in 2013-05-28 17:30:57.000000000 +0200
|
|
||||||
@@ -10,7 +10,7 @@ SHOW_USED_FILES = YES
|
|
||||||
INPUT = @top_srcdir@/mspack/mspack.h
|
|
||||||
FULL_PATH_NAMES = NO
|
|
||||||
GENERATE_HTML = YES
|
|
||||||
-HTML_OUTPUT = .
|
|
||||||
+HTML_OUTPUT = html
|
|
||||||
HTML_FILE_EXTENSION = .html
|
|
||||||
HTML_TIMESTAMP = NO
|
|
||||||
GENERATE_HTMLHELP = NO
|
|
||||||
@ -1,5 +1,5 @@
|
|||||||
Name: libmspack
|
Name: libmspack
|
||||||
Version: 0.8
|
Version: 0.9.1
|
||||||
Release: 0.1.alpha%{?dist}
|
Release: 0.1.alpha%{?dist}
|
||||||
Summary: Library for CAB and related files compression and decompression
|
Summary: Library for CAB and related files compression and decompression
|
||||||
|
|
||||||
@ -8,8 +8,6 @@ URL: http://www.cabextract.org.uk/libmspack/
|
|||||||
Source0: http://www.cabextract.org.uk/libmspack/%{name}-%{version}alpha.tar.gz
|
Source0: http://www.cabextract.org.uk/libmspack/%{name}-%{version}alpha.tar.gz
|
||||||
#Source0: https://github.com/kyz/libmspack/archive/v%{version}alpha/%{name}-v%{version}alpha.tar.gz
|
#Source0: https://github.com/kyz/libmspack/archive/v%{version}alpha/%{name}-v%{version}alpha.tar.gz
|
||||||
|
|
||||||
Patch0: %{name}-0.4alpha-doc.patch
|
|
||||||
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
@ -33,7 +31,6 @@ for developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}alpha
|
%setup -q -n %{name}-%{version}alpha
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
chmod a-x mspack/mspack.h
|
chmod a-x mspack/mspack.h
|
||||||
|
|
||||||
@ -72,10 +69,6 @@ popd
|
|||||||
%files
|
%files
|
||||||
%doc README TODO ChangeLog AUTHORS
|
%doc README TODO ChangeLog AUTHORS
|
||||||
%license COPYING.LIB
|
%license COPYING.LIB
|
||||||
%{_bindir}/cabrip
|
|
||||||
%{_bindir}/chmextract
|
|
||||||
%{_bindir}/msexpand
|
|
||||||
%{_bindir}/oabextract
|
|
||||||
%{_libdir}/%{name}.so.0*
|
%{_libdir}/%{name}.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -86,6 +79,11 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.9.1-0.1.alpha
|
||||||
|
- 0.9.1alpha
|
||||||
|
- libmspack-0.8-0.1.alpha corrupts extracted cab files (#1647033)
|
||||||
|
- examples no longer installed (by default)
|
||||||
|
|
||||||
* Tue Oct 30 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.8-0.1.alpha
|
* Tue Oct 30 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.8-0.1.alpha
|
||||||
- 0.8alpha
|
- 0.8alpha
|
||||||
- use %%make_build %%make_install %%ldconfig_scriptlets %%license
|
- use %%make_build %%make_install %%ldconfig_scriptlets %%license
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user