]> git.pld-linux.org Git - packages/unace.git/blob - unace.spec
- back to compilable 1.2b, epoch: 1, rel. 4, md5, killed outdated URLs
[packages/unace.git] / unace.spec
1 Summary:        unACE - extract, test and view ACE archives
2 Summary(pl):    unACE - rozpakowuje, testuje i przegl±da archiwa ACE
3 Name:           unace
4 Version:        1.2b
5 Release:        4
6 Epoch:          1
7 License:        Freeware
8 Group:          Applications/Archiving
9 Source0:        %{name}pub.zip
10 # Source0-md5:  1a73dda37e4d8d8ef70f27a858e32a55
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The unACE utility is a freeware program, distributed with source code
15 and developed for extracting, testing and viewing the contents of
16 archives created with the ACE archiver.
17
18 %description -l pl
19 UnACE jest programem freeware, rozpowszechnianym wraz z kodem
20 ¼ród³owym, przeznaczonym do rozpakowywania, testowania oraz
21 przegl±dania zawarto¶ci archiwów stworzonych przez program ACE.
22
23 %prep
24 %setup -q -c -T
25 unzip -qa %{SOURCE0}
26
27 %build
28 cp -f unix/makefile .
29 cp -f unix/gccmaked .
30 %{__make} CFLAGS="%{rpmcflags} -DUNIX -DCASEINSENSE" dep
31 %{__make} CFLAGS="%{rpmcflags} -DUNIX -DCASEINSENSE"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install unace $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc readme.txt file_id.diz
45 %attr(755,root,root) %{_bindir}/unace
This page took 0.066717 seconds and 4 git commands to generate.