Summary: Decompressor for .ace format archives Name: unace Version: 2.50 Release: 3%{?dist} License: Freeware Group: Applications/Archiving URL: http://www.winace.com/ Source: http://www.winace.com/files/linunace25.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root ExclusiveArch: %{ix86} %description Unace is a utility to extract, view, and test the contents of an ACE archive. %prep %setup -q -c %{__chmod} -x licence sed -i 's/\r//' licence %build %install %{__rm} -rf %{buildroot} %{__install} -D -p -m 0755 unace %{buildroot}%{_bindir}/unace %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc licence %{_bindir}/unace %changelog * Sun Sep 27 2008 Paulo Roma 2.50-3 - Rebuilt for ATrpms. - Changed description. - Fixed wrong-file-end-of-line-encoding. * Mon May 12 2008 Matthias Saou 2.50-2 - Minor spec file cleanup. * Mon Jan 9 2006 Matthias Saou 2.50-1 - Update to 2.50 ("22" -> "25"). - Change license tag from Shareware to Freeware. - Include licence file, and remove its executable bit. - Remove x86_64 from the exclusive arch, since this binary is i386 only. * Wed Oct 08 2003 Dag Wieers - 2.20-0 - Initial package. (using DAR)