]> git.pld-linux.org Git - packages/cabextract.git/blame - cabextract.spec
- updated to 1.4
[packages/cabextract.git] / cabextract.spec
CommitLineData
3851bcd8 1Summary: A program to extract Microsoft Cabinet files
4fd36593 2Summary(pl.UTF-8): Program do rozpakowywania plików MS Cabinet
3851bcd8 3Name: cabextract
a2aa05c8 4Version: 1.4
0d8398a9 5Release: 1
93e42294 6License: GPL v2+
3851bcd8 7Group: Applications/Archiving
ae8c56a3 8Source0: http://www.cabextract.org.uk/%{name}-%{version}.tar.gz
a2aa05c8 9# Source0-md5: 79f41f568cf1a3ac105e0687e8bfb7c0
ae8c56a3 10URL: http://www.cabextract.org.uk/
62bae840 11BuildRequires: autoconf >= 2.57
6576b531 12BuildRequires: automake
a2aa05c8
JB
13BuildRequires: libmspack-devel >= 0.3alpha
14Requires: libmspack >= 0.3alpha
3851bcd8
JB
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Cabinet (.CAB) files are a form of archive, which Microsoft use to
19distribute their software, and things like Windows Font Packs. The
20cabextract program simply unpacks such files.
21
7b5136e2
JR
22%description -l pl.UTF-8
23Pliki Cabinet (.CAB) są rodzajem archiwum, który Microsoft używa do
3851bcd8 24dystrybucji swojego oprogramowania i rzeczy typu Windows Font Pack.
7b5136e2 25cabextract może takie pliki rozpakować.
3851bcd8
JB
26
27%prep
28%setup -q
29
30%build
66e0079d 31%{__aclocal}
1746523a 32%{__autoconf}
e997dced 33%{__autoheader}
6576b531 34%{__automake}
0d8398a9 35%configure \
36 --with-external-libmspack
3851bcd8
JB
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
e997dced 41
e060140b
PG
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
3851bcd8 44
c27acdcf 45install -D doc/ja/cabextract.1 $RPM_BUILD_ROOT%{_mandir}/ja/man1/cabextract.1
5d282c75 46
3851bcd8
JB
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
c473c934 52%doc AUTHORS ChangeLog NEWS README TODO
93e42294
JB
53%attr(755,root,root) %{_bindir}/cabextract
54%{_mandir}/man1/cabextract.1*
55%lang(ja) %{_mandir}/ja/man1/cabextract.1*
This page took 0.05485 seconds and 4 git commands to generate.