rpms/catfish/FC-6 .cvsignore, 1.4, 1.5 catfish.spec, 1.4, 1.5 sources, 1.4, 1.5

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Wed Feb 14 09:48:36 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/catfish/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2816

Modified Files:
	.cvsignore catfish.spec sources 
Log Message:
* Wed Feb 14 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.2stable-1
- 0.2



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/catfish/FC-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	31 Jan 2007 18:06:38 -0000	1.4
+++ .cvsignore	14 Feb 2007 09:48:03 -0000	1.5
@@ -1 +1 @@
-catfish-0.2d.tar.gz
+catfish-0.2.tar.gz


Index: catfish.spec
===================================================================
RCS file: /cvs/extras/rpms/catfish/FC-6/catfish.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- catfish.spec	31 Jan 2007 18:06:38 -0000	1.4
+++ catfish.spec	14 Feb 2007 09:48:03 -0000	1.5
@@ -1,12 +1,14 @@
+%define		_version	0.2
+
 Name:		catfish
-Version:	0.2d
+Version:	0.2stable
 Release:	1%{?dist}
 Summary:	A handy file search tool
 
 Group:		Applications/File
 License:	GPL
-URL:		http://software.twotoasts.de/?page=search4files
-Source0:	http://software.twotoasts.de/media/%{name}/%{name}-%{version}.tar.gz
+URL:		http://software.twotoasts.de/?page=%{name}
+Source0:	http://software.twotoasts.de/media/%{name}/%{name}-%{_version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
@@ -34,12 +36,10 @@
 configuration options from the command line.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_version}
 
 %build
 # Some configulation change
-# Important note: Upstream removed DESTDIR option, however
-# this Makefile.in won't work without DESTDIR!!
 %{__sed} -i.misc \
 	-e 's|666|644|' \
 	-e '/svg/s|install|install -m 644|' \
@@ -47,9 +47,7 @@
 	-e 's|\([^ \t][^ \t]*\).glade|-m 644 \1.glade|' \
 	-e 's|pyc|py|' \
 	-e 's|^\([ \t]*\)ln |\1: ln |' \
-	-e '/install/s|\$(PREFIX)|$(DESTDIR)$(PREFIX)|' \
-	-e '/cp/s|\$(PREFIX)|$(DESTDIR)$(PREFIX)|' \
-	-e 's|cp -rf|cp -prc|' \
+	-e 's|cp -rf|cp -prf|' \
 	Makefile.in
 
 %{__sed} -i.byte \
@@ -88,6 +86,8 @@
 # and.. manually link..
 %{__ln_s} -f ../pixmaps/%{name}.svg \
 	$RPM_BUILD_ROOT%{_datadir}/%{name}/
+%{__ln_s} -f ../locale/ \
+	  $RPM_BUILD_ROOT%{_datadir}/%{name}/
 
 %{__mv} -f $RPM_BUILD_ROOT%{_prefix}/locale $RPM_BUILD_ROOT%{_datadir}
 %{find_lang} %{name}
@@ -105,6 +105,9 @@
 %{_datadir}/pixmaps/%{name}.svg
 
 %changelog
+* Wed Feb 14 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.2stable-1
+- 0.2
+
 * Wed Jan 30 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.2d-1
 - 0.2d
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/catfish/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	31 Jan 2007 18:06:38 -0000	1.4
+++ sources	14 Feb 2007 09:48:03 -0000	1.5
@@ -1 +1 @@
-9f185d956402f35940fe07ed1f1eec01  catfish-0.2d.tar.gz
+848d61da8dcfd32dd1c5d2add6c10cd8  catfish-0.2.tar.gz




More information about the scm-commits mailing list