]> git.pld-linux.org Git - SPECS.git/blob - winace.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / winace.spec
1 Summary:        unACE - extract, test and view ACE archives
2 Summary(pl.UTF-8):      unACE - rozpakowuje, testuje i przegląda archiwa ACE
3 Name:           winace
4 Version:        2.5
5 Release:        1
6 License:        Shareware
7 Group:          Applications/Archiving
8 Source0:        http://www.winace.com/files/linunace%(echo %{version} | tr -d .).tgz
9 # Source0-md5:  ad1f8cb7ff3a6c6019da869b72300719
10 URL:            http://www.winace.com/
11 Obsoletes:      unace
12 ExclusiveArch:  %{ix86}
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 The unACE utility is a shareware program, distributed without source
17 code and developed for extracting, testing and viewing the contents of
18 archives created with the ACE archiver.
19
20 %description -l pl.UTF-8
21 UnACE jest programem shareware, rozpowszechnianym bez kodu źródłowego,
22 przeznaczonym do rozpakowywania, testowania oraz przeglądania
23 zawartości archiwów stworzonych przez program ACE.
24
25 %prep
26 %setup -q -c
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_bindir}
31
32 install unace $RPM_BUILD_ROOT%{_bindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_bindir}/unace
This page took 0.262815 seconds and 3 git commands to generate.