Browse Source

epdfview: rebuild, libgail-gnome: new package, others: new upstream release

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

+ 4 - 1
e/epdfview/epdfview-vl.spec

@@ -1,6 +1,6 @@
 Name:		epdfview
 Version:	0.1.7
-Release:	5%{?_dist_release}
+Release:	6%{?_dist_release}
 Summary:	Lightweight PDF document viewer
 Summary(ja):	軽量な PDF ドキュメントビューア
 
@@ -82,6 +82,9 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/pixmaps/icon_epdfview-48.png
 
 %changelog
+* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.7-6
+- rebuild with krb5-libs-1.8.2
+
 * Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.7-5
 - rebuilt with poppler-0.16.3
 - added Patch0

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

@@ -1,4 +1,4 @@
-%define pkg_version 0.7.7
+%define pkg_version 0.7.13
 %define pkg_release 1%{?_dist_release}
 
 Summary:     Javascript binding for GNOME
@@ -89,6 +89,9 @@ Development files of the gjs library.
 
 
 %changelog
+* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
+- new upstream release
+
 * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
 - new upstream release
 

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

@@ -1,7 +1,7 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 Summary: A library of handy utility functions.
 Name: glib2
-Version: 2.28.4
+Version: 2.28.5
 Release: 1%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -158,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.5-1
+- new upstream release
+
 * Wed Mar 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-1
 - new upstream release
 

+ 12 - 12
g/gnome-games/gnome-games-vl.spec

@@ -15,7 +15,7 @@ Summary(ja): GNOME ゲーム集
 Name: gnome-games
 %define major 2.32
 Version: %{major}.1
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 License: GPLv2+ and GFDL+
 Group: Applications/Games
 Source:	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/%{major}/%{name}-%{version}.tar.bz2
@@ -34,11 +34,9 @@ Requires(post,preun): ggz-client-libs
 Requires: GConf2
 Requires: pygtk2
 Requires: gnome-python-desktop >= %{gnome_python_desktop}
-Requires: gnome-python-gnomeprint
 Requires: pygtkglext PyOpenGL
 Requires: gnuchess
 Requires: hicolor-icon-theme
-Requires: seed
 
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: pango-devel >= %{pango_version}
@@ -103,7 +101,13 @@ gnome-games パッケージにはいくつかの小さなゲームが入って
 
 autoconf
 export CFLAGS="$RPM_OPT_FLAGS -DNO_HOWL"
-%configure --with-sound=gstreamer --localstatedir=/var/lib --disable-gnuchess
+# swell-foop, lightsoff: remove (vine6)
+%configure \
+	--with-gtk=2.0 \
+	--with-sound=gstreamer \
+	--localstatedir=/var/lib \
+	--enable-games="aisleriot,quadrapassel,gnect,gnomine,mahjongg,gtali,gnotravex,gnotski,glines,iagno,glchess,gnobots2,gnibbles,gnome-sudoku" \
+	--disable-gnuchess
 make 
 
 # strip unneeded translations from .mo files
@@ -183,10 +187,8 @@ gconftool-2 --makefile-install-rule	\
 	gnotski.schemas			\
 	gtali.schemas			\
 	iagno.schemas			\
-	lightsoff.schemas		\
 	mahjongg.schemas		\
 	quadrapassel.schemas		\
-	swell-foop.schemas		\
 > /dev/null || : )
 
 touch %{_datadir}/icons/hicolor
@@ -215,10 +217,8 @@ if [ "$1" -gt 1 ]; then
 	gnotski.schemas			\
 	gtali.schemas			\
 	iagno.schemas			\
-	lightsoff.schemas		\
 	mahjongg.schemas		\
 	quadrapassel.schemas		\
-	swell-foop.schemas		\
 > /dev/null || : )
 fi
 
@@ -239,10 +239,8 @@ if [ "$1" -eq 0 ]; then
 	gnotski.schemas			\
 	gtali.schemas			\
 	iagno.schemas			\
-	lightsoff.schemas		\
 	mahjongg.schemas		\
 	quadrapassel.schemas		\
-	swell-foop.schemas		\
 > /dev/null || : )
 
   ggz-config -r -m %{_datadir}/ggz/gnect-client.dsc >& /dev/null || :
@@ -285,8 +283,6 @@ fi
 ## %{_bindir}blackjack
 %{_bindir}/glchess
 %{_bindir}/gnome-sudoku
-%{_bindir}/lightsoff
-%{_bindir}/swell-foop
 
 ## %{_datadir}/ggz
 
@@ -306,6 +302,10 @@ fi
 
 
 %changelog
+* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-2
+- remove Requires: gnome-python-gnomeprint, seed
+- remove swell-foop, lightsoff
+
 * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
 - new upstream release
 

+ 7 - 4
g/gtk2/gtk2-vl.spec

@@ -1,6 +1,6 @@
 # Note that this is NOT a relocatable package
 
-%define glib2_base_version 2.28.4
+%define glib2_base_version 2.28.5
 %define glib2_version %{glib2_base_version}-1
 %define pango_base_version 1.28.3
 %define pango_version %{pango_base_version}-1
@@ -8,11 +8,11 @@
 %define atk_version %{atk_base_version}-1
 %define cairo_base_version 1.10.0
 %define cairo_version %{cairo_base_version}-1
-%define gdkpixbuf2_base_version 2.22.0
+%define gdkpixbuf2_base_version 2.22.1
 %define gdkpixbuf2_version %{gdkpixbuf2_base_version}-1
 %define gobject_introspection_version 0.9.8
 
-%define base_version 2.24.3
+%define base_version 2.24.4
 %define bin_version 2.10.0
 
 # biarch support
@@ -26,7 +26,7 @@ Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
 Summary(ja): X 用 GUI 作成ライブラリ: GIMP ツールキット(GTK+)
 Name: gtk2
 Version: %{base_version}
-Release: 2%{?_dist_release}
+Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 
@@ -325,6 +325,9 @@ fi
 %endif
 
 %changelog
+* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.4-1
+- new upstream release
+
 * Wed Mar 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.3-2
 - rebuild with krb5-libs-1.8.2
 

+ 6 - 3
g/gtk3/gtk3-vl.spec

@@ -1,6 +1,6 @@
 # Note that this is NOT a relocatable package
 
-%define glib2_base_version 2.28.4
+%define glib2_base_version 2.28.5
 %define glib2_version %{glib2_base_version}-1
 %define pango_base_version 1.28.3
 %define pango_version %{pango_base_version}-1
@@ -8,12 +8,12 @@
 %define atk_version %{atk_base_version}-1
 %define cairo_base_version 1.10.0
 %define cairo_version %{cairo_base_version}-1
-%define gdkpixbuf2_base_version 2.22.0
+%define gdkpixbuf2_base_version 2.22.1
 %define gdkpixbuf2_version %{gdkpixbuf2_base_version}-1
 %define gobject_introspection_version 0.10.0
 
 
-%define base_version 3.0.6
+%define base_version 3.0.7
 %define bin_version 3.0.0
 
 # biarch support
@@ -307,6 +307,9 @@ fi
 %endif
 
 %changelog
+* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.7-1
+- new upstream release
+
 * Sun Mar 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.6-1
 - new upstream release
 

+ 226 - 0
lib/libg/libgail-gnome/libgail-gnome-vl.spec

