]> git.pld-linux.org Git - packages/cabextract.git/blobdiff - cabextract.spec
- updated to 1.4
[packages/cabextract.git] / cabextract.spec
index f049177d6bffbbe65096cf77a5eaa2ce109f455b..327dbc8402ba73292d327486f78cf631ca8a158d 100644 (file)
@@ -1,18 +1,17 @@
 Summary:       A program to extract Microsoft Cabinet files
 Summary(pl.UTF-8):     Program do rozpakowywania plików MS Cabinet
 Name:          cabextract
-Version:       1.2
-Release:       2
-License:       GPL
+Version:       1.4
+Release:       1
+License:       GPL v2+
 Group:         Applications/Archiving
 Source0:       http://www.cabextract.org.uk/%{name}-%{version}.tar.gz
-# Source0-md5: dc421a690648b503265c82ade84e143e
-Patch0:                %{name}-libmspack.patch
+# Source0-md5: 79f41f568cf1a3ac105e0687e8bfb7c0
 URL:           http://www.cabextract.org.uk/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
-BuildRequires: libmspack-devel >= 0.0.20060920alpha
-Requires:      libmspack >= 0.0.20060920alpha
+BuildRequires: libmspack-devel >= 0.3alpha
+Requires:      libmspack >= 0.3alpha
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,15 +26,14 @@ cabextract może takie pliki rozpakować.
 
 %prep
 %setup -q
-%patch0 -p1
-rm -rf mspack
 
 %build
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --with-external-libmspack
 %{__make}
 
 %install
@@ -52,6 +50,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
-%lang(ja) %{_mandir}/ja/man1/*
+%attr(755,root,root) %{_bindir}/cabextract
+%{_mandir}/man1/cabextract.1*
+%lang(ja) %{_mandir}/ja/man1/cabextract.1*
This page took 0.033676 seconds and 4 git commands to generate.