rpms/eet/devel eet.spec,1.16,1.17

thomasj thomasj at fedoraproject.org
Mon Feb 15 19:45:19 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/eet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1438

Modified Files:
	eet.spec 
Log Message:
Fixed spec waiting for eina-0



Index: eet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eet/devel/eet.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- eet.spec	12 Feb 2010 12:58:18 -0000	1.16
+++ eet.spec	15 Feb 2010 19:45:19 -0000	1.17
@@ -45,19 +45,14 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
-chrpath --delete $RPM_BUILD_ROOT%{_bindir}/%{name}
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
+chrpath --delete %{buildroot}%{_bindir}/%{name}
 find $RPM_BUILD_ROOT -name '*.la' -delete
-# remove unfinished manpages
-find doc/man/man3 -size -100c -delete
-rm -f doc/man/man3/todo.3 # remove todo
-install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man3
-install -p -m 644 doc/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
-
+chrpath --delete %{buildroot}%{_libdir}/libeet.so.1.2.3
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %post -p /sbin/ldconfig
@@ -73,8 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/html
-%{_mandir}/man3/* 
+%doc doc/*html
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc



More information about the scm-commits mailing list