Browse Source

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

kudoh 11 years ago
parent
commit
accf62cf44
2 changed files with 17 additions and 7 deletions
  1. 10 5
      g/glabels/glabels-vl.spec
  2. 7 2
      x/xnoise/xnoise-vl.spec

+ 10 - 5
g/glabels/glabels-vl.spec

@@ -1,6 +1,6 @@
 Name:		glabels
-Version:	3.0.0
-Release:	2%{?_dist_release}
+Version:	3.0.1
+Release:	1%{?_dist_release}
 Summary:	A program for creating labels and business cards for GNOME
 Summary(ja):	GNOME 用のラベルと名刺を作成するためのプログラム
 
@@ -8,8 +8,8 @@ Group:		Applications/Publishing
 License:	GPLv3+
 URL:		http://glabels.sf.net
 
-Source0:	http://dl.sf.net/%{name}/%{name}-%{version}.tar.bz2
-Patch0: 	glabels-fix-child-schemas.patch
+Source0:	http://dl.sf.net/%{name}/%{name}-%{version}.tar.xz
+#Patch0: 	glabels-fix-child-schemas.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
@@ -119,7 +119,7 @@ This package contains the template database for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fix-child-schemas
+#%patch0 -p1 -b .fix-child-schemas
 
 sed -i 's/Icon=glabels-3.0.png/Icon=glabels-3.0/g' \
         data/desktop/glabels-3.0.desktop.in
@@ -226,6 +226,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0.1-1
+- new upstream release
+- changed source archive type bz2 to xz
+- deleted Patch0
+
 * Sun Aug 12 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0.0-2
 - added Patch0 from Fedora
 - run gtk-update-icon-cache in %%posttrans, %%postun

+ 7 - 2
x/xnoise/xnoise-vl.spec

@@ -1,7 +1,7 @@
 %define XNOISE_BIN %{_libexecdir}/%{name}
 
 Name: xnoise
-Version: 0.2.9
+Version: 0.2.11
 Release: 1%{?_dist_release}
 Summary: Tracklist-centric Media Player
 Summary(ja): トラックリストを中心とするメディアプレーヤー
@@ -61,7 +61,7 @@ developing applications that use %{name}.
 sed -i s/hu/hu\\nja/g po/LINGUAS
 
 %build
-%configure --enable-soundmenu2=no --disable-ubuntuone --disable-magnatune
+%configure --enable-soundmenu2=no --disable-ubuntuone
 make %{?_smp_mflags}
 
 
@@ -131,6 +131,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.11-1
+- new upstream release
+- updated Source1
+- deleted %%configure option: --disable-magnatune
+
 * Sat Sep 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.9-1
 - new upstream release
 - updated Source1