rpms/paps/devel paps.spec,1.11,1.12

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Mon Jun 12 03:10:38 UTC 2006


Author: tagoh

Update of /cvs/extras/rpms/paps/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12238

Modified Files:
	paps.spec 
Log Message:
* Mon Jun 12 2006 Akira TAGOH <tagoh at redhat.com> - 0.6.6-3
- use make install DESTDIR=... instead of %%makeinstall
- add automake and autoconf to BuildReq.


Index: paps.spec
===================================================================
RCS file: /cvs/extras/rpms/paps/devel/paps.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- paps.spec	25 May 2006 07:49:13 -0000	1.11
+++ paps.spec	12 Jun 2006 03:10:38 -0000	1.12
@@ -1,12 +1,12 @@
 Name:		paps
 Version:	0.6.6
-Release:	2%{?dist}
+Release:	3%{?dist}
 
 License:	LGPL
 URL:		http://paps.sourceforge.net/
 Source0:	http://prdownloads.sourceforge.net/paps/paps-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	pango-devel
+BuildRequires:	pango-devel automake autoconf
 Patch0:		paps-makefile.patch
 Patch2:		paps-0.6.3-formfeed.patch
 Patch3:		paps-0.6.6-encoding.patch
@@ -37,7 +37,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT%{_includedir}
 
 %clean
@@ -51,6 +51,10 @@
 
 
 %changelog
+* Mon Jun 12 2006 Akira TAGOH <tagoh at redhat.com> - 0.6.6-3
+- use make install DESTDIR=... instead of %%makeinstall
+- add automake and autoconf to BuildReq.
+
 * Thu May 25 2006 Akira TAGOH <tagoh at redhat.com> - 0.6.6-2
 - paps-0.6.6-encoding.patch: support --encoding option to be able to convert
   the input file to UTF-8.




More information about the fedora-extras-commits mailing list