Browse Source

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

kudoh 13 years ago
parent
commit
568fc87f0d

+ 17 - 4
m/meld/meld-vl.spec

@@ -1,5 +1,5 @@
 Name:		meld
-Version:	1.4.0
+Version:	1.5.0
 Release:	1%{?_dist_release}
 Summary:	Graphical tool to diff and merge files
 Summary(ja):	ファイルの差分表示とマージのためのグラフィカルなツール
@@ -17,11 +17,13 @@ BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
 BuildRequires:	intltool
 BuildRequires:	scrollkeeper
-BuildRequires:	perl(XML::Parser)
+BuildRequires:	perl-XML-Parser
 
+Requires:       gnome-python
 Requires:	pygtk2 >= 2.14.0
 Requires:	pygtk2-libglade
 Requires:	pygobject >= 2.14.0
+Requires:       pygtksourceview >= 2.4
 
 Requires(post):	scrollkeeper
 Requires(postun): scrollkeeper
@@ -57,7 +59,9 @@ Meld は、ユーザが二つのファイル、二つのディレクトリ、ま
 
 desktop-file-install --vendor vine \
     --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
-    --delete-original ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
+    --delete-original \
+    --add-category "GTK;" \
+    ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 %find_lang %{name}
 
@@ -93,13 +97,22 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/%{name}/
 %{_datadir}/applications/vine-%{name}.desktop
 #%{_datadir}/application-registry/%{name}*
-%{_datadir}/pixmaps/%{name}.png
+#%{_datadir}/pixmaps/%{name}.png
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/gnome/help/%{name}/
 %{_datadir}/omf/%{name}/
 
 
 %changelog
+* Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.5.0-1
+- new upstream release
+- changed BuildRequires: perl(XML::Parser) to perl-XML-Parser
+- added Requires: gnome-python, pygtksourceview >= 2.4
+- modified installing desktop file
+  - added --add-category "GTK;"
+- fixed %%files
+  disabled %%{_datadir}/pixmaps/%{name}.png
+
 * Sat Oct 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.0-1
 - new upstream release
 

+ 4 - 1
n/nautilus-actions/nautilus-actions-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Nautilus extension for customizing the context menu
 Summary(ja): コンテキストメニューをカスタマイズするための Nautilus 拡張
 Name:		nautilus-actions
-Version:	3.0.6
+Version:	3.0.7
 Release:	1%{?_dist_release}
 Group:		User Interface/Desktops
 License:	GPLv2+
@@ -121,6 +121,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_includedir}/%{name}/
 
 %changelog
+* Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0.7-1
+- new upstream release
+
 * Thu Jan 13 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0.6-1
 - new upstream release
 

+ 6 - 4
u/unrar-free/unrar-free-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           unrar-free
 Version:        0.0.1.20071127
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Utility for extracting RAR archives (free version)
 Summary(ja):        RARアーカイブを解凍するためのユーティリティ (free version)
 
@@ -24,7 +24,7 @@ only the non-free "unrar" package can do that.
 unrar-free はRAR archivesを展開するためのユーティリティです。
 しかしながら、 このパッケージではRAR 3.0 フォーマットのアーカイブの
 一部を処理できません。non-free な "unrar" パッケージだけが
-それらのアーカイブを処理できます。 
+それらのアーカイブを処理できます。
 
 %prep
 %setup -q -n unrar-0.0.1-20071127
@@ -49,6 +49,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri May 15 2009 Toshiharu Kudoh - 0.0.1.20071127-1
-- initial build for VineSeed
+* Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1.20071127-2
+- rebuilt with new toolchain
 
+* Fri May 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1.20071127-1
+- initial build for VineSeed