Browse Source

--force-log

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

+ 5 - 2
lib/libs/libsndfile/libsndfile-vl.spec

@@ -4,8 +4,8 @@
 Summary: A library to handle various audio file formats.
 Summary(ja): さまざまなフォーマットの音声ファイルを扱うライブラリ
 Name: libsndfile
-Version: 1.0.21
-Release: 3%{?_dist_release}
+Version: 1.0.25
+Release: 1%{?_dist_release}
 Source: http://www.mega-nerd.com/libsndfile/%{name}-%{version}.tar.gz
 License: LGPL
 Group: System Environment/Libraries
@@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.25-1
+- new upstream release
+
 * Sun Jul 31 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 1.0.21-3
 - change spec filename (-vl)
 

+ 20 - 3
m/meld/meld-vl.spec

@@ -1,5 +1,5 @@
 Name:		meld
-Version:	1.7.0
+Version:	1.7.2
 Release:	1%{?_dist_release}
 Summary:	Graphical tool to diff and merge files
 Summary(ja):	ファイルの差分表示とマージのためのグラフィカルなツール
@@ -8,7 +8,7 @@ Group:		Development/Tools
 License:	GPLv2+
 URL:		http://meldmerge.org/
 Source0:	http://ftp.gnome.org/pub/gnome/sources/meld/1.7/meld-%{version}.tar.xz
-#Source1:	meld-1.3.1-ja.po
+Source1:	meld-1.7.2-ja.po
 #Patch0:		%{name}-desktop.patch
 #Patch1:		%{name}-scrollkeeper.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -27,6 +27,8 @@ Requires:       pygtksourceview >= 2.10
 
 Requires(post):	scrollkeeper
 Requires(postun): scrollkeeper
+Requires(post):	shared-mime-info
+Requires(postun): shared-mime-info
 
 BuildArch:	noarch
 
@@ -47,7 +49,8 @@ Meld は、ユーザが二つのファイル、二つのディレクトリ、ま
 #%patch0 -p1 -b .desktop
 #%patch1 -p1 -b .scrollkeeper
 # copy updated japanese translation
-#%{__cp} %{SOURCE1} po/ja.po
+%{__cp} %{SOURCE1} po/ja.po
+sed -i 's/\(x-meld-comparison\)/\1;/' data/meld.desktop.in
 
 %build
 %__make prefix=%{_prefix} libdir=%{_datadir}
@@ -59,6 +62,8 @@ Meld は、ユーザが二つのファイル、二つのディレクトリ、ま
 %__make prefix=%{_prefix} libdir=%{_datadir} \
   DESTDIR=${RPM_BUILD_ROOT} install
 
+#add-hoc fixed
+%{__install} data/icons/meld-vc-icon.svg ${RPM_BUILD_ROOT}%{_datadir}/icons/meld-vc-icon.svg
 
 desktop-file-install --vendor vine \
     --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
@@ -77,6 +82,7 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi 
 update-desktop-database &> /dev/null || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %postun
@@ -87,6 +93,7 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi 
 update-desktop-database &> /dev/null || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %clean
@@ -101,12 +108,22 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/applications/vine-%{name}.desktop
 #%{_datadir}/application-registry/%{name}*
 #%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/icons/meld-vc-icon.svg
+%{_datadir}/icons/HighContrast/scalable/apps/meld.svg
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/gnome/help/%{name}/
+%{_datadir}/mime/packages/%{name}.xml
 %{_datadir}/omf/%{name}/
 
 
 %changelog
+* Mon Apr 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.7.2-1
+- new upstream release
+- added Source1: updated japanese translations
+- added Requires(post)/(postun): shared-mime-info
+- run update-mime-database in %%post, %%postun
+- fixed desktop file a little 
+
 * Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.7.0-1
 - new upstream release
 

+ 5 - 2
r/rxvt-unicode/rxvt-unicode-vl.spec

@@ -1,5 +1,5 @@
 Name:           rxvt-unicode
-Version:        9.16
+Version:        9.18
 Release:        1%{?_dist_release}
 Summary:        Rxvt-unicode is an unicode version of rxvt
 Summary(ja):    Rxvt-unicode は rxvt のユニコードバージョンです
@@ -105,6 +105,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/pixmaps/urxvt.xpm
 
 %changelog
