Browse Source

new upstream and rebuilt

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8920 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 9 years ago
parent
commit
8f5e97fb5c

+ 6 - 1
c/cherrytree/cherrytree-vl.spec

@@ -3,7 +3,7 @@
 Summary:   CherryTree - note taking application
 Summary(ja): CherryTree - ノート作成アプリケーション
 Name:	   cherrytree
-Version:   0.32.0
+Version:   0.34.1
 Release:   1%{?_dist_release}
 License:   GPLv2+
 Group:     Applications/Productivity
@@ -26,6 +26,7 @@ Requires:  pygtk2
 Requires:  gtksourceview2
 Requires:  pygtksourceview
 Requires:  python-enchant
+Requires:  dbus-python
 
 #Obsoletes: %name < %version
 
@@ -95,6 +96,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Aug 29 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.34.1-1
+- new upstream release
+- added Requires: dbus-python
+
 * Sun Jan 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.32.0-1
 - new upstream release
 

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

@@ -1,5 +1,5 @@
 Name: diffuse
-Version: 0.4.7
+Version: 0.4.8
 Release: 1%{?_dist_release}
 Summary: Graphical tool for comparing and merging text files
 Summary(ja): テキストファイルをマージして比較するためのグラフィックツール
@@ -9,7 +9,7 @@ License: GPLv2+
 URL: http://%{name}.sourceforge.net/
 Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
 
-BuildRequires: desktop-file-utils gettext scrollkeeper
+BuildRequires: desktop-file-utils gettext hicolor-icon-theme rarian-compat
 Requires: python >= 2.4 pygtk2 >= 2.10
 #Requires(post): scrollkeeper
 #Requires(postun): scrollkeeper
@@ -29,8 +29,6 @@ Monotone, Subversion, and SVK repositories for comparison and merging.
 
 %prep
 %setup -q
-#sed -i 's|Categories=Development;GTK;TextEditor;TextTools;|Categories=Development;GTK;Utility;|g' \
-#       src/usr/share/applications/%{name}.desktop
 
 %build
 
@@ -44,27 +42,32 @@ desktop-file-install --vendor="" \
   --delete-original \
   ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
-#desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
-
 %find_lang %{name}
 
+%check
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+
 %clean
 rm -rf %{buildroot}
 
 %post
-scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 update-desktop-database &> /dev/null || :
 
 %postun
-scrollkeeper-update -q || :
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &> /dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+fi
 update-desktop-database &> /dev/null || :
 
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /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}
@@ -72,13 +75,19 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/gnome/help/%{name}/*
 %{_datadir}/omf/%{name}/%{name}*.omf
-%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
 %config(noreplace) %{_sysconfdir}/diffuserc
 %{_mandir}/*
 
 %doc AUTHORS ChangeLog COPYING README
 
 %changelog
+* Fri Aug 29 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.8-1
+- new upstream release
+- replaced BuildRequires: scrollkeeper to rarian-compat
+- added BuildRequires: hicolor-icon-theme
+- run gtk-update-icon-cache in %%post, %%postun, %%posttrans
+
 * Thu May 23 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.7-1
 - new upstream release
 - changed Requires(post,postun): rarian-compat instead of scrollkeeper

+ 4 - 1
d/dstat/dstat-vl.spec

@@ -2,7 +2,7 @@ Summary: Versatile resource statistics tool
 Summary(ja): 多目的リソース統計ツール
 Name: dstat
 Version: 0.7.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv2
 Group: System Environment/Base
 URL: http://dag.wieers.com/home-made/dstat/
@@ -80,6 +80,9 @@ cd docs
 %{_datadir}/dstat/*.py*
 
 %changelog
+* Fri Aug 29 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-2
+- rebuilt with current environment
+
 * Sat Apr 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-1
 - initial build for Vine Linux
 

+ 4 - 1
r/rarian/rarian-vl.spec

@@ -1,6 +1,6 @@
 Name: rarian
 Version: 0.8.1
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
 Summary: Rarian is a documentation meta-data library
@@ -121,6 +121,9 @@ fi
 %{_libdir}/pkgconfig/rarian.pc
 
 %changelog
+* Sat Aug 30 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8.1-5
+- rebuilt with current environment
+
 * Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 0.8.1-4
 - rebuilt with rpm-4.8.1 for pkg-config
 

+ 4 - 1
t/thunar-vfs/thunar-vfs-vl.spec

@@ -5,7 +5,7 @@
 Name:           thunar-vfs
 Summary:        Virtual filesystem shipped with Thunar 1.0 and earlier releases
 Version:        1.2.0
-Release:        6%{?_dist_release}
+Release:        7%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/thunar-vfs-*.pc
 
 %changelog
+* Fri Aug 29 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.0-7
+- rebuild with libpng-1.6.12
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-6
 - rebuild with VineSeed environment