Browse Source

cmake: add BuildRequires, others: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1642 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
e21dd51aae

+ 8 - 3
g/gnumeric/gnumeric-vl.spec

@@ -1,10 +1,10 @@
 %define gnumeric_version %{version}-bonobo
-%define goffice_version  0.8.8
+%define goffice_version  0.8.9
 
 Summary:     A spreadsheet program for GNOME.
 Summary(ja): GNOME スプレッドシート
 Name: 	     gnumeric
-Version:     1.10.8
+Version:     1.10.9
 Release:     1%{?_dist_release}
 License:     GPLv2
 Group: 	     Applications/Productivity
@@ -98,10 +98,10 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 ./mkinstalldirs $RPM_BUILD_ROOT%{_datadir}/applications
 desktop-file-install --vendor gnome --delete-original                   \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications                         \
-  --add-category X-Red-Hat-Extra                                        \
   --add-category Office                                                 \
   --add-category Application                                            \
   --add-category Spreadsheet                                            \
+  --remove-mime-type="zz-application/zz-winassoc-xls"			\
   $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 
 %find_lang %{name}
@@ -189,6 +189,11 @@ fi
 
 
 %changelog
+* Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.9-1
+- new upstream release
+- add desktop-file-install option: --remove-mime-type="zz-application/zz-winassoc-xls"
+   (fix error of MIME type)
+
 * Sun Aug 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.8-1
 - new upstream release
 

+ 4 - 1
g/goffice/goffice-vl.spec

@@ -1,6 +1,6 @@
 Summary: Set of document centric objects and utilities for glib/gtk
 Name: goffice
-Version: 0.8.8
+Version: 0.8.9
 Release: 1%{?_dist_release}
 Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.6/%{name}-%{version}.tar.bz2
 Patch0: goffice-0.6.6-pcre_path.patch
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/goffice-0.8
 
 %changelog
+* Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.9-1
+- new upstream release
+
 * Sun Aug 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-1
 - new upstream release
 - drop Patch0

+ 4 - 1
lib/libc/libchamplain/libchamplain-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Map view for Clutter
 Summary(ja):	Clutter用のマップビューア
 Name:		libchamplain
-Version:	0.4.6
+Version:	0.4.7
 Release:	1%{?_dist_release}
 License:	LGPLv2+
 Group: System Environment/Libraries
@@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}-gtk-0.4/champlain-gtk
 
 %changelog
+* Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.7-1
+- new upstream release
+
 * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.6-1
 - new upstream release