2012-06-02 23:05:56 +00:00
committed by Git OBS Bridge
parent 0baddaa76f
commit dbf83b3949
5 changed files with 23 additions and 60 deletions

View File

@@ -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;