rpms/neon/F-10 neon.spec, 1.47, 1.48 sources, 1.14, 1.15 neon-0.28.2-nocomp.patch, 1.1, NONE neon-0.28.2.tar.gz.asc, 1.1, NONE neon-0.28.3-gnutls.patch, 1.1, NONE

Joe Orton jorton at fedoraproject.org
Mon Mar 9 13:33:19 UTC 2009


Author: jorton

Update of /cvs/extras/rpms/neon/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23249

Modified Files:
	neon.spec sources 
Removed Files:
	neon-0.28.2-nocomp.patch neon-0.28.2.tar.gz.asc 
	neon-0.28.3-gnutls.patch 
Log Message:
* Fri Mar  6 2009 Joe Orton <jorton at redhat.com> 0.28.4-1
- update to 0.28.4
- use install-p in "make install" (Robert Scheck, #226189)



Index: neon.spec
===================================================================
RCS file: /cvs/extras/rpms/neon/F-10/neon.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- neon.spec	3 Feb 2009 15:59:48 -0000	1.47
+++ neon.spec	9 Mar 2009 13:32:48 -0000	1.48
@@ -1,13 +1,12 @@
 Summary: An HTTP and WebDAV client library
 Name: neon
-Version: 0.28.3
-Release: 2.1%{?dist}
+Version: 0.28.4
+Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.webdav.org/neon/
 Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz
 Patch0: neon-0.27.0-multilib.patch
-Patch1: neon-0.28.3-gnutls.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: expat-devel, gnutls-devel, zlib-devel, krb5-devel
 BuildRequires: pkgconfig, pakchois-devel
@@ -34,7 +33,6 @@
 %prep
 %setup -q
 %patch0 -p1 -b .multilib
-%patch1 -p1 -b .gnutls
 
 %build
 export CC="%{__cc} -pthread"
@@ -47,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
@@ -77,6 +75,10 @@
 %{_libdir}/*.so
 
 %changelog
+* Fri Mar  6 2009 Joe Orton <jorton at redhat.com> 0.28.4-1
+- update to 0.28.4
+- use install-p in "make install" (Robert Scheck, #226189)
+
 * Tue Feb  3 2009 Joe Orton <jorton at redhat.com> 0.28.3-2.1
 - GnuTLS fixes from upstream (#445044)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/neon/F-10/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	28 Aug 2008 18:20:43 -0000	1.14
+++ sources	9 Mar 2009 13:32:48 -0000	1.15
@@ -1 +1 @@
-47599a328862ce64ac3c52726d6daa12  neon-0.28.3.tar.gz
+6c3b94362af743d046e198e9fcbe4a85  neon-0.28.4.tar.gz


--- neon-0.28.2-nocomp.patch DELETED ---


--- neon-0.28.2.tar.gz.asc DELETED ---


--- neon-0.28.3-gnutls.patch DELETED ---




More information about the fedora-extras-commits mailing list