Browse Source

cinnamon, control-center, glibmm, gtkmm3, seahorse: new upstream release
nemo, task-cinnamon: new package,
task-gnome: add some packages
evolution, boo: fix files
banshee: change BR
tomoby, mono-addins: create -devel subpackage

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

Takemikaduchi 11 years ago
parent
commit
9a01793d50

+ 5 - 2
b/banshee/banshee-vl.spec

@@ -1,7 +1,7 @@
 Summary:	A multimedia management and playback application for GNOME
 Name:		banshee
 Version:	2.6.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 Source0:	%{name}-%{version}.tar.xz
 
@@ -10,7 +10,7 @@ Group:		Applications/Multimedia
 URL:		http://banshee.fm/
 
 BuildRequires:	mono-devel
-BuildRequires:	mono-addins
+BuildRequires:	mono-addins-devel
 BuildRequires:	mono-zeroconf-devel
 BuildRequires:	boo-devel
 BuildRequires:	gdata-sharp-devel
@@ -151,6 +151,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Tue Oct 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-2
+- change BuildRequires: mono-addins-devel instead of mono-addins
+
 * Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
 - new upstream release
 - remove Patch0 (banshee-2.4.1-missing_cast.patch)

+ 6 - 1
b/boo/boo-vl.spec

@@ -4,7 +4,7 @@
 Summary: An OO statically typed language for CLI
 Name: boo
 Version: 0.9.4.9
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: MIT
 Group: Development/Languages
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %doc license.txt notice.txt readme.txt docs/BooManifesto.sxw
 %{monodir}/boo*/
 %exclude %{monodir}/boo/Boo.NAnt.Tasks.dll
+%exclude %{monodir}/boo/Boo.Microsoft.Build.*
 %dir %{monodir}/mono/boo
 %{monodir}/mono/boo/*.dll
 %{monodir}/mono/gac/Boo*/
@@ -72,9 +73,13 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/boo.pc
+%{monodir}/boo/Boo.Microsoft.Build.*
 %{monodir}/boo/Boo.NAnt.Tasks.dll
 
 %changelog
+* Tue Oct 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4.9-2
+- fix %%files
+
 * Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4.9-1
 - initial build for Vine Linux
 

+ 18 - 3
c/cinnamon/cinnamon-vl.spec

@@ -1,13 +1,16 @@
+%define tarball_id	g3f5259b
+%define source_id	b632726
+
 Name: 		cinnamon
 Summary: 	A Linux Desktop featuring a traditional layout and modern technology
-Version: 	1.6.1
+Version: 	1.6.3
 Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
 URL: 		http://cinnamon.linuxmint.com/
 
-Source0: 	linuxmint-Cinnamon-%{version}-0-g51bbcb4.tar.gz
+Source0: 	linuxmint-Cinnamon-%{version}-0-%{tarball_id}.tar.gz
 
 Patch0:		cinnamon-1.4-session.patch
 
@@ -37,6 +40,7 @@ BuildRequires: 	GConf2-devel
 BuildRequires: 	gnome-common
 
 Requires(postun,posttrans):	glib2
+Requires(postun,posttrans):	desktop-file-utils
 Requires:	muffin
 
 %description
@@ -47,7 +51,7 @@ The underlying technology is forked from Gnome Shell.
 The emphasis is put on making users feel at home and providing them with an easy to use and comfortable desktop experience.
 
 %prep
-%setup -q -n linuxmint-Cinnamon-1359845
+%setup -q -n linuxmint-Cinnamon-%{source_id}
 %patch0 -p1
 %patch101 -p1 -b .vine
 
@@ -73,14 +77,22 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 
 %postun
 if [ $1 -eq 0 ]; then
+  touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
   glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+  update-desktop-database -q &> /dev/null || :
 fi
 
 %posttrans
 glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+update-desktop-database -q &> /dev/null || :
+
 
 
 %files -f %{name}.lang