+* Mon Apr 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.18-1
+- new upstream release
+
 * Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.16-1
 - new upstream release
 
@@ -133,7 +136,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 * Sun Apr  3 2011 IWAI, Masaharu <iwai@alib.jp> - 9.10-2
 - build with perl 5.12.3
 
-* Tue Dec 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.10-1
+* Wed Dec 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.10-1
 - new upstream release
 
 * Thu Nov 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.09-2

+ 18 - 11
x/xnoise/xnoise-vl.spec

@@ -1,7 +1,7 @@
 %define XNOISE_BIN %{_libexecdir}/%{name}
 
 Name: xnoise
-Version: 0.2.15
+Version: 0.2.17
 Release: 1%{?_dist_release}
 Summary: Tracklist-centric Media Player
 Summary(ja): トラックリストを中心とするメディアプレーヤー
@@ -12,7 +12,7 @@ URL: http://www.xnoise-media-player.com/
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
-Source0: http://xnoise.googlecode.com/files/xnoise-%{version}.tar.bz2
+Source0: http://xnoise.googlecode.com/files/xnoise-%{version}.tar.gz
 Source1: xnoise_ja.po
 Source10: xnoise.sh
 
@@ -20,11 +20,11 @@ BuildRequires: pkgconfig
 BuildRequires: gettext
 BuildRequires: glib2-devel >= 2.30.0
 BuildRequires: gtk3-devel
-BuildRequires: gstreamer-plugins-base-devel >= 0.10.23
+BuildRequires: gstreamer1-plugins-base-devel >= 1.0.1
 BuildRequires: intltool
 BuildRequires: libxml2-devel >= 2.6.32
-#BuildRequires: libnotify-devel >= 0.7.0
 BuildRequires: libsoup-devel >= 2.26.0
+BuildRequires: libtaginfo-devel
 BuildRequires: perl-XML-Parser
 BuildRequires: sqlite3-devel >= 3.6
 BuildRequires: taglib-devel >= 1.6.0
@@ -32,6 +32,7 @@ BuildRequires: unique-devel
 BuildRequires: vala-devel >= 0.16.0
 BuildRequires: desktop-file-utils gettext intltool
 Requires: hicolor-icon-theme
+Requires: libtaginfo
 # xnoise >= 0.1.14 bundles the plug-ins
 Provides: xnoise-plugins-core = %{version}-%{release}
 
@@ -109,35 +110,41 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc AUTHORS COPYING README
 %{XNOISE_BIN}
 %{_bindir}/xnoise
+%{_bindir}/xnoise_image_extractor_service
 # libxnoise.so *needs* to be in main package
 # otherwise plugins currently don't work
 %exclude %{_libdir}/xnoise/libxnoisetest.so
 %{_libdir}/xnoise
-%{_libdir}/libtaginfo*
 %{_libdir}/libxnoise.so*
 %{_mandir}/man1/xnoise.1*
 %{_datadir}/xnoise
 %{_datadir}/applications/xnoise.desktop
+%{_datadir}//dbus-1/services/org.gtk.xnoise.ImageExtractor.service
+%{_datadir}//dbus-1/services/org.gtk.xnoise.PlayerEngine.service
 %{_datadir}/icons/hicolor/*
+%{_datadir}/icons/ubuntu-mono-*/*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/xnoise
-%{_includedir}/taginfo/
 %{_libdir}/xnoise/libxnoise*.so*
-%{_libdir}/taginfo/include
 %{_libdir}/pkgconfig/xnoise-1.0.pc
-%{_libdir}/pkgconfig/taginfo.pc
-%{_libdir}/pkgconfig/taginfo_c.pc
 # make package own the vala API dir:
 # xnoise plugins don't have to be written in vala
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/xnoise-1.0.*
-%{_datadir}/vala/vapi/taginfo_c.*
-
 
 %changelog
+* Mon Apr 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.17-1
+- new upstream release
+- updated Source1
+- changed BuildRequires: gstreamer-plugins-base-devel >= 0.10.23 to 
+  gstreamer1-plugins-base-devel >= 1.0.1
+- added BuildRequires: libtaginfo-devel
+- added Requires: libtaginfo
+- fixed Source10
+
 * Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.15-1
 - new upstream release
 - updated Source1