rpms/lftp/devel lftp.spec,1.66,1.67

Martin Nagy (mnagy) fedora-extras-commits at redhat.com
Tue Feb 12 09:56:28 UTC 2008


Author: mnagy

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

Modified Files:
	lftp.spec 
Log Message:
* Tue Feb 12 2008 Martin Nagy <mnagy at redhat.com> - 3.6.1-2
- fix library paths (#432468)



Index: lftp.spec
===================================================================
RCS file: /cvs/extras/rpms/lftp/devel/lftp.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- lftp.spec	11 Feb 2008 15:57:18 -0000	1.66
+++ lftp.spec	12 Feb 2008 09:55:54 -0000	1.67
@@ -1,7 +1,7 @@
 Summary: 	A sophisticated file transfer program
 Name: 		lftp 
 Version: 	3.6.1
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 License: 	GPLv2+
 Group: 		Applications/Internet
 Source0: 	ftp://ftp.yar.ru/lftp/lftp-%{version}.tar.gz
@@ -44,6 +44,8 @@
 iconv -f ISO88591 -t UTF8 NEWS -o NEWS.tmp
 touch -r NEWS NEWS.tmp
 mv -f NEWS.tmp NEWS
+mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
+echo "%{_libdir}/lftp/%{version}" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.conf
 # Remove files from $RPM_BUILD_ROOT that we aren't shipping.
 rm -f $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/liblftp-jobs.*a
@@ -81,8 +83,12 @@
 %{_libdir}/lftp/%{version}/liblftp-getdate.so
 %{_libdir}/liblftp-jobs*
 %{_libdir}/liblftp-tasks*
+%config /etc/ld.so.conf.d/*
 
 %changelog
+* Tue Feb 12 2008 Martin Nagy <mnagy at redhat.com> - 3.6.1-2
+- fix library paths (#432468)
+
 * Mon Feb 11 2008 Martin Nagy <mnagy at redhat.com> - 3.6.1-1
 - upgrade to upstream version 3.6.1
 - remove rpath and make some spec file changes for review (#225984)




More information about the fedora-extras-commits mailing list