rpms/evas/F-13 evas.spec,1.15,1.16

thomasj thomasj at fedoraproject.org
Sun Apr 4 09:19:41 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/evas/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17094

Modified Files:
	evas.spec 
Log Message:
spec fixes



Index: evas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evas/F-13/evas.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- evas.spec	4 Apr 2010 07:06:48 -0000	1.15
+++ evas.spec	4 Apr 2010 09:19:41 -0000	1.16
@@ -39,29 +39,22 @@ developing applications that use %{name}
 %build
 %configure --disable-static --enable-gl-x11 -enable-fb
 make %{?_smp_mflags}
-cd doc; make doc %{?_smp_mflags}
-
+sed -i -e 's/$projectname Documentation Generated: $datetime/$projectname Documentation/' doc/foot.html
+./gendoc
 
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL='install -p'
 chrpath --delete %{buildroot}%{_libdir}/%{name}/modules/*/*/*/*.so
 chrpath --delete %{buildroot}%{_bindir}/evas*
-chrpath --delete %{buildroot}%{_libdir}/libevas-ver-svn-05.so.0.9.9
 find %{buildroot} -name '*.la' -delete
 
 # remove unfinished manpages
 find doc/man/man3 -size -100c -delete
-
-for l in todo %{name}.dox
-do
- rm -f doc/man/man3/$l.3
-done 
-
 chmod -x doc/html/*
-
-mkdir -p %{buildroot}%{_mandir}/man3
-install -Dpm0644 doc/man/man3/* %{buildroot}%{_mandir}/man3
+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
 
 %clean
 rm -rf %{buildroot}
@@ -77,7 +70,6 @@ rm -rf %{buildroot}
 %doc AUTHORS COPYING COPYING-PLAIN README
 %{_libdir}/*.so.*
 %{_libdir}/%{name}
-%{_bindir}/%{name}*
 
 
 %files devel



More information about the scm-commits mailing list