Browse Source

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

kudoh 11 years ago
parent
commit
78af74d551
2 changed files with 17 additions and 6 deletions
  1. 6 2
      m/mirage/mirage-vl.spec
  2. 11 4
      s/sagasu/sagasu-vl.spec

+ 6 - 2
m/mirage/mirage-vl.spec

@@ -2,14 +2,14 @@
 
 Name:		mirage
 Version:	1.0
-Release:	2.svn361%{?_dist_release}
+Release:	3.svn391%{?_dist_release}
 Summary:	A fast and simple image viewer
 Summary(ja):	高速でシンプルな画像ビューア
 
 Group:		Applications/Graphics
 License:	GPLv3+
 URL:		http://mirageiv.berlios.de/
-Source0:	http://download.berlios.de/mirageiv/%{name}-%{version}-svn361.tar.bz2
+Source0:	http://download.berlios.de/mirageiv/%{name}-%{version}-svn391.tar.bz2
 Source1:	mirage_ja.po
 Patch0:        setup.patch
 
@@ -93,6 +93,10 @@ desktop-file-install \
 %{_datadir}/applications/*%{name}.desktop
 
 %changelog
+* Fri Dec 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-3.svn391
+- new upstream snapshot
+- updated Source1
+
 * Sat Oct 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-2.svn361
 - new upstream snapshot
 - updated Source1

+ 11 - 4
s/sagasu/sagasu-vl.spec

@@ -1,12 +1,13 @@
 Name: sagasu
 Summary: GNOME tool to find strings in a set of files
 Summary(ja): ファイル内の語句を検索するための GNOME ツール
-Version: 2.0.10
-Release: 2%{?_dist_release}
+Version: 2.0.12
+Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Applications/Text
 Source: %{name}-%{version}.tar.gz
 Patch0: fix_misc.patch
+Patch1: fix_build.patch
 
 URL: http://perso.b2b2c.ca/sarrazip/dev/sagasu.html
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -38,7 +39,8 @@ CVS directories.
 %prep
 %setup -q
 %patch0 -p1
-./autogen.sh
+%patch1 -p1
+#./autogen.sh
 
 %build
 %configure --disable-dependency-tracking --prefix=/usr
@@ -72,11 +74,16 @@ rm -fR $RPM_BUILD_ROOT
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
 %{_datadir}/%{name}
-%{_datadir}/sounds/%{name}
+#%{_datadir}/sounds/%{name}
 %{_datadir}/gnome/help/*/*/*
 %{_mandir}/man?/*
 
 %changelog
+* Fri Dec 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.12-1
+- new upstream release
+- fixed Patch0 a bit
+- added Patch1 to fix build error
+
 * Tue Feb 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.10-2
 - added BuildRequires: libSM-devel