Browse Source

giggle, gnome-shell-extensions, telepathy-logger: new upstream release
empathy, gnome-shell: rebuild with telepathy-logger-0.6.0

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

Takemikaduchi 11 years ago
parent
commit
1762edf62f

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

@@ -1,6 +1,6 @@
 %define major_ver 3.6
 %define minor_ver 1
-%define rel       1
+%define rel       2
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
@@ -193,6 +193,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Thu Nov 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-2
+- rebuild with telepathy-logger-0.6.0
+
 * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
 - new upstream release
 

+ 15 - 23
g/giggle/giggle-vl.spec

@@ -1,5 +1,5 @@
 Name:          giggle
-Version:       0.6.1
+Version:       0.6.2
 Release:       1%{?_dist_release}
 Summary:       A Gtk frontend to git
 
@@ -11,19 +11,16 @@ Source0:       http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/%{name}-%{versi
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: intltool
 BuildRequires: gettext
 BuildRequires: gtksourceview3-devel
-BuildRequires: glib2-devel
 BuildRequires: gtk3-devel
-BuildRequires: desktop-file-utils
 BuildRequires: git-core
 BuildRequires: evolution-data-server-devel
 BuildRequires: vte3-devel
 BuildRequires: yelp-tools
-BuildRequires: gnome-common
-BuildRequires: libtool autoconf automake
 
+Requires(postun,posttrans): glib2
+Requires(postun,posttrans): desktop-file-utils
 Requires:      git
 
 
@@ -43,11 +40,6 @@ Headers for developing plugins for Giggle.
 %setup -q
 
 %build
-libtoolize
-aclocal
-autoconf
-autoheader
-automake
 %configure --disable-static
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -59,11 +51,6 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
-desktop-file-install --vendor="fedora"                     \
-  --delete-original                                        \
-  --dir=%{buildroot}%{_datadir}/applications               \
-  %{buildroot}%{_datadir}/applications/giggle.desktop
-
 %find_lang %{name}
 
 
@@ -74,17 +61,19 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/ldconfig
 touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
 
 %postun
 /sbin/ldconfig
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ]; then
+	touch --no-create %{_datadir}/icons/hicolor
+	gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+	update-desktop-database -q &> /dev/null || :
 fi
 
+%posttrans
+gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+update-desktop-database -q &> /dev/null || :
+
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -99,7 +88,7 @@ fi
 %dir %{_datadir}/giggle/glade
 
 %{_datadir}/giggle/glade/main-window.ui
-%{_datadir}/applications/fedora-giggle.desktop
+%{_datadir}/applications/giggle.desktop
 
 %{_datadir}/icons/hicolor/16x16/apps/*.png
 %{_datadir}/icons/hicolor/22x22/apps/*.png
@@ -116,6 +105,9 @@ fi
 %{_libdir}/*.so
 
 %changelog
+* Thu 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
 - new upstream release
 

+ 12 - 4
g/gnome-shell-extensions/gnome-shell-extensions-vl.spec

@@ -1,20 +1,23 @@
 Name:           gnome-shell-extensions
-Version:        3.5.91
+Version:        3.6.0
 Release:        1%{?_dist_release}
 Summary:        Modify and extend GNOME Shell functionality and behavior
 Group:          User Interface/Desktops
 License:        GPLv2+ 
 URL:            http://live.gnome.org/GnomeShell/Extensions
 
+# git archive --format=tar --prefix=gnome-shell-extensions-%{version}/ %{version} | xz > ../gnome-shell-extensions-%{version}.tar.xz
 Source0:        gnome-shell-extensions-%{version}.tar.xz
 
+Patch0:			gnome-shell-extensions-3.6.0-git20121015.patch
+
 BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  glib2-devel
 BuildRequires:  gnome-desktop3-devel
 BuildRequires:  libgtop2-devel
 
-Requires:       gnome-shell >= 3.1.91
+Requires:       gnome-shell >= 3.6.0
 BuildArch:      noarch
 
 Vendor: Project Vine
@@ -185,9 +188,10 @@ An message tray indicator showing CPU and memory loads.
 
 %prep
 %setup -q
+%patch0 -p1
 
-# make g-s-e work with g-s 3.6.x
-sed -i "s|3.5.91|3.6|g" configure.ac
+## make g-s-e work with g-s 3.6.x
+#sed -i "s|3.5.91|3.6|g" configure.ac
 
 %build
 # since we build from a git checkout
@@ -326,6 +330,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %changelog
+* Thu Nov 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
+- new upstream release
+- add Patch0 (gnome-shell-extensions-3.6.0-git20121015.patch)
+
 * Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.91-1
 - new upstream release
 - remove Patch0 (gnome-shell-extensions-3.4.0-git20120430.patch)

+ 7 - 1
g/gnome-shell/gnome-shell-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_version 3.6.1
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary:     Window management and application launching for GNOME
 Name:        gnome-shell
@@ -7,6 +7,7 @@ Version:     %{pkg_version}
 Release:     %{pkg_release}
 Source0:     %{name}-%{version}.tar.xz
 
+Patch0:		gnome-shell-3.4.1-git20121031.patch
 # settings for Vine
 Patch101:    gnome-shell-vine-settings.patch
 
@@ -71,6 +72,7 @@ and easy to use experience.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch101 -p1 -b .vine
 
 %build
@@ -142,6 +144,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Thu Nov 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-2
+- rebuild with telepathy-logger-0.6.0
+- add Patch0 (gnome-shell-3.4.1-git20121031.patch)
+
 * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
 - new upstream release
 

+ 4 - 1
t/telepathy-logger/telepathy-logger-vl.spec

@@ -1,5 +1,5 @@
 Name:           telepathy-logger
-Version:        0.4.0
+Version:        0.6.0
 Release:        1%{?_dist_release}
 Summary:        Telepathy framework logging daemon
 
@@ -97,6 +97,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Thu Nov 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
+- new upstream release
+
 * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
 - new upstream release