Name        : unace                        Relocations: (not relocatable)
Version     : 2.20                              Vendor: Penguin Liberation Front
Release     : 2plf                          Build Date: Thu 26 Jan 2006 
11:59:09 PM CET
Install Date: (not installed)               Build Host: baader
Group       : Archiving/Compression         Source RPM: (none)
Size        : 182189      License: Freeware
Signature   : (none)
Packager    : Guillaume Rousse <[EMAIL PROTECTED]>
URL         : http://www.winace.com
Summary     : Decompressor for .ace format archives
Description :
Unace is a utility to extract, view, and test the contents of an ACE archive.

This package is in PLF because of its license.

---------------
Guillaume Rousse <[EMAIL PROTECTED]> 2.20-2mdk
- %mkrel
- spec cleanup
---------------

---------------
Index: unace.spec
===================================================================
RCS file: /home/projects/plf/cvs/SPECS/non-free/unace/unace.spec,v
retrieving revision 1.3
diff -u -r1.3 unace.spec
--- unace.spec  28 Nov 2004 17:09:26 -0000      1.3
+++ unace.spec  27 Jan 2006 17:35:31 -0000
@@ -1,7 +1,7 @@
 %define name   unace
 %define summary        Decompressor for .ace format archives
 %define version        2.20
-%define release        1plf
+%define release        %mkrel 2
 
 Name:          %{name}
 Version:       %{version}
@@ -11,7 +11,7 @@
 Url:           http://www.winace.com
 License:       Freeware
 Group:         Archiving/Compression
-BuildRoot:     %{_tmppath}/%{name}-%{version}-root
+BuildRoot:     %{_tmppath}/%{name}-%{version}
 ExclusiveArch: %{ix86}
 
 %description
@@ -20,23 +20,27 @@
 This package is in PLF because of its license.
 
 %prep
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 %setup -c
 
 %build
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
-install -m 755 unace $RPM_BUILD_ROOT%{_bindir}
+install -d -m 755 %{buildroot}%{_bindir}
+install -m 755 unace %{buildroot}%{_bindir}
 
 %clean
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
 %{_bindir}/unace
 
 %changelog
+* Thu Jan 26 2006 Guillaume Rousse <[EMAIL PROTECTED]> 2.20-2mdk
+- %%mkrel
+- spec cleanup
+
 * Sun Nov 28 2004 Guillaume Rousse <[EMAIL PROTECTED]> 2.20-1plf
 - boost version number
 - fix license 


_______________________________________________
PLF-announce mailing list
[email protected]
https://www.zarb.org/mailman/listinfo/plf-announce

Reply via email to