Browse Source

cinnamon: new upstream release or rebuild
caja: fix typo
others: remove *.la files

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

Takemikaduchi 9 years ago
parent
commit
c72a8b7907

+ 6 - 4
a/at-spi/at-spi-vl.spec

@@ -12,7 +12,7 @@ Summary: Assistive Technology Service Provider Interface
 
 Name: at-spi
 Version: 1.32.0
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 URL: http://developer.gnome.org/projects/gap/
 Source0: http://download.gnome.org/sources/at-spi/1.32/%{name}-%{version}.tar.bz2
 
@@ -89,9 +89,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang at-spi
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+
 
 %post
 /sbin/ldconfig
@@ -143,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-5
+- remove *.la files
+
 * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-4
 - rebuild with VineSeed environment
 

+ 6 - 2
b/babl/babl-vl.spec

@@ -1,7 +1,7 @@
 Summary:	A dynamic, any to any, pixel format conversion library
 Name:		babl
 Version:	0.1.10
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 # The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
 License:	LGPLv3+ and GPLv3+
 Group:		System Environment/Libraries
@@ -41,7 +41,8 @@ mkdir -p babl_docs babl_docs/html
 cp -pr docs/graphics docs/*.html docs/babl.css babl_docs/html
 rm -rf babl_docs/html/graphics/Makefile*
 
-rm -rf %{buildroot}%{_libdir}/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+
 
 %check
 pushd tests
@@ -76,6 +77,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-3
+- remove *.la files
+
 * Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-2
 - rebuild with VineSeed environment
 - fix %%check (based on fedora package)

+ 6 - 3
c/caja/caja-vl.spec

@@ -1,7 +1,7 @@
 Summary:	The MATE shell and file manager
 Name:		caja
 Version:	1.10.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 Source0:	http://pub.mate-desktop.org/releases/1.10/%{name}-%{version}.tar.xz
 
@@ -125,12 +125,12 @@ if [ $1 -eq 0 ]; then
   touch --no-create %{_datadir}/icons/hicolor
   gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
   glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
-  update-mime-database %{_datadir}/mime ||:
+  update-mime-database %{_datadir}/mime >& /dev/null ||:
 fi
 
 %posttrans
 glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
-update-mime-database %{_datadir}/mime ||:
+update-mime-database %{_datadir}/mime >& /dev/null ||:
 
 
 %files -f %{name}.lang
@@ -168,6 +168,9 @@ update-mime-database %{_datadir}/mime ||:
 
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-2
+- fix typo
+
 * Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
 - new upstream release
 - remove Patch0 (mate-file-manager-1.2.2-makefile.patch)

+ 6 - 2
c/cinnamon-control-center/cinnamon-control-center-vl.spec

@@ -2,7 +2,7 @@ Summary:	Cinnamon Control Center.
 Summary(ja):	Cinnamon コントロールセンター
 Name:		cinnamon-control-center
 Version:	2.4.2
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPLv2+ and GFDL+
 Group:		User Interface/Desktops
 URL:		https://github.com/linuxmint/cinnamon-control-center
@@ -56,6 +56,7 @@ BuildRequires: NetworkManager-glib-devel
 BuildRequires: ModemManager-glib-devel
 BuildRequires: libnotify-devel
 BuildRequires: libwacom-devel
+BuildRequires: libsocialweb-devel
 BuildRequires: iso-codes
 
 %description
@@ -90,7 +91,7 @@ Cinnamon コントロールセンターの開発用ファイルが含まれて
 autoreconf -if
 %configure --disable-static  \
     --disable-update-mimedb \
-	--with-libsocialweb=no
+	--with-libsocialweb=yes 
     CFLAGS="$RPM_OPT_FLAGS -Wno-error"
 
 # drop unneeded direct library deps with --as-needed
@@ -173,6 +174,9 @@ fi
 
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-2
+- add BuildRequires: libsocialweb-devel
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
 - new upstream release
 

+ 4 - 1
c/cinnamon-menus/cinnamon-menus-vl.spec

@@ -1,7 +1,7 @@
 Summary:	A menu system for the Cinnamon project
 Summary(ja):	Cinnamon プロジェクト用メニューシステム
 Name:		cinnamon-menus
-Version:	2.4.0
+Version:	2.4.2
 Release:	1%{?_dist_release}
 License:	LGPL
 Group:		System Environment/Libraries
@@ -85,6 +85,9 @@ update-desktop-database -q &> /dev/null ||:
 
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
+- new upstream release
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
 - new upstream release
 

+ 4 - 1
c/cinnamon-screensaver/cinnamon-screensaver-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Cinnamon Screensaver
 Summary(ja):	Cinnamon スクリーンセーバー
 Name:		cinnamon-screensaver
-Version:	2.4.0
+Version:	2.4.2
 Release:	1%{?_dist_release}
 License:	GPL
 Group:		User Interface/Desktops
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
+- new upstream release
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
 - new upstream release
 

+ 4 - 1
c/cinnamon-session/cinnamon-session-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Cinnamon session manager
 Summary(ja):	Cinnamon セッションマネージャ
 Name:		cinnamon-session
-Version:	2.4.2
+Version:	2.4.3
 Release:	1%{?_dist_release}
 URL:		https://github.com/linuxmint/cinnamon-session
 License:	GPLv2+ 
@@ -97,6 +97,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.3-1
+- new upstream release
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
 - new upstream release
 

+ 4 - 1
c/cinnamon-settings-daemon/cinnamon-settings-daemon-vl.spec

@@ -3,7 +3,7 @@ Summary(ja):	Cinnamon から GTK+/KDE のアプリケーションで設定を共
 
 Name:		cinnamon-settings-daemon
 Version:	2.4.3
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 Group:		System Environment/Daemons
 License:	GPLv2+
@@ -116,6 +116,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.3-2
+- rebuild with current VineSeed environment
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.3-1
 - new upstream release
 

+ 4 - 1
c/cinnamon-translations/cinnamon-translations-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Internationalization support for Cinnamon
 Summary(ja):	Cinnamon の国際化サポートパッケージ
 Name:		cinnamon-translations
-Version:	2.4.2
+Version:	2.4.4
 Release:	1%{?_dist_release}
 URL:		https://github.com/linuxmint/cinnamon-session
 License:	GPLv2
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.3-1
+- new upstream release
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
 - new upstream release
 

+ 12 - 2
c/cinnamon/cinnamon-vl.spec

@@ -1,6 +1,6 @@
 Name: 		cinnamon
 Summary: 	A Linux Desktop featuring a traditional layout and modern technology
-Version: 	2.4.5
+Version: 	2.4.8
 Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
@@ -19,7 +19,7 @@ BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: 	muffin-devel >= 1.9.1
 BuildRequires: 	cjs-devel >= 1.9.0
-BuildRequires: 	gstreamer-plugins-base-devel >= 0.10.16
+BuildRequires: 	gstreamer1-plugins-base-devel >= 1.0.0
 BuildRequires: 	folks-devel >= 0.5.2
 BuildRequires: 	evolution-data-server-devel >= 2.32.0
 BuildRequires: 	telepathy-glib-devel >= 0.15.5
@@ -34,6 +34,7 @@ BuildRequires: 	cinnamon-desktop-devel
 BuildRequires: 	pulseaudio-libs-devel
 BuildRequires: 	eudev-libgudev1-devel
 BuildRequires: 	libcanberra-gtk3-devel
+BuildRequires: 	gnome-bluetooth-devel
 BuildRequires:	ca-certificates
 BuildRequires:	GConf2-devel
 BuildRequires: 	gnome-common
@@ -41,11 +42,14 @@ BuildRequires: 	gnome-common
 Requires(postun,posttrans):	glib2
 Requires(postun,posttrans):	desktop-file-utils
 Requires:	muffin
+Requires:	pciutils
 Requires:	cinnamon-session
 Requires:	cinnamon-menus
+Requires:	gksu
 Requires:	python-imaging
 Requires:	python-pam
 Requires:	python-pexpect
+Requires:	python-lxml
 Requires:	ca-certificates
 
 Vendor:			Project Vine
@@ -190,6 +194,12 @@ update-desktop-database -q &> /dev/null || :
 
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.8-1
+- new upstream release
+- add BuildRequires: gnome-bluetooth-devel
+- add Requires: pciutils, gksu, python-lxml
+- changeg BuildRequires:i gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.5-1
 - new upstream release
 - update Patch101 (cinnamon-2.4.5-vine-settings.patch)

+ 6 - 1
c/cjs/cjs-vl.spec

@@ -1,7 +1,7 @@
 Summary:     Javascript binding for Cinnamon
 Summary(ja): Cinnamon 向け JavaScript バインディング
 Name:        cjs
-Version:     2.4.1
+Version:     2.4.2
 Release:     1%{?_dist_release}
 Source0:     %{name}-%{version}.tar.gz
 
@@ -12,6 +12,7 @@ URL:         http://live.gnome.org/GnomeShell
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires:	pkgconfig >= 0.14.0
 BuildRequires:	glib2-devel
+BuildRequires:	gtk3-devel
 BuildRequires:	dbus-glib-devel
 BuildRequires:	gobject-introspection-devel >= 1.29.16
 BuildRequires:	cairo-devel
@@ -84,6 +85,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
+- new upstream release
+- add BuildRequires: gtk3-devel
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
 - new upstream release
 - change BuildRequires: mozjs24-devel instead of js-devel

+ 6 - 1
d/dia/dia-vl.spec

@@ -11,7 +11,7 @@ Summary: A gtk+ based diagram creation program.
 Summary(ja): Gtk+ ベースのダイアグラム作成プログラム
 Name: dia
 Version: 0.97.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: Applications/Graphics
 
@@ -66,6 +66,8 @@ Dia は Windows にある 'Visio' に似せて設計されたプログラムで
 %__rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
 %__rm -rf %{buildroot}%{_datadir}/doc/dia
 
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+
 %find_lang %{name}
 
 %clean
@@ -98,6 +100,9 @@ fi
 %{_datadir}/gnome/help/dia
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.97.3-2
+- remove *.la files
+
 * Sun Sep 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.97.3-1
 - new upstream release
 - remove Patch0 (dia-0.97.2-git20131003.patch)

+ 5 - 2
e/eog/eog-vl.spec

@@ -9,7 +9,7 @@ Summary: Eye of GNOME image viewer
 Summary(ja): Eye of GNOME 画像ビューワ
 Name:    eog
 Version: 3.16.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 URL: http://projects.gnome.org/eog/
 Group: Applications/Graphics
 License: GPL 
@@ -82,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/eog/plugings/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/eog/plugins
 
@@ -138,6 +138,9 @@ fi
 %{_datadir}/gtk-doc/html/eog
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-2
+- remove *.la files
+
 * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
 - new upstream release
 

+ 6 - 1
g/gawk/gawk-vl.spec

@@ -2,7 +2,7 @@ Summary(ja): GNU バージョンの awk テキスト処理ユーティリティ
 Summary: The GNU version of the awk text processing utility.
 Name: gawk
 Version: 4.1.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: Applications/Text
 
@@ -46,6 +46,8 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=${RPM_BUILD_ROOT}
 
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 ln -sf gawk.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/awk.1.gz
 ln -sf ../../bin/gawk $RPM_BUILD_ROOT%{_bindir}/awk
@@ -85,6 +87,9 @@ fi
 %{_libdir}/gawk/*
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.1.0-2
+- remove *.la files
+
 * Mon Jan 20 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1.0-1
 - update to 4.1.0
 

+ 5 - 2
g/gegl/gegl-vl.spec

@@ -4,7 +4,7 @@ Summary:	A graph based image processing framework
 Summary(ja):	グラフベースの画像処理フレームワーク
 Name:		gegl
 Version:	0.2.0
-Release:	4%{?_dist_release}
+Release:	5%{?_dist_release}
 # The binary is under the GPL, while the libs are under LGPL
 License:	LGPLv3+ and GPLv3+
 Group:		System Environment/Libraries
@@ -70,7 +70,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install INSTALL='install -p'
 
-rm -f %{buildroot}%{_libdir}/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 %find_lang %{name}-%{VER}
 
@@ -109,6 +109,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}-%{VER}.pc
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-5
+- remove *.la files
+
 * Thu Dec 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.0-4
 - rebuilt with OpenEXR 2.2.0
 

+ 5 - 2
g/goffice/goffice-vl.spec

@@ -1,7 +1,7 @@
 Summary: Set of document centric objects and utilities for glib/gtk
 Name: goffice
 Version: 0.10.22
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/%{name}-%{version}.tar.xz
 
 License: GPL
@@ -48,7 +48,7 @@ make
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 %find_lang %{name}-%{version}
 
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/goffice-0.10
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.22-2
+- remove *.la files
+
 * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.22-1
 - new upstream release
 

+ 5 - 2
g/goffice08/goffice08-vl.spec

@@ -1,7 +1,7 @@
 Summary: Set of document centric objects and utilities for glib/gtk
 Name: goffice08
 Version: 0.8.17
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/goffice-%{version}.tar.bz2
 
 License: GPL
@@ -51,7 +51,7 @@ make
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
 
-rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 %find_lang goffice-%{version}
 
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/goffice-0.8
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.17-3
+- remove *.la files
+
 * Sun Jan 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.17-2
 - rename package (goffce08)
 

+ 5 - 3
g/gtk2/gtk2-vl.spec

@@ -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: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
 
@@ -241,9 +241,8 @@ done
 %endif
 
 # Remove unpackaged files
-rm $RPM_BUILD_ROOT%{_libdir}/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 rm -rf $RPM_BUILD_ROOT%{_datadir}/themes/Raleigh
-rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/lib*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -332,6 +331,9 @@ fi
 %endif
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.27-2
+- remove *.la files
+
 * Sun Mar 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.27-1
 - new upstream release
 

+ 7 - 7
lib/libb/libbonoboui/libbonoboui-vl.spec

@@ -15,7 +15,7 @@ Summary: Bonobo user interface components
 Summary(ja): Bonobo ユーザインタフェースコンポーネント
 Name: libbonoboui
 Version: 2.24.5
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 URL: http://ftp.gnome.org/
 Source0: http://ftp.gnome.org/pub/GNOME/sources/libbonoboui/2.24/%{name}-%{version}.tar.bz2
 Source2: bonoboui-fixed-ltmain.sh
@@ -111,7 +111,7 @@ use libbonoboui.
 %setup -q -n %{name}-%{version}
 
 %build
-%configure
+%configure --disable-static
 export tagname=CC
 %__make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
 
@@ -121,8 +121,8 @@ rm -rf $RPM_BUILD_ROOT
 export tagname=CC
 make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a}
-rm -f $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/*.a
+find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/bonobo-browser.desktop
 
 %find_lang %{po_package}
@@ -143,13 +143,11 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING ChangeLog NEWS README
 %{_libdir}/lib*.so.*
 %{_libdir}/libglade/2.0/*.so
-%{_libdir}/libglade/2.0/*.la
 %{_libdir}/bonobo
 %{_datadir}/gnome-2.0
 
 %files devel
 %defattr(-,root,root)
-#{_libdir}/lib*.a
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/*
@@ -163,7 +161,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %{_libdir}/lib*.so.*
 %{_libdir}/libglade/2.0/*.so
-%{_libdir}/libglade/2.0/*.la
 %{_libdir}/bonobo
 
 %files -n compat32-%{name}-devel
@@ -173,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.5-3
+- remove *.la files
+
 * Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.5-2
 - rebuild with VineSeed environment
 

+ 5 - 5
lib/libg/libgnomeui/libgnomeui-vl.spec

@@ -21,7 +21,7 @@ Summary: GNOME base GUI library
 Summary(ja): GNOME 基本 GUI ライブラリ
 Name: libgnomeui
 Version: 2.24.5
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 URL: ftp://ftp.gnome.org/
 Source0: %{name}-%{version}.tar.bz2
 Source2: gnomeui-fixed-ltmain.sh
@@ -178,10 +178,7 @@ rm -rf $RPM_BUILD_ROOT
 export tagname=CC
 %makeinstall
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-#rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-#rm -f $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/*.a
-#rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.4.0/filesystems/*.a
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 %find_lang %{po_package}
 
@@ -223,6 +220,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.5-3
+- remove *.la files
+
 * Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.5-2
 - rebuild with VineSeed environment
 

+ 4 - 1
m/muffin/muffin-vl.spec

@@ -1,6 +1,6 @@
 Name: 		muffin
 Summary: 	The cinnamon window manager based on mutter
-Version: 	2.4.2
+Version: 	2.4.5
 Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
@@ -108,6 +108,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.5-1
+- new upstream release
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
 - new upstream release
 

+ 5 - 1
n/nemo/nemo-vl.spec

@@ -1,6 +1,6 @@
 Name: 		nemo
 Summary: 	File manager for Cinnamon
-Version: 	2.4.4
+Version: 	2.4.5
 Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
@@ -50,6 +50,7 @@ developing applications that use %{name}.
 %prep
 %setup -q 
 %patch2000 -p1 -b .vine
+sed -i "s|tracker-sparql-0.16|tracker-sparql-1.0|" configure.in
 
 %build
 NOCONFIGURE=1 ./autogen.sh
@@ -133,6 +134,9 @@ update-desktop-database -q &> /dev/null || :
 
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.5-1
+- new upstream release
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.4-1
 - new upstream release
 

+ 12 - 9
t/task-cinnamon/task-cinnamon-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Virtual package for Cinnamon
 Summary(ja):	Cinnamon バーチャルパッケージ
 Name:		task-cinnamon
-Version:	2.4.5
+Version:	2.4.8
 Release:	1%{?_dist_release}
 License:	GPL
 Group:		User Interface/Desktops
@@ -15,17 +15,17 @@ Vendor:		Project Vine
 Distribution:	Vine Linux
 Packager:	Takemikaduchi
 
-Requires:	cinnamon >= 2.4.5
-Requires:	muffin >= 2.4.2
-Requires:	nemo >= 2.4.4
+Requires:	cinnamon >= 2.4.8
+Requires:	muffin >= 2.4.5
+Requires:	nemo >= 2.4.5
 Requires:	cinnamon-control-center >= 2.4.2
 Requires:	cinnamon-desktop >= 2.4.2
-Requires:	cinnamon-menus >= 2.4.0
-Requires:	cinnamon-screensaver >= 2.4.0
-Requires:	cinnamon-session >= 2.4.2
+Requires:	cinnamon-menus >= 2.4.2
+Requires:	cinnamon-screensaver >= 2.4.2
+Requires:	cinnamon-session >= 2.4.3
 Requires:	cinnamon-settings-daemon >= 2.4.3
-Requires:	cinnamon-translations >= 2.4.2
-Requires:	cjs >= 2.4.1
+Requires:	cinnamon-translations >= 2.4.4
+Requires:	cjs >= 2.4.2
 
 %description
 This is a virtual package to install Cinnamon system packages.
@@ -36,6 +36,9 @@ Cinnamon を簡単にインストールするための仮想パッケージで
 %files
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.8-1
+- update to 2.4.8
+
 * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.5-1
 - update to 2.4.5
 

+ 6 - 3
t/tracker/tracker-vl.spec

@@ -2,7 +2,7 @@ Summary: An object database, tag/metadata database, search tool and indexer
 Summary(ja): オブジェクト/タグ/メタデータデータベースおよび検索ツール
 Name: tracker
 Version: 1.4.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: Applications/System
 URL: http://www.gnome.org/projects/tracker/
@@ -153,8 +153,8 @@ desktop-file-install --delete-original               \
         --dir=%{buildroot}%{_datadir}/applications   \
         %{buildroot}%{_datadir}/applications/%{name}-needle.desktop
 
-rm -rf %{buildroot}%{_libdir}/*.{a,la}
-rm -f  %{buildroot}%{_libdir}/nautilus/extensions-*/*.la
+find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 rm -rf %{buildroot}%{_datadir}/tracker-tests
 
 %find_lang %{name}
@@ -239,6 +239,9 @@ fi
 %{_mandir}/man1/tracker-needle.1.gz
 
 %changelog
+* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-2
+- remove *.la files
+
 * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
 - new upstream release
 - add BuildRequires: libmediaart-devel, libvorbis-devel, flac-devel