rpms/eet/devel eet.spec,1.23,1.24

thomasj thomasj at fedoraproject.org
Fri Jul 2 11:38:06 UTC 2010


Author: thomasj

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

Modified Files:
	eet.spec 
Log Message:
spec fix


Index: eet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eet/devel/eet.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- eet.spec	2 Jul 2010 11:26:58 -0000	1.23
+++ eet.spec	2 Jul 2010 11:38:06 -0000	1.24
@@ -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.3.0
+chrpath --delete %{buildroot}%{_libdir}/libeet.so.%{version}
 
 # remove unfinished manpages
 find doc/man/man3 -size -100c -delete



More information about the scm-commits mailing list