rpms/gir-repository/devel gir-repository.spec,1.12,1.13

Matthias Clasen mclasen at fedoraproject.org
Tue Dec 22 21:38:29 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gir-repository/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26739

Modified Files:
	gir-repository.spec 
Log Message:
drop atk and gtk bits



Index: gir-repository.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gir-repository/devel/gir-repository.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- gir-repository.spec	9 Dec 2009 13:51:52 -0000	1.12
+++ gir-repository.spec	22 Dec 2009 21:38:29 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           gir-repository
 Version:        0.6.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Introspection for GNOME libraries
 
 Group:          Development/Libraries
@@ -62,6 +62,15 @@ make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
 
+# drop atk and gtk, since these come with their own
+# introspection support now
+rm %{_libdir}/girepository-1.0/Atk-1.0.typelib
+rm %{_libdir}/girepository-1.0/GdkPixbuf-2.0.typelib
+rm %{_libdir}/girepository-1.0/Gtk-2.0.typelib
+rm %{_datadir}/gir-1.0/Atk-1.0.gir
+rm %{_datadir}/gir-1.0/GdkPixbuf-2.0.gir
+rm %{_datadir}/gir-1.0/Gtk-2.0.gir
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -81,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Tue Dec 22 2009 Matthias Clasen <mclasen at redhat.com> 0.6.5-4
+- Drop atk and gtk
+
 * Wed Dec 09 2009 Bastien Nocera <bnocera at redhat.com> 0.6.5-3
 - Install the DBusGlib bindings
 




More information about the fedora-extras-commits mailing list