libmspack 0.5-0.1.alpha (znver1;x86_64;aarch64) 2021-13869
-9999

Status rejected
Submitter benbullard79 [@T] cox.net
Platform 4.2
Repository main
URL https://abf.openmandriva.org/build_lists/45219
Packages
lib64mspack-devel-0.5-0.1.alpha.znver1.binary
lib64mspack0-0.5-0.1.alpha.znver1.binary
lib64mspack0-debuginfo-0.5-0.1.alpha.znver1.debuginfo
libmspack-0.5-0.1.alpha.znver1.source
libmspack-debugsource-0.5-0.1.alpha.znver1.binary
lib64mspack-devel-0.5-0.1.alpha.x86_64.binary
lib64mspack0-0.5-0.1.alpha.x86_64.binary
lib64mspack0-debuginfo-0.5-0.1.alpha.x86_64.debuginfo
libmspack-0.5-0.1.alpha.x86_64.source
libmspack-debugsource-0.5-0.1.alpha.x86_64.binary
lib64mspack-devel-0.5-0.1.alpha.aarch64.binary
lib64mspack0-0.5-0.1.alpha.aarch64.binary
lib64mspack0-debuginfo-0.5-0.1.alpha.aarch64.debuginfo
libmspack-0.5-0.1.alpha.aarch64.source
libmspack-debugsource-0.5-0.1.alpha.aarch64.binary
Build Date 2021-05-07 21:14:17 +0000 UTC
Last Updated 2021-05-15 21:53:55.652552319 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 563f996e6c9603a6f64dbf7033ec1b6e9a9a9d1b

commit 563f996e6c9603a6f64dbf7033ec1b6e9a9a9d1b
Author:     Denis Silakov <denis.silakov@rosalab.ru>
AuthorDate: Thu Aug 27 14:14:50 2015 +0300
Commit:     Denis Silakov <denis.silakov@rosalab.ru>
CommitDate: Thu Aug 27 14:14:50 2015 +0300

    Updated to 0.5alpha
---
 .abf.yml       |  3 ++-
 libmspack.spec | 76 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 49 insertions(+), 30 deletions(-)

diff --git a/.abf.yml b/.abf.yml
index 6a4a1dc..01a3534 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,3 @@
 sources:
-  "libmspack-0.4alpha.tar.gz": b10249bde64ca387b211fd0bd125fc360377593c
+  libmspack-0.4alpha.tar.gz: b10249bde64ca387b211fd0bd125fc360377593c
+  libmspack-0.5alpha.tar.gz: 226f19b1fc58e820671a1749983b06896e108cc4
diff --git a/libmspack.spec b/libmspack.spec
index d0060fa..4cba1f9 100644
--- a/libmspack.spec
+++ b/libmspack.spec
@@ -1,46 +1,56 @@
-Name:           libmspack
-Version:        0.4
-Release:        0.1.alpha%{?dist}
-Summary:        Library for CAB and related files compression and decompression
-
-Group:          System/Libraries
-License:        LGPLv2
-URL:            http://www.cabextract.org.uk/libmspack/
-Source0:        http://www.cabextract.org.uk/libmspack/%{name}-%{version}alpha.tar.gz
-Patch0:         %{name}-0.4alpha-doc.patch
-BuildRequires:  doxygen
-
+%define major 0
+%define libname %mklibname mspack %{major}
+%define develname %mklibname mspack -d
+
+Summary:	Library for CAB and related files compression and decompression
+Name:		libmspack
+Version:	0.5
+Release:	0.1.alpha
+Group:		System/Libraries
+License:	LGPLv2
+URL:		http://www.cabextract.org.uk/libmspack/
+Source0:	http://www.cabextract.org.uk/libmspack/%{name}-%{version}alpha.tar.gz
+Patch0:		%{name}-0.4alpha-doc.patch
+BuildRequires:	doxygen
 
 %description
 The purpose of libmspack is to provide both compression and decompression of 
 some loosely related file formats used by Microsoft.
 
-%package        devel
-Summary:        Development files for %{name}
-Group:          System/Libraries
-Requires:       %{name} = %{version}-%{release}
-Obsoletes:      %{name}-doc < 0.2
+%package -n	%{libname}
+Summary:	Library for CAB and related files compression and decompression
+Group:		System/Libraries
+
+%description -n	%{libname}
+The purpose of libmspack is to provide both compression and decompression of 
+some loosely related file formats used by Microsoft.
 
-%description    devel
-The %{name}-devel package contains libraries, header files and documentation
-for developing applications that use %{name}.
+%package -n	%{develname}
+Summary:	The development libraries and header files for libmspack
+Group:		Development/C
+Requires:	%{libname} >= %{version}
+%rename	%{name}-devel
 
+%description -n	%{develname}
+This package contains libraries, header files and documentation for developing
+applications that use %{name}.
 
 %prep
+
 %setup -q -n %{name}-%{version}alpha
-%apply_patches
+%patch0 -p1
 
 chmod a-x mspack/mspack.h
 
-
 %build
-%configure2_5x --disable-static --disable-silent-rules
+%configure2_5x \
+    --disable-static \
+    --disable-silent-rules
 %make
 
-
 %install
-%makeinstall_std
-rm $RPM_BUILD_ROOT%{_libdir}/libmspack.la
+%makeinstall_std INSTALL='install -p'
+
 
 iconv -f ISO_8859-1 -t utf8 ChangeLog --output Changelog.utf8
 touch -r ChangeLog Changelog.utf8
@@ -52,14 +62,22 @@ find html -type f | xargs touch -r %{SOURCE0}
 rm -f html/installdox
 popd
 
+rm %{buildroot}%{_libdir}/*.la
 
-%files
+%files -n %{libname}
 %doc README TODO COPYING.LIB ChangeLog AUTHORS
-%{_libdir}/*.so.*
+%{_libdir}/*.so.%{major}
+%{_libdir}/*.so.%{major}.*
 
-%files devel
+%files -n %{develname}
 %doc doc/html
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 
+
+%changelog
+* Fri Feb 06 2015 oden <oden> 0.5-0.1.alpha.mga5
++ Revision: 813673
+- imported package libmspack
+
Not Available

itchka [@T] compuserve.comsuperceded1076d 11hrs
itchka [@T] compuserve.comNo Comment.1076d 11hrs