Browse Source

abiword: new upstream release
others: rebuild

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9110 ec354946-7b23-47d6-9f5a-488ba84defc7

Takemikaduchi 9 years ago
parent
commit
6e9b8b2c0d

+ 24 - 28
a/abiword/abiword-vl.spec

@@ -1,17 +1,15 @@
 %define desktop_file_utils_version 0.16
-%define abiver 2.8
+%define abiver 3.0
 
 Summary: The AbiWord word processor
 Summary(ja): AbiWord ワードプロセッサ
 Name: abiword
-Version: 2.8.6
-Release: 4%{?_dist_release}
+Version: 3.0.0
+Release: 1%{?_dist_release}
 Epoch: 1
 Group: Applications/Productivity
 License: GPLv2+
 Source0: http://abisource.com/downloads/abiword/%{version}/source/abiword-%{version}.tar.gz
-## Source1: http://abisource.com/downloads/abiword/%{version}/source/abiword-plugins-%{version}.tar.gz
-## Source2: http://abisource.com/downloads/abiword/%{version}/source/abiword-extras-%{version}.tar.gz
 Source3: http://abisource.com/downloads/abiword/%{version}/source/abiword-docs-%{version}.tar.gz
 Source11: abiword.mime
 
@@ -41,12 +39,8 @@ BuildRequires: libSM-devel
 BuildRequires: readline-devel
 BuildRequires: bzip2-devel
 BuildRequires: poppler-devel >= 0.14.2
-#BuildRequires: ots-devel >= 0.4.2
 BuildRequires: libwpd-devel >= 0.8.0
 BuildRequires: librsvg2-devel
-#BuildRequires: aiksaurus-gtk-devel >= 1.2.1
-#BuildRequires: link-grammar-devel >= 4.2.1
-#BuildRequires: gtkmathview-devel >= 0.7.5
 BuildRequires: libgsf-devel >= 1.12.1
 BuildRequires: libboost-devel >= 1.33.1
 
@@ -55,6 +49,7 @@ BuildRequires: libbonobo-devel
 BuildRequires: libbonoboui-devel
 BuildRequires: libgnomeui-devel
 
+
 Requires(pre): desktop-file-utils >= %{desktop_file_utils_version}
 Obsoletes: abiword-fonts abiword-plugins
 
@@ -102,8 +97,6 @@ libabiword で開発するためのインクルードファイル及び定義フ
 ## %patch1 -p1 -b .desktop
 %patch2 -p1 -b .boolean
 
-%patch3 -p1 -b .undefined
-
 # setup abiword extras
 ## %setup -q -T -b 2 -n abiword-extras-%{version}
 
@@ -114,7 +107,7 @@ libabiword で開発するためのインクルードファイル及び定義フ
 %build
 # build libabiword and abiword
 cd $RPM_BUILD_DIR/abiword-%{version}
-%configure --enable-libabiword -enable-static=no
+%configure  -enable-static=no
 make %{?_smp_mflags}
 
 # build abiword-plugins
