rpms/gambas/devel gambas.spec,1.2,1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sun Jul 3 14:07:34 UTC 2005


Author: spot

Update of /cvs/extras/rpms/gambas/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25019/devel

Modified Files:
	gambas.spec 
Log Message:

Get garbage character out of description, clean up %{_libdir} in %files.



Index: gambas.spec
===================================================================
RCS file: /cvs/extras/rpms/gambas/devel/gambas.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gambas.spec	1 Jul 2005 13:50:49 -0000	1.2
+++ gambas.spec	3 Jul 2005 14:07:31 -0000	1.3
@@ -20,7 +20,7 @@
 
 %description
 Gambas is a free development environment based on a Basic interpreter
-with object extensions, like Visual Basic¢(but it is NOT a clone !).. 
+with object extensions, like Visual Basic (but it is NOT a clone !). 
 With Gambas, you can quickly design your program GUI, access MySQL or 
 PostgreSQL databases, pilot KDE applications with DCOP, translate your 
 program into many languages, create network applications easily, and so 
@@ -95,18 +95,15 @@
 %files
 %defattr(-, root, root, 0755)
 %doc README AUTHORS COPYING INSTALL README README.REDHAT TODO
-%dir %{_libdir}/gambas
-%{_libdir}/gambas/*.so.*
-%{_libdir}/gambas/lib.gb*.component
+# Normally the .so file should be in the -devel package
+# However, gambas can't run without it. :P
+%{_libdir}/gambas
 %{_bindir}/gambas
 %{_bindir}/gbc
 %{_bindir}/gba
 %{_bindir}/gbi
 %{_bindir}/gbx
 %{_bindir}/gambas-database-manager
-# Normally, this file should be in the -devel package
-# However, gambas can't run without the .so. :P
-%{_libdir}/gambas/*.so
 
 %files devel
 %defattr(-, root, root, 0755)




More information about the fedora-extras-commits mailing list