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