]> git.pld-linux.org Git - packages/unace.git/blob - unace.spec
- removed spaces from %attr macros parameters.
[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:     2
6 Copyright:   Freeware
7 Group:       Utilities/Archiving
8 Group(pl):   Narzêdzia/Archiwizacja
9 Source:      http://members.aol.com/mlemke6413/%{name}pub.zip
10 URL:         http://members.aol.com/mlemke6413/ace.html
11 BuildRoot:   /tmp/%{name}-%{version}-root
12
13 %description
14 The unACE utility is a freeware program, distributed with source code and
15 developed for extracting, testing and viewing the contents of archives created
16 with the ACE archiver.
17
18 %description -l pl
19 UnACE jest programem freeware, rozpowszechnianym wraz z kodem ¼ród³owym, 
20 przeznaczonym do rozpakowywania, testowania oraz przegl±dania zawarto¶ci
21 archiwów stworzonych przez program ACE.
22
23 %prep
24 %setup -q -c -T
25 unzip -qa %{SOURCE0}
26
27 %build
28 cp unix/makefile .
29 cp unix/gccmaked .
30 make CFLAGS="$RPM_OPT_FLAGS -DUNIX -DCASEINSENSE" dep
31 make CFLAGS="$RPM_OPT_FLAGS -DUNIX -DCASEINSENSE"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36 install -s unace $RPM_BUILD_ROOT%{_bindir}
37 gzip -9fn readme.txt
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc readme.txt.gz
45 %attr(755,root,root) %{_bindir}/unace
46
47 %changelog
48 * Fri Apr 23 1999 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
49   [1.2b-2]
50 - Gzipped docs
51
52 * Thu Feb 25 1999 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
53   [1.2b-1]
54 - Initial release as a PLD package.
This page took 0.057352 seconds and 3 git commands to generate.