Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 403888b931dc9afc6d70babefc7317dc > files > 1

unace-1.2b-4.src.rpm

# $Revision: 1.25 $, $Date: 2005/01/24 22:33:19 $
Summary:	unACE - extract, test and view ACE archives
Summary(pl):	unACE - rozpakowuje, testuje i przegl±da archiwa ACE
Name:		unace
Version:	1.2b
Release:	4
Epoch:		1
License:	Freeware
Group:		Applications/Archiving
Source0:	%{name}pub.zip
# Source0-md5:	1a73dda37e4d8d8ef70f27a858e32a55
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
The unACE utility is a freeware program, distributed with source code
and developed for extracting, testing and viewing the contents of
archives created with the ACE archiver.

%description -l pl
UnACE jest programem freeware, rozpowszechnianym wraz z kodem
¼ród³owym, przeznaczonym do rozpakowywania, testowania oraz
przegl±dania zawarto¶ci archiwów stworzonych przez program ACE.

%prep
%setup -q -c -T
unzip -qa %{SOURCE0}

%build
cp -f unix/makefile .
cp -f unix/gccmaked .
%{__make} CFLAGS="%{rpmcflags} -DUNIX -DCASEINSENSE" dep
%{__make} CFLAGS="%{rpmcflags} -DUNIX -DCASEINSENSE"

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}

install unace $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc readme.txt file_id.diz
%attr(755,root,root) %{_bindir}/unace

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback@pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: unace.spec,v $
Revision 1.25  2005/01/24 22:33:19  ankry
- back to compilable 1.2b, epoch: 1, rel. 4, md5, killed outdated URLs

Revision 1.24  2004/07/01 10:53:34  adasi
- it's x86 only

Revision 1.23  2003/12/01 02:27:24  undefine
- release 2 to rebuild with ac

Revision 1.22  2003/07/11 12:28:24  ankry
- URL fixes and other cosmetics

Revision 1.21  2003/05/27 12:19:10  trojan
- added Source-md5

Revision 1.20  2003/05/25 06:27:33  misi3k
- massive attack s/pld.org.pl/pld-linux.org/

Revision 1.19  2003/04/15 17:07:38  troll

 - updated to version 2.2, unfortunately not compilable
 - changed old, fake source to new one

Revision 1.18  2003/01/01 16:03:37  juandon
- new %%doc

Revision 1.17  2002/03/27 11:18:32  roman
s/freeware/Freeware in License

Revision 1.16  2002/02/22 23:29:50  kloczek
- removed all Group fields translations (oure rpm now can handle translating
  Group field using gettext).

Revision 1.15  2002/01/18 02:15:15  kloczek
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"

Revision 1.14  2001/11/20 22:14:00  kloczek
- release 3: cleanups.

Revision 1.13  2001/05/03 01:14:04  qboosh
- adapterized and made spec %%debug ready or added using %%rpm*flags macros

Revision 1.12  2000/06/09 07:24:01  kloczek
- added using %%{__make} macro.

Revision 1.11  2000/04/01 11:15:42  zagrodzki
- changed all BuildRoot definitons
- removed all applnkdir defs
- changed some prereqs/requires
- removed duplicate empty lines

Revision 1.10  2000/03/28 16:55:08  baggins
- translated kloczkish into english

Revision 1.9  1999/07/31 14:23:05  kloczek
- cosmetic changes for common l&f.

Revision 1.8  1999/07/12 23:06:16  kloczek
- added using CVS keywords in %changelog (for automating them).

* Fri Apr 23 1999 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
  [1.2b-2]
- Gzipped docs

* Thu Feb 25 1999 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
  [1.2b-1]
- Initial release as a PLD package.