rpms/imlib2/devel imlib2.spec,1.35,1.36

Tomas Smetana tsmetana at fedoraproject.org
Tue Feb 3 13:36:39 UTC 2009


Author: tsmetana

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

Modified Files:
	imlib2.spec 
Log Message:
drop fonts and images; fix #477400 - convert to the new font packaging
guidelines



Index: imlib2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/imlib2/devel/imlib2.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- imlib2.spec	23 Nov 2008 10:19:15 -0000	1.35
+++ imlib2.spec	3 Feb 2009 13:36:09 -0000	1.36
@@ -1,7 +1,7 @@
 Summary:        Image loading, saving, rendering, and manipulation library
 Name:           imlib2
 Version:        1.4.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        Imlib2
 Group:          System Environment/Libraries
 URL:            http://docs.enlightenment.org/api/imlib2/html/
@@ -79,7 +79,9 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT%{_bindir}/imlib2_test
+# remove demos and their dependencies
+rm $RPM_BUILD_ROOT%{_bindir}/imlib2_*
+rm -rf $RPM_BUILD_ROOT%{_datadir}/imlib2/data/
 
 # ship .la files due to a bug in kdelibs (bugzilla.fedora.us #2284):
 #  $RPM_BUILD_ROOT%{_libdir}/libImlib2.la \
@@ -96,10 +98,7 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS README ChangeLog TODO
-%{_bindir}/imlib2_*
 %{_libdir}/libImlib2.so.*
-%dir %{_datadir}/imlib2/
-%{_datadir}/imlib2/data/
 %dir %{_libdir}/imlib2/
 %dir %{_libdir}/imlib2/filters/
 %{_libdir}/imlib2/filters/*.so
@@ -123,6 +122,10 @@
 
 
 %changelog
+* Tue Feb 03 2009 Tomas Smetana <tsmetana at redhat.com> 1.4.2-3
+- fix #477400 - remove fonts
+- remove demo programs and images
+
 * Sun Nov 23 2008 Tomas Smetana <tsmetana at redhat.com> 1.4.2-2
 - patch for CVE-2008-5187
 




More information about the fedora-extras-commits mailing list