rpms/neon/devel neon.spec,1.46,1.47

Joe Orton jorton at fedoraproject.org
Mon Jan 19 08:53:32 UTC 2009


Author: jorton

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

Modified Files:
	neon.spec 
Log Message:
* Mon Jan 19 2009 Joe Orton <jorton at redhat.com> 0.28.3-3
- use install-p in "make install" (Robert Scheck, #226189)



Index: neon.spec
===================================================================
RCS file: /cvs/extras/rpms/neon/devel/neon.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- neon.spec	28 Aug 2008 18:20:43 -0000	1.46
+++ neon.spec	19 Jan 2009 08:53:02 -0000	1.47
@@ -1,7 +1,7 @@
 Summary: An HTTP and WebDAV client library
 Name: neon
 Version: 0.28.3
-Release: 2
+Release: 3
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.webdav.org/neon/
@@ -45,7 +45,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 sed -ri "/^dependency_libs/{s,-l[^ ']*,,g}" \
       $RPM_BUILD_ROOT%{_libdir}/libneon.la
@@ -75,6 +75,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Mon Jan 19 2009 Joe Orton <jorton at redhat.com> 0.28.3-3
+- use install-p in "make install" (Robert Scheck, #226189)
+
 * Thu Aug 28 2008 Joe Orton <jorton at redhat.com> 0.28.3-2
 - update to 0.28.3
 




More information about the scm-commits mailing list