]> git.pld-linux.org Git - packages/unace.git/blame - unace.spec
- release 6
[packages/unace.git] / unace.spec
CommitLineData
3294161f 1Summary: unACE - extract, test and view ACE archives
209b4fd9 2Summary(pl.UTF-8): unACE - rozpakowuje, testuje i przegląda archiwa ACE
3821d2f1 3Name: unace
35cd4378 4Version: 1.2b
e4dd99ee 5Release: 6
35cd4378 6Epoch: 1
9ced951c 7License: Freeware
3294161f 8Group: Applications/Archiving
35cd4378 9Source0: %{name}pub.zip
10# Source0-md5: 1a73dda37e4d8d8ef70f27a858e32a55
6ad1e833 11Patch0: %{name}-format-security.patch
fce9170d 12BuildRequires: unzip
4116f1cc 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
da98fb8f 14
15%description
3294161f
JB
16The unACE utility is a freeware program, distributed with source code
17and developed for extracting, testing and viewing the contents of
18archives created with the ACE archiver.
da98fb8f 19
4022e432 20%description -l pl.UTF-8
3294161f 21UnACE jest programem freeware, rozpowszechnianym wraz z kodem
4022e432
JR
22źródłowym, przeznaczonym do rozpakowywania, testowania oraz
23przeglądania zawartości archiwów stworzonych przez program ACE.
da98fb8f 24
25%prep
26%setup -q -c -T
35cd4378 27unzip -qa %{SOURCE0}
6ad1e833 28%patch0 -p1
35cd4378 29
30%build
31cp -f unix/makefile .
32cp -f unix/gccmaked .
f71ab628 33%{__make} dep \
34 CC="%{__cc}" \
35 CFLAGS="%{rpmcflags} -DUNIX -DCASEINSENSE"
36%{__make} \
37 CC="%{__cc}" \
38 CFLAGS="%{rpmcflags} -DUNIX -DCASEINSENSE"
da98fb8f 39
40%install
41rm -rf $RPM_BUILD_ROOT
6a2cf4c9 42install -d $RPM_BUILD_ROOT%{_bindir}
bad9ff5d 43
3294161f 44install unace $RPM_BUILD_ROOT%{_bindir}
bad9ff5d 45
da98fb8f 46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
29219ed3 50%defattr(644,root,root,755)
35cd4378 51%doc readme.txt file_id.diz
6a2cf4c9 52%attr(755,root,root) %{_bindir}/unace
This page took 0.08234 seconds and 4 git commands to generate.