Browse Source

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

kudoh 11 years ago
parent
commit
bc40c5d277

+ 11 - 5
k/keybinder/keybinder-vl.spec

@@ -1,8 +1,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           keybinder
-Version:        0.2.2
-Release:        3%{?_dist_release}
+Version:        0.3.0
+Release:        1%{?_dist_release}
 Summary:        library for registering global keyboard shortcuts
 
 Group:          System Environment/Libraries
@@ -78,14 +78,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%{_libdir}/libkeybinder.so.* 
-%doc NEWS AUTHORS README
+%{_libdir}/libkeybinder.so.*
+%{_libdir}/girepository-1.0/Keybinder-0.0.typelib
+%doc COPYING NEWS AUTHORS README
 
 %files devel
 %defattr(-,root,root)
+%{_datadir}/gtk-doc/html/%{name}/*
+%{_datadir}/gir-1.0/Keybinder-0.0.gir
 %{_includedir}/keybinder.h
 %{_libdir}/pkgconfig/keybinder.pc
-%{_libdir}/libkeybinder.so 
+%{_libdir}/libkeybinder.so
 
 %files -n python-%{name}
 %defattr(-,root,root)
@@ -98,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.0-1
+- new upstream release
+
 * Tue Feb 21 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.2-3
 - rebuilt with python-2.7
 

+ 9 - 6
m/mcomix/mcomix-vl.spec

@@ -3,7 +3,7 @@
 Summary:	customizable image viewer that specifically designed to handle comic books
 Summary(ja): 	漫画向けに特化してデザインされたカスタム可能なイメージビューワ
 Name:		mcomix
-Version:	0.98
+Version:	0.99
 Release: 	1%{?_dist_release}
 Source0:	mcomix-%{version}.tar.bz2
 #Source1:	mcomix_ja.po
@@ -17,11 +17,11 @@ Requires:	python >= 2.5
 Requires:	python-chardet
 Requires:	python-setuptools
 
-BuildRequires:	python  >= 2.5
-BuildRequires:  python-devel
-BuildRequires:	python-setuptools
-BuildRequires:	pygtk2-devel python-imaging
-BuildRequires:	gettext
+BuildRequires: python  >= 2.5
+BuildRequires: python-devel
+BuildRequires: python-setuptools
+BuildRequires: pygtk2-devel python-imaging
+BuildRequires: gettext
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 
@@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitelib}/*
 
 %changelog
+* Sun Jul 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.99-1
+- new upstream release
+
 * Wed Apr 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.98-1
 - new upstream release
 - dropt source1 to merge upstream

+ 4 - 1
p/python-distutils-extra/python-distutils-extra-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:           python-distutils-extra
-Version:        2.33
+Version:        2.34
 Release:        1%{?_dist_release}
 Summary:        Integrate more support into Python's distutils
 
@@ -44,6 +44,9 @@ chmod a+x %{buildroot}%{python_sitelib}/DistUtilsExtra/command/build_extra.py
 
 
 %changelog
+* Sat Jul 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.34-1
+- new upstream release
+
 * Sun Jun 17 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.33-1
 - new upstream release
 

+ 5 - 2
p/python-urwid/python-urwid-vl.spec

@@ -1,8 +1,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:          python-urwid
-Version:       1.0.1
-Release:       2%{?_dist_release}
+Version:       1.0.2
+Release:       1%{?_dist_release}
 Summary:       Console user interface library
 Summary(ja):   コンソールユーザーインターフェースライブラリ
 
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/urwid-%{version}*.egg-info
 
 %changelog
+* Sat Jul 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2-1
+- new upstream release
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.1-2
 - rebuild with python-2.7.2