rpms/pax/devel pax.spec,1.23,1.24

Ondrej Vasik ovasik at fedoraproject.org
Mon Jan 19 14:16:17 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/pax/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12313

Modified Files:
	pax.spec 
Log Message:
Merge review (#226235) - do not use %%makeinstall


Index: pax.spec
===================================================================
RCS file: /cvs/extras/rpms/pax/devel/pax.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- pax.spec	19 Jan 2009 11:22:46 -0000	1.23
+++ pax.spec	19 Jan 2009 14:15:47 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: POSIX File System Archiver
 Name: pax
 Version: 3.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: BSD
 Group: Applications/Archiving
 Source: ftp://ftp.suse.com/pub/people/kukuk/pax/%{name}-%{version}.tar.bz2
@@ -30,7 +30,7 @@
 
 %install
 rm -rf %{buildroot}
-%makeinstall
+make DESTDIR=%{buildroot} install
 
 %clean
 rm -rf %{buildroot}
@@ -42,6 +42,9 @@
 %doc %{_mandir}/man1/*
 
 %changelog
+* Mon Jan 19 2009 Ondrej Vasik <ovasik at redhat.com> - 3.4-8
+- Merge review #226235: fix use of %%makeinstall as well
+
 * Mon Jan 19 2009 Ondrej Vasik <ovasik at redhat.com> - 3.4-7
 - Merge review #226235: do ship doc files,
   do comment patches, use better buildroot and




More information about the fedora-extras-commits mailing list