]> git.pld-linux.org Git - SPECS.git/blob - mscompress.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / mscompress.spec
1 Summary:        MS compress/expand-compatible (de)compressor
2 Summary(pl.UTF-8):      (De)kompresor zgodny z MS compress/expand
3 Name:           mscompress
4 Version:        0.3
5 Release:        3
6 License:        GPL
7 Group:          Applications/Archiving
8 Source0:        ftp://ftp.penguin.cz/pub/users/mhi/mscompress/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e85fe2fb0df95a7a921ecd867933ff89
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Microsoft compress.exe/expand.exe-compatible file (de)compressor.
16
17 %description -l pl.UTF-8
18 Program kompresujÄ…cy i dekompresujÄ…cy zgodny z compress.exe/expand.exe
19 Microsoftu.
20
21 %prep
22 %setup -q
23
24 %build
25 cp -f %{_datadir}/automake/config.sub .
26 %{__autoconf}
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
33
34 install mscompress msexpand $RPM_BUILD_ROOT%{_bindir}
35 install mscompress.1 msexpand.1 $RPM_BUILD_ROOT%{_mandir}/man1
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc ChangeLog README TODO format.txt
43 %attr(755,root,root) %{_bindir}/*
44 %{_mandir}/man1/*
This page took 0.156823 seconds and 3 git commands to generate.