Browse Source

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

kudoh 12 years ago
parent
commit
03e3eb2c46

+ 11 - 6
d/diffuse/diffuse-vl.spec

@@ -1,6 +1,6 @@
 Name: diffuse
 Version: 0.4.6
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Summary: Graphical tool for comparing and merging text files
 Summary(ja): テキストファイルをマージして比較するためのグラフィックツール
 
@@ -59,22 +59,27 @@ update-desktop-database &> /dev/null || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
+%dir %{_datadir}/gnome/help/*
+#%dir %{_datadir}/gnome/help/%{name}/ru/*
+#%dir %{_datadir}/gnome/help/%{name}/it/*
+%dir %{_datadir}/omf/%{name}
+
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/gnome/help/%{name}/C/diffuse.xml
+%{_datadir}/gnome/help/%{name}/*
 %{_datadir}/omf/%{name}/%{name}*.omf
 %{_datadir}/pixmaps/%{name}.png
 %config(noreplace) %{_sysconfdir}/diffuserc
 %{_mandir}/*
-%dir %{_datadir}/gnome/help/*
-%dir %{_datadir}/gnome/help/%{name}/ru/*
-%dir %{_datadir}/gnome/help/%{name}/it/*
-%dir %{_datadir}/omf/%{name}
 
 %doc AUTHORS ChangeLog COPYING README
 
 %changelog
+* Wed Feb 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.6-2
+- rebuilt with python-2.7
+- fixed %%files
+
 * Sun Nov 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.6-1
 - new upstream release
 

+ 5 - 2
f/font-manager/font-manager-vl.spec

@@ -1,6 +1,6 @@
 Name:           font-manager
 Version:        0.5.7
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        A font management application for the GNOME desktop environment
 Summary(ja):    GNOME デスクトップ環境のフォント管理アプリケーション
 #BuildArch:      noarch
@@ -8,7 +8,7 @@ Group:          Applications/Publishing
 License:        GPLv3+
 URL:            http://code.google.com/p/font-manager
 Source0:        http://font-manager.googlecode.com/files/%{name}-%{version}.tar.bz2
-#Patch0:        font-manager-0.4.3-adjust-python-optimization.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 Requires:       fontconfig libxml2-python pygtk2 pygobject gucharmap file-roller
 Requires:       pycairo yelp sqlite3
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/font-sampler.desktop
 
 %changelog
+* Wed Feb 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.7-3
+- rebuilt with python-2.7
+
 * Tue Dec 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.7-2
 - add BuildRequires: fontconfig-devel, pango-devel, sqlite3-dvel
 - change BuildRequires: python-devel instead of python

+ 4 - 1
g/gedit-developer-plugins/gedit-developer-plugins-vl.spec

@@ -1,5 +1,5 @@
 Name:           gedit-developer-plugins
-Version:        0.5.11
+Version:        0.5.12
 Release:        1%{?_dist_release}
 Summary:        Plugins that provides additional editing, checking, and project management features to Gedit
 Summary:        Gedit に付加的な編集・チェッキング・プロジェクト管理機能を提供するプラグイン
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtksourceview-3.0/*
 
 %changelog
+* Wed Feb 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.12-1
+- new upstream release
+
 * Fri Feb 17 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.11-1
 - new upstream release
 

+ 5 - 2
p/python-pocket-lint/python-pocket-lint-vl.spec

@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: python-pocket-lint
-Version: 0.5.28
-Release: 2%{?_dist_release}
+Version: 0.5.30
+Release: 1%{?_dist_release}
 Summary: Pocket-lint a composite linter and style checker for source code
 Summary(ja): Pocket-lint はソースコードのコンポジットリンターとスタイルチェッカーです
 
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Mar 03 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.30-1
+- new upstream release
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.28-2
 - rebuild with python-2.7.2