Author: glen Date: Fri Aug 15 15:23:35 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - ldconfig is not in $PATH; rel 3
---- Files affected: SPECS: libtrash.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: SPECS/libtrash.spec diff -u SPECS/libtrash.spec:1.23 SPECS/libtrash.spec:1.24 --- SPECS/libtrash.spec:1.23 Fri Aug 15 13:59:14 2008 +++ SPECS/libtrash.spec Fri Aug 15 17:23:29 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Biblioteka do automatycznego przenoszenia usuwanych plików do kosza Name: libtrash Version: 3.2 -Release: 2 +Release: 3 License: GPL Group: Libraries Source0: http://pages.stern.nyu.edu/~marriaga/software/libtrash/%{name}-%{version}.tgz @@ -11,6 +11,7 @@ Patch0: %{name}-Makefile.patch Patch1: %{name}-py24.patch URL: http://pages.stern.nyu.edu/~marriaga/software/libtrash/ +BuildRequires: /sbin/ldconfig BuildRequires: perl-base BuildRequires: python BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -46,7 +47,7 @@ SYSCONFFILE=$RPM_BUILD_ROOT%{_sysconfdir}/libtrash.conf # no devel package -ldconfig -N -n $RPM_BUILD_ROOT%{_libdir} +/sbin/ldconfig -N -n $RPM_BUILD_ROOT%{_libdir} rm -f $RPM_BUILD_ROOT%{_libdir}/libtrash.so %clean @@ -68,6 +69,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2008/08/15 15:23:29 glen +- ldconfig is not in $PATH; rel 3 + Revision 1.23 2008/08/15 11:59:14 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtrash.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
