Browse Source

gnome-clocks: add BuildArch: noarch
others: new upstream release

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

Takemikaduchi 11 years ago
parent
commit
a4d5303e87

+ 8 - 2
a/alacarte/alacarte-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           alacarte
-Version:        3.5.5
+Version:        3.6.1
 Release:        1%{?_dist_release}
 Summary:        Menu editor for the GNOME desktop
 Summary(ja):    GNOME デスクトップ用メニューエディタ
@@ -10,9 +10,10 @@ Group:          Applications/System
 License:        LGPLv2+
 URL:            http://www.gnome.org
 
-Source0:        http://download.gnome.org/sources/alacarte/3.5/%{name}-%{version}.tar.xz
+Source0:        http://download.gnome.org/sources/alacarte/3.6/%{name}-%{version}.tar.xz
 
 Patch0:		alacarte-0.13.4-getIcon.patch
+Patch1:		alacarte-3.6.1-revert-xdg-menu-prefix.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
@@ -34,6 +35,7 @@ should work with any desktop environment that uses this specification.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure
@@ -82,6 +84,10 @@ fi
 %{_datadir}/icons/hicolor/256x256/apps/alacarte.png
 
 %changelog
+* Sat Oct 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.6.1-1
+- new upstream release
+- add Patch1 (alacarte-3.6.1-revert-xdg-menu-prefix.patch)
+
 * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.5.5-1
 - new upstream release
 

+ 4 - 1
a/anjuta/anjuta-vl.spec

@@ -1,4 +1,4 @@
-%define	pkg_version	3.6.0
+%define	pkg_version	3.6.1
 
 %define	glib_required		2.32.0
 %define	gtk_required		3.4.0
@@ -258,6 +258,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Fri Oct 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
+- new upstream release
+
 * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
 - new upstream release
 - change BuildRequires: yelp-tools instead of gnome-doc-utils

+ 81 - 0
d/d-feet/d-feet-vl.spec

@@ -0,0 +1,81 @@
+Summary:	D-Bus Debugger
+Summary(ja):	D-Bus デバッガ
+Name:		d-feet
+Version:	0.1.15
+Release:	1%{?_dist_release}
+License:	GPLv2
+Group:		User Interface/Deskops
+URL:		https://live.gnome.org/DFeet/
+BuildArch:	noarch
+
+Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.1/%{name}-%{version}.tar.xz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+BuildRequires:	dbus-python-devel
+BuildRequires:	pygtk2-devel
+BuildRequires:	python-setuptools
+
+Requires:	pygtk2
+Requires:	dbus-python
+
+
+Requires(postun,posttrans):	desktop-file-utils
+
+Vendor:		Project Vine
+Distribution:	Vine Linux
+Packager:	Takemikaduchi
+
+
+%description
+D-Feet is an easy to use D-Bus debugger. D-Feet can be used to inspect D-Bus
+interfaces of running programs and invoke methods on those interfaces. 
+
+%description -l ja
+D-Feet は簡単に使える D-Bus デバッガです。D-Feet は実行中のプログラムの D-Bus
+インタフェースを調べたり、これらのインタフェースのメソッドを呼び出すときに
+使えるプログラムです。
+
+%prep
+%setup -q
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install --skip-build --root $RPM_BUILD_ROOT
+
+%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 || :
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+  update-desktop-database -q &> /dev/null ||:
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+update-desktop-database -q &> /dev/null ||:
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING README NEWS
+%{_bindir}/%{name}
+%{python_sitelib}/d_feet-%{version}-py2.7.egg-info
+%{python_sitelib}/dfeet
+%{_datadir}/applications/dfeet.desktop
+%{_datadir}/dfeet
+%{_datadir}/icons/hicolor/*/*/*
+
+
+%changelog
+* Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.15-1
+- initial build

+ 112 - 0
g/gedit-code-assistance/gedit-code-assistance-vl.spec

@@ -0,0 +1,112 @@
+Summary:	Code assistance plugin for gedit
+Summary(ja):	gedit 用コード支援プラグイン
+Name:		gedit-code-assistance
+Version:	0.1.4
+Release:	1%{?_dist_release}
+License:	GPLv3
+Group:		User Interface/Deskops
+URL:		https://live.gnome.org/DFeet/
+
+Source:		http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.1/%{name}-%{version}.tar.xz
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+
+BuildRequires:	gedit-devel
+BuildRequires:	llvm-devel
+BuildRequires:	clang-devel
+BuildRequires:	vala-tools
+BuildRequires:	glib2-devel
+BuildRequires:	libgee06-devel
+BuildRequires:	libpeas-devel
+BuildRequires:	pygobject3-devel
+
+Vendor:		Project Vine
+Distribution:	Vine Linux
+Packager:	Takemikaduchi
+
+
+%description
+gedit code assistance is a plugin for gedit which provides code assistance for
+C, C++, Objective-C, Python, XML, and RelaxNG.
+
+%description -l ja
+gedit-code-assistance は C, C++, Objective-C, Python, XML 及び RelaxNG のコード
+支援機能を提供するための gedit 用プラグインです。
+
+
+%package        devel
+Summary:        Development files for %{name}
+Summary(ja):    %{name} の開発ファイル
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+
+%description    devel
+The %{name}-devel package contains header files for
+developing applications that use %{name}.
+
+
+%package	vala
+Summary:	Vala bindings for %{name}
+Summary(ja):	%{name} の Vala バインディング
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	vala
+
+%description	vala
+Vala bindings for %{name}.
+
+
+%prep
+%setup -q
+
+%build
+%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 {} \;
+
+
+%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 || :
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+  update-desktop-database -q &> /dev/null ||:
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+update-desktop-database -q &> /dev/null ||:
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHOR ChangeLog COPYING README NEWS
+%{_libdir}/gedit/plugins/gcp.plugin
+%{_libdir}/gedit/plugins/libgcp.so
+%{_libdir}/gedit/plugins/gcp/backends
+%{_libdir}/gedit/plugins/gcp/girepository-1.0/Gcp-3.0.typelib
+%{_datadir}/gedit/plugins/gcp/gcp.css
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/gedit-3.0/gcp/gcp.h
+%{_datadir}/gedit/plugins/gcp/gir-1.0/Gcp-3.0.gir
+
+%files vala
+%defattr(-,root,root,-)
+%{_datadir}/vala/vapi/gcp.*
+
+
+%changelog
+* Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
+- initial build

+ 4 - 1
g/gmime/gmime-vl.spec

@@ -1,7 +1,7 @@
 Summary:        Library for creating and parsing MIME messages
 Summary(ja):	MIMEメッセージを生成またパースするためのライブラリ
 Name:           gmime
-Version:        2.6.10
+Version:        2.6.11
 Release:        1%{?_dist_release}
 Group:          System Environment/Libraries
 License:        GPL
@@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Oct 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-1
+- new upstream release
+
 * Thu Jun 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-1
 - new upstream release
 

+ 5 - 1
g/gnome-clocks/gnome-clocks-vl.spec

@@ -2,10 +2,11 @@ Summary:	Clocks applications for GNOME
 Summary(ja):	GNOME 用時計アプリケーション
 Name:		gnome-clocks
 Version:	0.1.4
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPLv2+
 Group:		User Interface/Deskops
 URL:		https://live.gnome.org/GnomeClocks
+BuildArch:	noarch
 
 Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.1/%{name}-%{version}.tar.xz
 
@@ -83,6 +84,9 @@ update-desktop-database -q &> /dev/null ||:
 
 
 %changelog
+* Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-2
+- add BuildArch: noarch
+
 * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
 - new upstream release