rpms/goffice/devel goffice.spec,1.7,1.8

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Feb 17 00:15:37 UTC 2006


Author: jwrdegoede

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

Modified Files:
	goffice.spec 
Log Message:
* Thu Feb 16 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.2.0-1
- New upstream version
- Remove .la files from plugin dirs
- Add BuildRequires: intltool gettext



Index: goffice.spec
===================================================================
RCS file: /cvs/extras/rpms/goffice/devel/goffice.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- goffice.spec	13 Feb 2006 15:39:09 -0000	1.7
+++ goffice.spec	17 Feb 2006 00:15:36 -0000	1.8
@@ -1,25 +1,21 @@
 Name:		goffice         
-Version: 	0.1.2
-Release:        4%{?dist}
+Version: 	0.2.0
+Release:        1%{?dist}
 Summary:        Goffice support libraries
-
 Group:          System Environment/Libraries
 License:	GPL  
 URL:		http://freshmeat.net/projects/goffice/
 Source0:        ftp://ftp.gnome.org/pub/gnome/sources/${name}/0.1/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:	libgsf-devel		>= 1.13.3
 BuildRequires:	libgnomeprint22-devel	>= 2.8.2
 BuildRequires:	libgnomeui-devel	>= 2.0.0
-# this is probably needed because of a bug in one of the above three, try
-# removing this some time in the future.
-# BuildRequires:  libSM-devel
-
+BuildRequires:  intltool gettext
 
 %description
 Support libraries for gnome office
 
+
 %package devel
 Summary:	Libraries and include files for goffice
 Group:		Development/Libraries
@@ -31,6 +27,7 @@
 %description devel
 Development libraries for goffice
 
+
 %prep
 %setup -q
 
@@ -45,11 +42,15 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang goffice
 rm $RPM_BUILD_ROOT/%{_libdir}/*.la
+rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/%{version}/plugins/*/*.la
+
 
 %post -p /sbin/ldconfig
 
+
 %postun -p /sbin/ldconfig
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -69,6 +70,11 @@
 
 
 %changelog
+* Thu Feb 16 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.2.0-1
+- New upstream version
+- Remove .la files from plugin dirs
+- Add BuildRequires: intltool gettext
+
 * Mon Feb 13 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.1.2-4
 - Bump release and rebuild for new gcc4.1 and glibc.
 - add %%{?dist} for consistency with my other packages




More information about the fedora-extras-commits mailing list