@@ -123,6 +135,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_mandir}/man1/*.1.gz
 
 %changelog
+* Wed Oct 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.3-1
+- new upstream release
+
 * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
 - new upstream release
 - update Patch101 (cinnamon-vine-settings.patch)

+ 4 - 1
c/control-center/control-center-vl.spec

@@ -18,7 +18,7 @@
 Summary: GNOME Control Center.
 Summary(ja): GNOME コントロールセンター
 Name: control-center
-Version: 3.6.1
+Version: 3.6.2
 Release: 1%{?_dist_release}
 License: GPLv2+ and GFDL+
 Group: User Interface/Desktops
@@ -215,6 +215,9 @@ fi
 
 
 %changelog
+* Tue Oct 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
+- new upstream release
+
 * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
 - new upstream release
 

+ 6 - 2
e/evolution/evolution-vl.spec

@@ -34,7 +34,7 @@
 
 Name: evolution
 Version: 3.6.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv2 and GFDL+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://www.gnome.org/projects/evolution/
@@ -349,6 +349,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f translations.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
+%{_libdir}/evolution/%{evo_major}/*.so
 
 %{_datadir}/GConf/gsettings/evolution.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.evolution.addressbook.gschema.xml
@@ -475,11 +476,11 @@ rm -rf $RPM_BUILD_ROOT
 %{evo_plugin_dir}/org-gnome-face.eplug
 %{evo_plugin_dir}/liborg-gnome-face.so
 
+
 %files devel
 %defattr(-, root, root)
 %{_includedir}/evolution-%{evo_major}
 %{_libdir}/pkgconfig/*.pc
-%{_libdir}/evolution/%{evo_major}/*.so
 %{_datadir}/gtk-doc/html/eshell
 
 %files help -f help.lang
@@ -497,6 +498,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml
 
 %changelog
+* Wed Oct 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-2
+- fix %%files
+
 * Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
 - new upstream release
 

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

@@ -3,12 +3,12 @@
 Summary:	A C++ interface for glib library.
 Summary(ja):	glib ライブラリの C++ インターフェイス
 Name:		glibmm
-Version:	2.33.14
+Version:	2.34.0
 Release:	1%{?_dist_release}
 License:	LGPL
 Group:		System Environment/Libraries
 URL:		http://www.gtkmm.org/
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.33/%{name}-%{version}.tar.xz
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.34/%{name}-%{version}.tar.xz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 Requires:       glib2 >= 2.26.0
 Requires:       libsigc++ >= 2.0.0
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/devhelp/books/glibmm-%{ver}
 
 %changelog
+* Mon Oct 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.0-1
+- new upstream release
+
 * Mon Oct 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.33.14-1
 - new upstream release
 

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

@@ -3,11 +3,11 @@
 Summary: A C++ interface for the GTK+ (a GUI library for X).
 Summary(ja): GTK+ の C++ インターフェイス
 Name: gtkmm3
-Version: 3.5.13
+Version: 3.6.0
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
-Source: ftp://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.5/gtkmm-%{version}.tar.xz
+Source: ftp://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.6/gtkmm-%{version}.tar.xz
 
 URL: http://gtkmm.sourceforge.net/
 Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/gtkmm-%{ver}/examples
 %{_datadir}/devhelp/books/*
 
 %changelog
+* Mon Oct 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
+- new upstream release
+
 * Sat Oct 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.13-1
 - new upstream release
 

+ 27 - 10
m/mono-addins/mono-addins-vl.spec

@@ -4,8 +4,8 @@ Summary(ja): Mono を拡張するための汎用フレームワーク
 Name: mono-addins
 Group: Development/Tools
 Version: 0.6.2
-Release: 1%{?_dist_release}
-License: LGPL
+Release: 2%{?_dist_release}
+License: MIT
 BuildRoot: /var/tmp/%{name}-%{version}-root
 BuildArch: noarch
 URL: http://www.go-mono.com
@@ -16,6 +16,17 @@ BuildRequires: gtk-sharp2
 %description
 Mono.Addins is a generic framework for creating extensible applications,
 and for creating libraries which extend those applications.
+
+
+%package        devel
+Summary:        Development files for %{name}
+Summary(ja):    %{name} の開発用ファイル集
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
+
+%description    devel
+The %{name}-devel package contains development files for %{name}.
 	  
 
 %prep
@@ -45,29 +56,23 @@ rm -rf "$RPM_BUILD_ROOT"
 %{mono_dir}/gac/Mono.Addins
 %{mono_dir}/gac/Mono.Addins.CecilReflector
 %{mono_dir}/gac/Mono.Addins.Gui
-%{mono_dir}/gac/Mono.Addins.MSBuild
 %{mono_dir}/gac/Mono.Addins.Setup
 %{mono_dir}/gac/policy.0.2.Mono.Addins
 %{mono_dir}/gac/policy.0.2.Mono.Addins.CecilReflector
 %{mono_dir}/gac/policy.0.2.Mono.Addins.Gui
-%{mono_dir}/gac/policy.0.2.Mono.Addins.MSBuild
 %{mono_dir}/gac/policy.0.2.Mono.Addins.Setup
 %{mono_dir}/gac/policy.0.3.Mono.Addins
 %{mono_dir}/gac/policy.0.3.Mono.Addins.CecilReflector
 %{mono_dir}/gac/policy.0.3.Mono.Addins.Gui
-%{mono_dir}/gac/policy.0.3.Mono.Addins.MSBuild
 %{mono_dir}/gac/policy.0.3.Mono.Addins.Setup
 %{mono_dir}/gac/policy.0.4.Mono.Addins
 %{mono_dir}/gac/policy.0.4.Mono.Addins.CecilReflector
 %{mono_dir}/gac/policy.0.4.Mono.Addins.Gui
-%{mono_dir}/gac/policy.0.4.Mono.Addins.MSBuild
 %{mono_dir}/gac/policy.0.4.Mono.Addins.Setup
 %{mono_dir}/gac/policy.0.5.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/policy.0.5.Mono.Addins.CecilReflector.dll
 %{mono_dir}/gac/policy.0.5.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/policy.0.5.config
 %{mono_dir}/gac/policy.0.5.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.5.Mono.Addins.Gui.dll
 %{mono_dir}/gac/policy.0.5.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.5.config
-%{mono_dir}/gac/policy.0.5.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.5.Mono.Addins.MSBuild.dll
-%{mono_dir}/gac/policy.0.5.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.5.config
 %{mono_dir}/gac/policy.0.5.Mono.Addins.Setup/0.0.0.0__0738eb9f132ed756/policy.0.5.Mono.Addins.Setup.dll
 %{mono_dir}/gac/policy.0.5.Mono.Addins.Setup/0.0.0.0__0738eb9f132ed756/policy.0.5.config
 %{mono_dir}/gac/policy.0.5.Mono.Addins/0.0.0.0__0738eb9f132ed756/policy.0.5.Mono.Addins.dll
@@ -75,15 +80,27 @@ rm -rf "$RPM_BUILD_ROOT"
 %{mono_dir}/mono-addins/Mono.Addins.dll
 %{mono_dir}/mono-addins/Mono.Addins.CecilReflector.dll
 %{mono_dir}/mono-addins/Mono.Addins.Gui.dll
-%{mono_dir}/mono-addins/Mono.Addins.MSBuild.dll
 %{mono_dir}/mono-addins/Mono.Addins.Setup.dll
 %{mono_dir}/mono-addins/mautil.exe
 %{mono_dir}/xbuild/Mono.Addins.targets
-%{_datadir}/pkgconfig/*.pc
 %{_mandir}/man1/mautil.1.gz
 
+%files devel
+%defattr(-,root,root,-)
+%{mono_dir}/gac/Mono.Addins.MSBuild
+%{mono_dir}/gac/policy.0.2.Mono.Addins.MSBuild
+%{mono_dir}/gac/policy.0.3.Mono.Addins.MSBuild
+%{mono_dir}/gac/policy.0.4.Mono.Addins.MSBuild
+%{mono_dir}/gac/policy.0.5.Mono.Addins.MSBuild
+%{mono_dir}/mono-addins/Mono.Addins.MSBuild.dll
+%{_datadir}/pkgconfig/*.pc
+
 
 %changelog
+* Tue Oct 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-2
+- create %{name}-devel sub package
+- fix license tag
+
 * Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-1
 - new upstream release
 

+ 127 - 0
n/nemo/nemo-vl.spec

@@ -0,0 +1,127 @@
+%define tarball_id	g44031db
+%define source_id	f8f485c
+
+Name: 		nemo
+Summary: 	File manager for Cinnamon
+Version: 	1.0.5
+Release: 	1%{?_dist_release}
+
+Group: 		User Interface/Desktops
+License:	GPLv2+
+URL: 		http://cinnamon.linuxmint.com/
+
+Source0: 	linuxmint-nemo-%{version}-0-%{tarball_id}.tar.gz
+
+BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
+
+BuildRequires:	gtk3-devel
+BuildRequires:	gobject-introspection-devel
+BuildRequires:	gnome-desktop3-devel
+BuildRequires:	libnotify-devel
+BuildRequires:	libxml2-devel
+BuildRequires:	libexif-devel
+BuildRequires:	exempi-devel
+BuildRequires:	tracker-devel
+BuildRequires:	gtk-doc
+BuildRequires:	gnome-common
+
+Requires(postun,posttrans):	glib2
+Requires(postun,posttrans):	desktop-file-utils
+Requires(postun,posttrans):	shared-mime-info
+
+%description
+File manager for cinnamon.
+
+
+%package        devel
+Summary:        Development files for %{name}
+Summary(ja):    %{name} の開発ファイル
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%setup -q -n linuxmint-nemo-%{source_id}
+
+%build
+NOCONFIGURE=1 ./autogen.sh
+%configure \
+	--disable-static 
+
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post
+/sbin/ldconfig
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
+
+%postun
+/sbin/ldconfig
+if [ $1 -eq 0 ]; then
+  touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
+  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+  update-mime-database %{_datadir}/mime &> /dev/null || :
+  update-desktop-database -q &> /dev/null || :
+fi
+
+%posttrans
+glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database -q &> /dev/null || :
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc README NEWS COPYING AUTHORS
+%{_sysconfdir}/xdg/autostart/nemo-autostart.desktop
+%{_bindir}/nemo
+%{_bindir}/nemo-autorun-software
+%{_bindir}/nemo-connect-server
+%{_libdir}/libnemo-extension.so.*
+%{_libdir}/girepository-1.0/Nemo-3.0.typelib
+%{_libdir}/%{name}/extensions-3.0/libnemo-sendto.so
+%{_libdir}/%{name}/extensions-3.0/libnemo-wallpaper.so
+%{_libexecdir}/nemo-convert-metadata
+%{_datadir}/GConf/gsettings/nemo.convert
+%{_datadir}/applications/nemo-autorun-software.desktop
+%{_datadir}/applications/nemo.desktop
+%{_datadir}/dbus-1/services/org.Nemo.service
+%{_datadir}/dbus-1/services/org.freedesktop.NemoFileManager1.service
+%{_datadir}/glib-2.0/schemas/org.nemo.gschema.xml
+%{_datadir}/icons/*/*/*
+%{_datadir}/mime/*
+%{_datadir}/%{name}/icons/hicolor/*/*/emblem-note.png
+%{_datadir}/%{name}/nemo-extras.placeholder
+%{_datadir}/%{name}/nemo-suggested.placeholder
+%{_mandir}/man1/*.1.gz
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/%{name}
+%{_libdir}/libnemo-extension.so
+%{_libdir}/pkgconfig/libnemo-extension.pc
+%{_datadir}/gir-1.0/Nemo-3.0.gir
+
+
+%changelog
+* Wed Oct 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
+- initial build
+

+ 7 - 2
p/pixman/pixman-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           pixman
 Version:        0.27.2
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Pixel manipulation library
 Summary(ja):    ピクセル操作ライブラリ
 
@@ -53,10 +53,12 @@ Development library for pixman.
 
 %prep
 %setup -q
+sed -i "s|-msse2|-msse2 -mstackrealign|" configure.ac
 
 %build
+autoreconf -if
 %configure --disable-static
-make %{?_smp_mflags}
+make V=1 %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -97,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Oct 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.27.2-2
+- add CFLAGS option "-mstackrealign"
+
 * Thu Oct 11 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.27.2-1
 - new upstream release 
 

+ 4 - 1
s/seahorse/seahorse-vl.spec

@@ -1,7 +1,7 @@
 Summary:	A GNOME3 frontend for GnuPG
 Summary(ja):	GnuPG の GNOME3 フロントエンド
 Name:		seahorse
-Version:	3.6.1
+Version:	3.6.2
 Release:	1%{?_dist_release}
 License:	GPL
 Group:		User Interface/Desktops
@@ -103,6 +103,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Tue Oct 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
+- new upstream release
+
 * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
 - new upstream release
 

+ 33 - 0
t/task-cinnamon/task-cinnamon-vl.spec

@@ -0,0 +1,33 @@
+Summary:	Virtual package for Cinnamon
+Summary(ja):	Cinnamon バーチャルパッケージ
+Name:		task-cinnamon
+Version:	1.6.3
+Release:	1%{?_dist_release}
+License:	GPL
+Group:		User Interface/Desktops
+URL:		http://cinnamon.linuxmint.com/
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+
+BuildArch:	noarch
+
+Vendor:		Project Vine
+Distribution:	Vine Linux
+Packager:	Takemikaduchi
+
+Requires:	cinnamon >= 1.6.3
+Requires:	muffin >= 1.1.1
+Requires:	nemo >= 1.0.5
+
+%description
+This is a virtual package to install Cinnamon system packages.
+
+%description -l ja
+Cinnamon を簡単にインストールするための仮想パッケージです。
+
+%files
+
+%changelog
+* Wed Oct 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.3-1
+- initial package
+

+ 11 - 1
t/task-gnome/task-gnome-vl.spec

@@ -2,7 +2,7 @@ Summary: Virtual package for GNOME
 Summary(ja): GNOME バーチャルパッケージ
 Name: task-gnome
 Version: 3.6.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: User Interface/Desktops
 
@@ -64,6 +64,9 @@ Requires: gnome-themes >= 3.0.0
 Requires: gnome-themes-standard >= 3.6.1
 Requires: gnome-themes-vine >= 3.6.0
 Requires: desktop-file-utils >= 0.21
+Requires: pulseaudio >= 2.1
+Requires: pulseaudio-utils >= 2.1
+Requires: pulseaudio-module-x11 >= 2.1
 Requires: startup-notification >= 0.12
 Requires: usermode >= 1.107
 Requires: usermode-gtk >= 1.107
@@ -77,6 +80,7 @@ Requires: gvfs-smb >= 1.14.1
 
 # applications
 Requires: NetworkManager >= 0.9.6.0
+Requires: banshee >= 2.6.0
 Requires: baobab >= 3.6.2
 Requires: brasero >= 3.6.0
 Requires: brasero-libs >= 3.6.0
@@ -85,6 +89,7 @@ Requires: caribou >= 0.4.4
 Requires: cheese >= 3.6.1
 Requires: control-center >= 3.6.1
 Requires: eog >= 3.6.1
+Requires: epiphany >= 3.6.1
 Requires: evince >= 3.6.1
 Requires: evince-dvi >= 3.6.1
 Requires: evolution >= 3.6.1
@@ -126,6 +131,7 @@ Requires: grilo >= 0.2.2
 Requires: gsettings-desktop-schemas >= 3.6.0
 Requires: gucharmap >= 3.6.0
 Requires: ibus-gtk3 >= 1.4.99.20121006
+Requires: inkscape >= 0.48.3.1
 Requires: metacity >= 2.34.13
 Requires: mutter >= 3.6.1
 Requires: nautilus >= 3.6.1
@@ -218,6 +224,10 @@ This is a virtual package for GNOME3 development files.
 %files devel
 
 %changelog
+* Wed Oct 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-2
+- fix Requires of task-gnome
+  - add banshee, epiphany, inkscape, pulseaudio, pulseaudio-utils, pulseaudio-module-x11
+
 * Sun Oct 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
 - update for gnome-3.6.1
   - remove unused packages

+ 30 - 7
t/tomboy/tomboy-vl.spec

@@ -5,12 +5,12 @@ Summary:	Tomboy is a desktop note-taking application for Linux and Unix.
 Summary(ja): 	Linux 向けのデスクトップ用ノートテーカー(メモ)アプリケーション
 Name:		tomboy
 Version:	1.12.1
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Source0:	http://download.gnome.org/sources/%{name}/1.12/%{name}-%{version}.tar.xz
 
 License:	LGPL
 Group:		User Interface/Desktops
-URL:		http://www.gnome.org/projects/tomboy/
+URL:		http://projects.gnome.org/tomboy/
 
 Requires:	gtkspell
 Requires:	gconf-sharp2
@@ -19,12 +19,16 @@ Requires:	mono-addins
 BuildRequires:	gtk3-devel >= 3.0.0
 BuildRequires:	atk-devel >= 1.2.4
 BuildRequires:	gtkspell-devel
-BuildRequires:	gtk-sharp2, dbus-devel
+BuildRequires:	gtk-sharp2
+BuildRequires:	dbus-devel
 BuildRequires:	mono-core
 BuildRequires:	dbus-sharp-glib-devel
-BuildRequires:	mono-addins, mono-devel
-BuildRequires:	gnome-sharp2, gconf-sharp2
-BuildRequires:	art-sharp2, gnome-vfs-sharp2
+BuildRequires:	mono-addins-devel
+BuildRequires:	mono-devel
+BuildRequires:	gnome-sharp2
+BuildRequires:	gconf-sharp2
+BuildRequires:	art-sharp2
+BuildRequires:	gnome-vfs-sharp2
 BuildRequires:	docbook-dtds
 BuildRequires:	gnome-doc-utils >= 0.17.3
 BuildRequires:	libSM-devel
@@ -56,6 +60,18 @@ Tomboy は Linux と Unix 向けのデスクトップ用ノートテーカー(
 ボタンを押すだけでアイデア同士をつなげることができます。また名前を変え
 たり整理し直してもアイデア間のリンクが切れることはありません。
 
+
+%package        devel
+Summary:        Development files for %{name}
+Summary(ja):    %{name} の開発用ファイル集
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
+
+%description    devel
+The %{name}-devel package contains development files for %{name}.
+
+
 %prep
 
 %setup -q
@@ -116,7 +132,7 @@ scrollkeeper-update > /dev/null 2>&1 || :
 
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_bindir}/tomboy
 #%{_bindir}/tomboy-panel
@@ -133,10 +149,17 @@ scrollkeeper-update > /dev/null 2>&1 || :
 %{_datadir}/mime/packages/%{name}.xml
 %{_mandir}/man1/tomboy.1.gz
 %{_sysconfdir}/gconf/schemas/tomboy.schemas
+
+%files devel
+%defattr(-,root,root,-)
 %{pkgconfigdir}/tomboy-addins.pc
 
 
 %changelog
+* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
+- change BuildRequires: mono-addins-devel instead of mono-addins
+- create %{name}-devel sub package
+
 * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
 - new upstream release