Browse Source

new upstream release & add new package: goobox

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4871 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 12 years ago
parent
commit
5cfca297c6
3 changed files with 104 additions and 3 deletions
  1. 4 1
      c/clutter-gst/clutter-gst-vl.spec
  2. 5 2
      g/gdl/gdl-vl.spec
  3. 95 0
      g/goobox/goobox-vl.spec

+ 4 - 1
c/clutter-gst/clutter-gst-vl.spec

@@ -2,7 +2,7 @@
 %define		clutter_gst_release 1%{?_dist_release}
 
 Name:           clutter-gst
-Version:        %{clutter_gst_version}.0
+Version:        %{clutter_gst_version}.2
 Release:        %{clutter_gst_release}
 Summary:        ClutterMedia interface to GStreamer
 
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Wed Oct 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
+- new upstream release
+
 * Sat Oct 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
 - new upstream release
 

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

@@ -1,11 +1,11 @@
-Version:	3.1.5
+Version:	3.2.0
 Release:	1%{?_dist_release}
 
 Name:		gdl
 Summary:	Gnome Docking library
 License:	LGPL
 Group:		Development/Libraries
-Source:		http://ftp.gnome.org/pub/GNOME/sources/gdl/3.1/%{name}-%{version}.tar.xz
+Source:		http://ftp.gnome.org/pub/GNOME/sources/gdl/3.2/%{name}-%{version}.tar.xz
 BuildRoot:	/var/tmp/%{name}-%{version}-root
 URL:		http://www.gnome.org/
 Summary(ja):	GNOMEドッキングライブラリ
@@ -92,6 +92,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Wed Oct 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
+- new upstream release
+
 * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
 - new upstream release
 

+ 95 - 0
g/goobox/goobox-vl.spec

@@ -0,0 +1,95 @@
+%define pkg_version 3.0.0
+%define pkg_release 1%{?_dist_release}
+
+Summary:	A Compact Disk Player and Ripper for GNOME
+Summary(ja):	GNOME 向け CD プレイヤ・リッパー
+Name:		goobox
+Version:	%{pkg_version}
+Release:	%{pkg_release}
+
+Source0:	http://download.gnome.org/sources/%{name}/3.0/%{name}-%{version}.tar.xz
+
+Patch0:		goobox-3.0.0-makefile.patch
+
+License:	GPLv2
+Group:		Applications/Multimedia
+URL:		http://people.gnome.org/~paobac/goobox/  
+
+Requires(post,postun):	glib2
+Requires(post,postun):	desktop-file-utils
+
+BuildRequires:	gtk3-devel 
+BuildRequires:	GConf2-devel 
+BuildRequires:	gstreamer-devel
+BuildRequires:	libmusicbrainz3-devel
+BuildRequires:	libdiscid-devel
+BuildRequires:	brasero-devel
+BuildRequires:	libnotify-devel
+BuildRequires:	libSM-devel
+BuildRequires:	gnome-doc-utils
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+
+Vendor:		Project Vine
+Distribution:	Vine Linux
+Packager:	Takemikaduchi
+
+
+%description
+Goobox is a CD player and ripper well integrated with the GNOME environment.
+
+%description -l ja
+Goobox は GNOME 環境で統合された CD プレイヤ・リッパーです。
+
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure --disable-static
+%{__make} %{?_smp_mflags}
+
+
+%install
+%{__rm} -rf ${RPM_BUILD_ROOT}
+%{__make} install DESTDIR=${RPM_BUILD_ROOT}
+
+%find_lang %{name} --with-gnome
+
+
+%clean
+%{__rm} -rf ${RPM_BUILD_ROOT}
+
+%post
+update-desktop-database -q
+touch --no-create %{_datadir}/icons/hicolor
+gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+
+%postun
+update-desktop-database -q
+touch --no-create %{_datadir}/icons/hicolor
+if [ $1 -eq 0 ]; then
+  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+fi
+
+%posttrans
+glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+
+
+%files -f %{name}.lang
+%defattr(-,root,root)
+%doc COPYING ChangeLog NEWS README
+%{_bindir}/goobox
+%{_datadir}/GConf/gsettings/goobox.convert
+%{_datadir}/applications/goobox.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.Goobox.gschema.xml
+%{_datadir}/goobox/ui/*.ui
+%{_datadir}/icons/hicolor/*/apps/*.png
+
+
+%changelog
+* Thu Oct 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
+- initial build for Vine Linux
+