@@ -209,8 +202,7 @@ update-desktop-database -q %{_datadir}/applications
 %{_bindir}/abiword
 %{_datadir}/applications/*
 %{_datadir}/mime-info/*
-## %{_datadir}/pixmaps/*png
-%{_datadir}/icons/*png
+%{_datadir}/icons/*/*/*/abiword.png
 %{_mandir}/man1/abiword.1.gz
 
 %files -n libabiword
@@ -224,6 +216,10 @@ update-desktop-database -q %{_datadir}/applications
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:3.0.0-1
+- update to 3.0.0
+- remove Patch3 (abiword-2.8.6-no-undefined.patch)
+
 * Fri Dec 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-4
 - add Patch3 (abiword-2.8.6-no-undefined.patch)
 - add BuildRequires: flex, bison
@@ -240,7 +236,7 @@ update-desktop-database -q %{_datadir}/applications
 - drop Patch1, Patch3
 - fix %setup, %build, %install and %files
 
-* Thu Jul 29 2009 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 1:2.6.8-2
+* Wed Jul 29 2009 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 1:2.6.8-2
 - add Japanese Summary and description
 - add BuildRequires: libSM-devel
 
@@ -271,7 +267,7 @@ update-desktop-database -q %{_datadir}/applications
 * Fri Aug 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.5-2vl1
 - updated to 2.4.5
 
-* Tue Apr 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.4-2vl1
+* Thu Apr 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.4-2vl1
 - rebuilt for Vine and merged old spec files
   * Thu Sep 26 2002 Masaki Shinomiya <shino@pos.to>
   - 1.0.3-0vl1 for VinePlus/2.1 and (-0vl2) for 2.5 and VineSeedPlus
@@ -314,7 +310,7 @@ update-desktop-database -q %{_datadir}/applications
     but this release fail to input/display japanese.
     please someone fix this problem.
 
-* Tue Apr 13 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.4-2.fc6
+* Thu Apr 13 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.4-2.fc6
 - Fix documentation generation
 - Fix charting support
 
@@ -400,7 +396,7 @@ update-desktop-database -q %{_datadir}/applications
 * Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-2
 - Disable the experimental pango renderer
 
-* Thu Aug 17 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-1
+* Wed Aug 17 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-1
 - Update to 2.3.4
 - Add link-grammar dependency
 
@@ -408,10 +404,10 @@ update-desktop-database -q %{_datadir}/applications
 - Update to 2.2.9
 - Drop the mailmerge patch again
 
-* Sun Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-2
+* Mon Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-2
 - Fix build with mailmerge patch
 
-* Sun Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-1
+* Mon Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-1
 - Update to 2.2.8
 
 * Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1:2.2.7-2
@@ -424,18 +420,18 @@ update-desktop-database -q %{_datadir}/applications
 - Drop the gcc4, wvread, virtdestr and pt64 patches
 - Update the desktop patch
 
-* Fri Mar 15 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-3
+* Tue Mar 15 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-3
 - Fix 64bit build
 - Add virtual destructors to classes with virtual functions
 
-* Fri Mar 14 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-2
+* Mon Mar 14 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-2
 - Remove the --disable-magick plugin switch
 - disable GDA support until the plugin is ported to gnomedb 1.2.x
 - Change the download location from SF to http://www.abisource.com/
 - patch libole2
 - fix read as a macro in new glibc
 
-* Fri Mar  2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.5-1
+* Wed Mar  2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.5-1
 - bump to latest stable
 - drop integrated dashboard patch again
 - some gcc4 fixes
@@ -454,7 +450,7 @@ update-desktop-database -q %{_datadir}/applications
 * Mon Feb 7 2005 Matthias Clasen <mclasen@redhat.com> - 1:2.2.3-3
 - rebuild
 
-* Mon Feb 2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-2
+* Wed Feb 2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-2
 - remove unneccessary nautilus dependency
 
 * Mon Jan 17 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-1
@@ -496,7 +492,7 @@ update-desktop-database -q %{_datadir}/applications
 * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 1:2.0.12-3
 - Change to PreReq instead of Requires(post), up to 0.9
 
-* Thu Sep 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.12-2
+* Wed Sep 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.12-2
 - Better Requires desktop-file-utils
 
 * Wed Sep 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.12-1
@@ -518,7 +514,7 @@ update-desktop-database -q %{_datadir}/applications
 - 2.0.10
 - use aiksaurus
 
-* Tue Aug 2 2004 Matthias Clasen <mclasen@redhat.com> 1:2.0.9-4
+* Mon Aug 2 2004 Matthias Clasen <mclasen@redhat.com> 1:2.0.9-4
 - rebuilt
 
 * Thu Jul 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-3
@@ -783,10 +779,10 @@ update-desktop-database -q %{_datadir}/applications
 * Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
 - Rebuild with new gcc.
 
-* Sat Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
+* Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
 - Fix build on ia64
 
-* Fri Jun 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
+* Sat Jun 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
 - 0.7.10
 - update download location
 

+ 4 - 1
a/anjuta/anjuta-vl.spec

@@ -21,7 +21,7 @@
 %define	desktop_vendor	anjuta
 
 Version:	%{pkg_version}
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 Summary:	GNOME IDE for C and C++
 Name:		anjuta
@@ -240,6 +240,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-2
+- rebuild with vte3-0.38.2
+
 * Sat Nov  8 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.14.0-1
 - new upstream release
 - built with vala 0.26.1

+ 14 - 3
g/giggle/giggle-vl.spec

@@ -1,6 +1,6 @@
 Name:          giggle
 Version:       0.6.2
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 Summary:       A Gtk frontend to git
 
 Group:         Development/Tools
@@ -9,6 +9,9 @@ URL:           http://live.gnome.org/giggle
 
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/%{name}-%{version}.tar.xz
 
+Patch0:        giggle-0.6.2-vte291.patch
+Patch1:        giggle-0.6.2-gtksourcebuffer.patch
+
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: gettext
@@ -38,6 +41,9 @@ Headers for developing plugins for Giggle.
 
 %prep
 %setup -q
+%patch0 -p1 -b .vte
+%patch1 -p1 -b .gsv3
+sed -i "s|vte-2.90|vte-2.91|g" configure
 
 %build
 %configure --disable-static
@@ -105,7 +111,12 @@ update-desktop-database -q &> /dev/null || :
 %{_libdir}/*.so
 
 %changelog
-* Thu Nov 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-1
+* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-2
+- rebuild with vte3-0.38.2
+- add Patch0 (giggle-0.6.2-vte291.patch)
+- add Patch1 (giggle-0.6.2-gtksourcebuffer.patch)
+
+* Tue Nov 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-1
 - new upstream release
 
 * Tue Oct 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
@@ -124,7 +135,7 @@ update-desktop-database -q &> /dev/null || :
 - initial build for Vine Linux
 
 
-* Mon Jun 26 2010 Caolán McNamara <caolanm@redhat.com> 0.5-3
+* Sat Jun 26 2010 Caolán McNamara <caolanm@redhat.com> 0.5-3
 - bump for dependencies
 
 * Fri Jun 11 2010 Mike McGrath <mmcgrath@redhat.com> 0.5-2

+ 7 - 1
lib/libg/libgnomeprint/libgnomeprint-vl.spec

@@ -16,13 +16,14 @@ Summary: Printing library for GNOME.
 Summary(ja): GNOME プリントライブラリ
 Name:		libgnomeprint
 Version: 	2.18.8
-Release:	3%{?_dist_release}
+Release:	4%{?_dist_release}
 License:	LGPL
 Group:          System Environment/Libraries
 
 Source: 	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.18/%{name}-%{version}.tar.bz2
 
 Patch0:		libgnomeprint-2.18.8-freetype-2.5.x.patch
+Patch1:		libgnomeprint-2.18.8-cups-module.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires: glib2-devel >= %{glib2_version}
@@ -85,6 +86,7 @@ want to use the GNOME desktop environment.
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .ft
+%patch1 -p1 -b .cups
 
 %build
 %configure --disable-font-install --disable-gtk-doc
@@ -129,6 +131,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc
 
 %changelog
+* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.8-4
+- rebuild with libpng-1.6.12
+- add Patch1 (libgnomeprint-2.18.8-cups-module.patch)
+
 * Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.8-3
 - rebuild with VineSeed environment
 - add Patch0 (libgnomeprint-2.18.8-freetype-2.5.x.patch)

+ 9 - 1
s/sakura/sakura-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_version 3.1.5
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary: A terminal emulator based on libvte.
 Summary(ja): libvteベースの端末エミュレータ
@@ -10,6 +10,9 @@ Release: %{pkg_release}
 Source0: http://pleyades.net/david/projects/sakura/%{name}-%{version}.tar.bz2
 
 Patch0: sakura-2.3.7-pod2man.patch
+# upstream patch
+# https://gist.githubusercontent.com/anatol/0b566007276271dcc733/raw/66d93cb9724548837631a8b0ea9865bbf309f8fa/sakura_vte291.patch
+Patch1: sakura_vte291.patch
 
 License: GPLv2
 Group: User Interface/X
@@ -39,6 +42,7 @@ Sakura は GTK+ 及び VTEベースの端末エミュレータです。依存性
 %prep
 %setup -q
 %patch0 -p1 -b .pod2man
+%patch1 -p1 -b .vte291
 
 %build
 %cmake CMAKE_C_FLAGS=%{optflags} .
@@ -72,6 +76,10 @@ desktop-file-install --vendor ''			\
 
 
 %changelog
+* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-2
+- rebuild with vte3-0.38.2
+- add Patch1 (sakura_vte291.patch)
+
 * Sun Aug 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
 - new upstream release