Browse Source

change spec file for gnome-2.30

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

+ 13 - 3
g/gnome-bluetooth/gnome-bluetooth-vl.spec

@@ -1,7 +1,7 @@
 Summary: GNOME Bluetooth Subsystem
 Summary(ja): GNOME Bluetooth サブシステム
 Name: gnome-bluetooth
-Version: 2.28.6
+Version: 2.30.0
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -22,6 +22,7 @@ BuildRequires: hal-devel
 BuildRequires: unique-devel
 BuildRequires: libnotify-devel
 BuildRequires: gnome-doc-utils
+BuildRequires: gir-repository-devel
 
 BuildRequires: intltool, automake, libtool, gettext
 Requires: %{name}-libs = %{version}-%{release}
@@ -84,7 +85,7 @@ which will use gnome-bluetooth.
 ## %patch1 -p1 -b .dfix
 
 %build
-%configure --disable-desktop-update --disable-icon-update
+%configure --disable-desktop-update --disable-icon-update --disable-nautilus-sendto
 make %{?_smp_mflags}
 
 #----------------------------------------------------------------------------
@@ -95,7 +96,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 # we do not want .la files
 rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a
-rm -f $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth.la $RPM_BUILD_ROOT/%{_libdir}/gnome-bluetooth/plugins/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth.la
+rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-bluetooth/plugins/*.la
+rm -f $RPM_BUILD_ROOT/%{_libdir}/nautilus-sendto/plugins/*.la
 
 install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
 
@@ -213,6 +216,7 @@ fi
 %defattr(-,root,root,-)
 %doc COPYING.LIB
 %{_libdir}/libgnome-bluetooth.so.*
+%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/icons/hicolor/*/status/*
 
@@ -221,6 +225,7 @@ fi
 %{_includedir}/gnome-bluetooth/
 %{_libdir}/libgnome-bluetooth.so
 %{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
+%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
 %{_datadir}/gtk-doc/html/gnome-bluetooth/
 
 #----------------------------------------------------------------------------
@@ -228,6 +233,11 @@ fi
 #
 #----------------------------------------------------------------------------
 %changelog
+* Wed Apr 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
+- new upstream release
+- add BuildRequires: gir-repository-devel
+- add configure option (--disable-nautilus-sendto)
+
 * Wed Dec 30 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.6-1
 - new upstream release
 - merge spec file from FC package

+ 55 - 0
g/gnome-games-extra-data/gnome-games-extra-data-vl.spec

@@ -0,0 +1,55 @@
+%define pkg_version 2.30.0
+%define pkg_release 1%{?_dist_release}
+
+Summary:	Extra data files for the gnome-games
+Summary(ja):	gnome-games 用追加データファイル集
+Name:		gnome-games-extra-data
+Version:	%{pkg_version}
+Release:	%{pkg_release}
+Source0:	%{name}-%{version}.tar.bz2
+License:	GPL
+Group:		Applications/Games
+URL:		http://live.gnome.org/GnomeGamesExtraData/ 
+
+Requires: gnome-games >= 2.30
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildArch: noarch
+
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: Takemikaduchi
+
+
+%description
+This package contains extra data files for the gnome-games package. At the moment this is almost entirely extra themes and artwork for the games. Releases of gnome-games-extra-data correspond to a specific release of GnomeGames. 
+
+%description -l ja
+このパッケージは gnome-games パッケージのための追加データファイル集です。ゲーム用の追加テーマ及びアートワークです。gnome-games-extra-data のリリースは特定の gnome-games のリリースと一致しています。
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+
+%install
+%{__rm} -rf ${RPM_BUILD_ROOT}
+%{__make} install DESTDIR=${RPM_BUILD_ROOT}
+
+
+%clean
+%{__rm} -rf ${RPM_BUILD_ROOT}
+
+
+%files
+%defattr(-,root,root)
+%{_datadir}/gnome-games
+%{_datadir}/gnome-games-common
+
+
+%changelog
+* Wed Apr 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
+- initial build for Vine Linux
+

+ 86 - 0
m/moserial/moserial-vl.spec

@@ -0,0 +1,86 @@
+%define pkg_version 2.30.0
+%define pkg_release 1%{?_dist_release}
+
+Summary:	Gtk-based serial terminal
+Summary(ja):	GTKベースのシリアルターミナル
+Name:		moserial
+Version:	%{pkg_version}
+Release:	%{pkg_release}
+Source0:	http://ftp.gnome.org/pub/gnome/sources/moserial/2.30/%{name}-%{version}.tar.bz2
+License:	GPLv3+
+Group:		Applications/Communications
+URL:		http://live.gnome.org/moserial
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+Requires:	hicolor-icon-theme
+BuildRequires:	gtk2-devel
+BuildRequires:	GConf2-devel
+BuildRequires:	vala-devel
+BuildRequires:	gnome-doc-utils >= 0.3.2
+BuildRequires:	docbook-utils
+BuildRequires:	desktop-file-utils
+
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: Takemikaduchi
+
+
+%description
+moserial is a clean, friendly gtk-based serial terminal for the gnome desktop. It is written in Vala for extra goodness.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static
+%{__make} %{?_smp_mflags}
+
+
+%install
+%{__rm} -rf ${RPM_BUILD_ROOT}
+%{__make} install DESTDIR=${RPM_BUILD_ROOT}
+desktop-file-install --delete-original \
+    --dir %{buildroot}%{_datadir}/applications \
+    %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+
+%find_lang %{name}
+
+
+%clean
+%{__rm} -rf ${RPM_BUILD_ROOT}
+
+
+%post
+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
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
+
+%files -f %{name}.lang
+%defattr(-,root,root)
+%doc COPYING ChangeLog NEWS README
+%{_bindir}/moserial
+%{_datadir}/applications/moserial.desktop
+%{_datadir}/icons/hicolor/*/*/*
+%{_datadir}/gnome/help/moserial
+%{_datadir}/moserial/glade/moserial.ui
+%{_datadir}/omf/moserial/*
+%{_mandir}/man1/moserial.1.gz
+
+
+%changelog
+* Sun Apr 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
+- initial build for Vine Linux
+

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

@@ -1,4 +1,4 @@
-%define pkg_version 2.3.7
+%define pkg_version 2.3.8
 %define pkg_release 1%{?_dist_release}
 
 Summary: A terminal emulator based on libvte.
@@ -63,6 +63,9 @@ Sakura は GTK+ 及び VTEベースの端末エミュレータです。依存性
 
 
 %changelog
+* Sat Apr 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.8-1
+- new upstream release
+
 * Sat Mar 13 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.7-1
 - new upstream release
 - change Patch0 for sakura-2.3.7