- use install-p in "make install" (Robert Scheck, #226189)

epel10
jorton 16 years ago
parent 891e66fdf9
commit 7799b565b9

@ -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 @@ make %{?_smp_mflags}
%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 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so
%changelog
* Mon Jan 19 2009 Joe Orton <jorton@redhat.com> 0.28.3-3
- use install-p in "make install" (Robert Scheck, #226189)
* Thu Aug 28 2008 Joe Orton <jorton@redhat.com> 0.28.3-2
- update to 0.28.3

Loading…
Cancel
Save