@@ -0,0 +1,226 @@
+
+Summary: Accessibility implementation for GTK+ and GNOME libraries
+Name: libgail-gnome
+Version: 1.20.4
+Release: 1%{?_dist_release}
+#Following is dead URL now
+URL: http://developer.gnome.org/projects/gap
+#VCS: git:git://git.gnome.org/libgail-gnome
+Source0: http://download.gnome.org/sources/libgail-gnome/1.20/%{name}-%{version}.tar.bz2
+License: LGPLv2+
+Group: System Environment/Libraries
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+Requires: at-spi
+
+Requires(pre): GConf2
+Requires(post): GConf2
+Requires(preun): GConf2
+
+BuildRequires: gtk2-devel
+BuildRequires: atk-devel
+BuildRequires: at-spi-devel
+BuildRequires: libbonoboui-devel
+BuildRequires: libgnomeui-devel >= 1.1.0
+BuildRequires: libSM-devel
+%if %{?_dist_release} != "vl5"
+BuildRequires: gnome-panel-devel
+%else
+BuildRequires: gnome-panel
+%endif
+
+%description
+GAIL implements the abstract interfaces found in ATK for GTK+ and GNOME
+libraries, enabling accessibility technologies such as at-spi to access
+those GUIs.
+
+libgail-gnome contains the GNOME portions of GAIL.
+
+%package devel
+Summary: Files to compile applications that use the GNOME portions of GAIL
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+Requires: atk-devel
+Requires: libbonoboui-devel
+Requires: gtk2-devel
+
+%description devel
+libgail-gnome-devel contains the files required to compile applications against
+the GNOME portions of the GAIL libraries.
+
+%prep
+%setup -q
+
+%build
+%configure --disable-static
+
+# drop unneeded direct library deps with --as-needed
+# libtool doesn't make this easy, so we do it the hard way
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT 
+
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+%pre
+if [ "$1" -gt 1 ]; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-uninstall-rule \
+      %{_sysconfdir}/gconf/schemas/libgail-gnome.schemas > /dev/null || :
+fi
+
+%preun
+if [ "$1" -eq 0 ]; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-uninstall-rule \
+      %{_sysconfdir}/gconf/schemas/libgail-gnome.schemas > /dev/null || :
+fi
+
+
+%post
+/sbin/ldconfig
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-install-rule \
+        %{_sysconfdir}/gconf/schemas/libgail-gnome.schemas >/dev/null || :
+
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING NEWS README
+%{_libdir}/gtk-2.0/modules/*
+%{_sysconfdir}/gconf/schemas/libgail-gnome.schemas
+
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/*
+
+
+%changelog
+* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.4-1
+- initial build for Vine Linux
+
+
+* Fri Sep 10 2010 Parag Nemade <paragn AT fedoraproject.org> 1.20.3-2
+- Merge-review cleanup (#226006)
+
+* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 1.20.3-1
+- Update to 1.20.3
+
+* Wed Apr  7 2010 Matthias Clasen <mclasen@redhat.com> - 1.20.2-2
+- Spec file cleanups
+
+* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 1.20.2-1
+- Update to 1.20.2
+
+* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 1.20.1-4
+- Drop unneeded direct deps
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 1.20.1-1
+- Update to 1.20.1
+
+* Fri Feb  8 2008 Matthias Clasen <mclasen@redhat.com> - 1.20.0-2
+- Rebuild for gcc 4.3
+
+* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 1.20.0-1
+- Update to 1.20.0
+
+* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.19.5-2
+- Rebuild for selinux ppc32 issue.
+
+* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 1.19.5-2
+- Update license field
+
+* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 1.19.5-1
+- Update to 1.19.5
+
+* Sat Jul  7 2007 Matthias Clasen <mclasen@redhat.com> - 1.18.0-3
+- Fix directory ownership issues
+
+* Thu Mar 15 2007 Karsten Hopp <karsten@redhat.com> 1.18.0-2
+- rebuild with current gtk2 to add png support (#232013)
+
+* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 1.18.0-1
+- Update to 1.18.0
+
+* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.3-1.2.1
+- rebuild
+
+* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.1.3-1.2
+- bump again for double-long bug on ppc(64)
+
+* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.3-1.1
+- rebuilt for new gcc4.1 snapshot and glibc changes
+
+* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> 
+- Update to 1.1.3
+
+* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
+- rebuilt
+
+* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> 1.1.2-1
+- Update to 1.1.2
+
+* Wed Mar 30 2005 Matthias Clasen <mclasen@redhat.com> 1.1.0-4
+- Split off a -devel package.  (#152499)
+
+* Sun Mar  6 2005 Matthias Clasen <mclasen@redhat.com> 1.1.0-3
+- Add a BuildRequires for gnome-panel-devel (#137544)
+- Include the .pc file (#119742)
+
+* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> 1.1.0-2
+- Rebuild with gcc4
+
+* Thu Aug  5 2004 Mark McLoughlin <markmc@redhat.com> 1.1.0-1
+- Update to 1.1.0
+
+* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Wed Jul 30 2003 Havoc Pennington <hp@redhat.com> 1.0.2-2
+- rebuild
+
+* Wed Jul  9 2003 Havoc Pennington <hp@redhat.com> 1.0.2-1
+- 1.0.2
+- no longer need to fix location of gtk modules
+
+* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Tue Feb 11 2003 Havoc Pennington <hp@redhat.com> 1.0.0-6
+- rebuild with new at-spi
+
+* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
+- rebuilt
+
+* Fri Dec 13 2002 Tim Powers <timp@redhat.com> 1.0.0-4
+- remove unpackaged files from the buildroot
+
+* Mon Jun 24 2002 Matt Wilson <msw@redhat.com>
+- modules go in gtk-2.0/modules, not gtk-2.0
+
+* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
+- automated rebuild
+
+* Wed Jun 19 2002 Havoc Pennington <hp@redhat.com>
+- initial package
+

+ 4 - 1
v/vala/vala-vl.spec

@@ -4,7 +4,7 @@ Summary:        A modern programming language for GNOME
 Summary:        GNOME 用のモダンなプログラミング言語
 
 Name:           vala
-Version:        0.10.2
+Version:        0.10.4
 Release:        1%{?_dist_release}
 
 Group:          Development/Languages
@@ -150,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-1
+- new upstream release
+
 * Mon Jan 3 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10.2-1
 - new upstream release