diff --git a/lhasa-0.0.5.tar.xz b/lhasa-0.0.5.tar.xz deleted file mode 100644 index 0d2bd77..0000000 --- a/lhasa-0.0.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afb3199bc62e4eef7be59ed7f38eb253a658dce5800a17790e5b9030afcf218d -size 1201232 diff --git a/lhasa-0.0.7.tar.xz b/lhasa-0.0.7.tar.xz new file mode 100644 index 0000000..be72e51 --- /dev/null +++ b/lhasa-0.0.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9eeee29893175dc7f028908e7ff29f0354e34bd29cae8c3a5ce38d6c6fec537 +size 2034680 diff --git a/lhasa.changes b/lhasa.changes index d9bf660..d36a7cc 100644 --- a/lhasa.changes +++ b/lhasa.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jun 2 23:05:27 UTC 2012 - jengelh@inai.de + +- Update to new upstream release 0.0.7 +* This release adds support for extraction of Unix symbolic links + and parsing of Unix-level 0 extended header areas. A decompressor + has been added for the "old" PMarc compression algorithm (-pm1-). + ------------------------------------------------------------------- Sun May 13 01:24:32 UTC 2012 - jengelh@inai.de diff --git a/lhasa.spec b/lhasa.spec index 9f48e64..58e6a7f 100644 --- a/lhasa.spec +++ b/lhasa.spec @@ -14,9 +14,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: lhasa %define lname liblhasa0 -Version: 0.0.5 +Version: 0.0.7 Release: 0 Summary: Program to unpack LHARC archives License: ISC @@ -24,28 +26,29 @@ Group: Productivity/Archiving/Compression Url: http://fragglet.github.com/lhasa/ #Freecode-URL: http://freecode.com/projects/lhasa -#DL-URL: https://github.com/downloads/fragglet/lhasa/lhasa-0.0.5.tar.gz +#DL-URL: https://github.com/downloads/fragglet/lhasa/lhasa-0.0.7.tar.gz Source: %name-%version.tar.xz -Patch1: liblhasa-pkgconfig.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libtool pkgconfig xz +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: xz %description Lhasa is a replacement for the Unix LHA tool, for decompressing ".lzh" (LHA/LHarc) and ".lzs" (LArc) archives. %package -n %lname -Summary: A decompression library for the LHARC data format -Group: System/Libraries +Summary: A decompression library for the LHARC data format +Group: System/Libraries %description -n %lname liblhasa is the backend to the Lhasa tool, offering decompressing for ".lzh" (LHA/LHarc) and ".lzs" (LArc) archives. %package devel -Summary: Development files for liblhasa, a LHARC decompression library -Group: Development/Libraries/C and C++ -Requires: %lname = %version +Summary: Development files for liblhasa, a LHARC decompression library +Group: Development/Libraries/C and C++ +Requires: %lname = %version %description devel liblhasa is the backend to the Lhasa tool, offering decompressing for @@ -56,7 +59,6 @@ in %lname. %prep %setup -q -%patch -P 1 -p1 %build autoreconf -fi; diff --git a/liblhasa-pkgconfig.diff b/liblhasa-pkgconfig.diff deleted file mode 100644 index cf7f07c..0000000 --- a/liblhasa-pkgconfig.diff +++ /dev/null @@ -1,47 +0,0 @@ ---- - Makefile.am | 3 ++- - configure.ac | 1 + - liblhasa.pc.in | 10 ++++++++++ - 3 files changed, 13 insertions(+), 1 deletion(-) - -Index: lhasa-0.0.5/Makefile.am -=================================================================== ---- lhasa-0.0.5.orig/Makefile.am -+++ lhasa-0.0.5/Makefile.am -@@ -4,7 +4,8 @@ AUX_DIST_GEN = $(ac_aux_dir) - EXTRA_DIST = $(AUX_DIST_GEN) gencov rpm.spec - MAINTAINERCLEANFILES = $(AUX_DIST_GEN) - --$(pkgconfig_DATA) : config.status -+pkgconfigdir = ${libdir}/pkgconfig -+pkgconfig_DATA = liblhasa.pc - - SUBDIRS=doc lib src test - -Index: lhasa-0.0.5/configure.ac -=================================================================== ---- lhasa-0.0.5.orig/configure.ac -+++ lhasa-0.0.5/configure.ac -@@ -74,6 +74,7 @@ AC_SUBST(ac_aux_dir) - AM_CONFIG_HEADER(config.h:config.hin) - - AC_OUTPUT([ -+ liblhasa.pc - rpm.spec - Makefile - doc/Makefile -Index: lhasa-0.0.5/liblhasa.pc.in -=================================================================== ---- /dev/null -+++ lhasa-0.0.5/liblhasa.pc.in -@@ -0,0 +1,10 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: liblhasa -+Description: LHA (de)compression library -+Version: @PACKAGE_VERSION@ -+Libs: -L${libdir} -llhasa -+Cflags: -I${includedir}/liblhasa-1.0