rpms/eet/devel eet.spec,1.21,1.22

thomasj thomasj at fedoraproject.org
Fri Jun 11 08:12:08 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/eet/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30408

Modified Files:
	eet.spec 
Log Message:
spec fix chrpath


Index: eet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eet/devel/eet.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- eet.spec	11 Jun 2010 08:02:22 -0000	1.21
+++ eet.spec	11 Jun 2010 08:12:07 -0000	1.22
@@ -51,7 +51,7 @@ rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL='install -p'
 chrpath --delete %{buildroot}%{_bindir}/%{name}
 find $RPM_BUILD_ROOT -name '*.la' -delete
-chrpath --delete %{buildroot}%{_libdir}/libeet.so.1.2.3
+chrpath --delete %{buildroot}%{_libdir}/libeet.so.1.3.0
 
 # remove unfinished manpages
 find doc/man/man3 -size -100c -delete



More information about the scm-commits mailing list