rpms/GtkAda/FC-5 GtkAda.spec,1.17,1.18

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Oct 21 20:27:40 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/GtkAda/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6764

Modified Files:
	GtkAda.spec 
Log Message:



Index: GtkAda.spec
===================================================================
RCS file: /cvs/extras/rpms/GtkAda/FC-5/GtkAda.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- GtkAda.spec	21 Oct 2006 20:07:02 -0000	1.17
+++ GtkAda.spec	21 Oct 2006 20:27:10 -0000	1.18
@@ -1,6 +1,6 @@
 Name:		GtkAda
 Version:	2.8.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Ada95 graphical toolkit based on Gtk+
 Group:		System Environment/Libraries
 License:	GPL
@@ -60,7 +60,6 @@
 
 # make libraries executables, otherwise dependencies are not found
 chmod 0755 $RPM_BUILD_ROOT%{_libdir}/lib*.so.*
-find $RPM_BUILD_ROOT%{_libdir} -name "*.a" | xargs rm -f
 
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 (cd docs; install -m 0644 dgate.1 gate.1 gtkada-config.1 $RPM_BUILD_ROOT%{_mandir}/man1)
@@ -71,6 +70,8 @@
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
 rm -rf $RPM_BUILD_ROOT%{_datadir}/examples
 
+sed -i "s|/.*/usr/lib|/usr/lib|" %{_libdir}/gnat/*.gpr
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -95,6 +96,7 @@
 %{_libdir}/gtkada
 %{_libdir}/gnat
 %{_libdir}/lib*.so
+%{_libdir}/lib*.a
 %{_libdir}/pkgconfig/*
 %{_datadir}/gps
 %{_mandir}/man*/*




More information about the fedora-extras-commits mailing list