rpms/yash/devel .cvsignore,1.3,1.4 sources,1.3,1.4 yash.spec,1.3,1.4

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Jul 25 14:44:01 UTC 2010


Author: mtasaka

Update of /cvs/extras/rpms/yash/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22559/devel

Modified Files:
	.cvsignore sources yash.spec 
Log Message:
* Sun Jul 25 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.22-1
- 2.22



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yash/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	5 Jul 2010 04:26:55 -0000	1.3
+++ .cvsignore	25 Jul 2010 14:44:00 -0000	1.4
@@ -1,2 +1,2 @@
-yash-2.22b0.tar.gz
-yash-doc-2.22b0-ja.tar.gz
+yash-2.22.tar.gz
+yash-doc-2.22-ja.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yash/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	5 Jul 2010 04:26:55 -0000	1.3
+++ sources	25 Jul 2010 14:44:00 -0000	1.4
@@ -1,2 +1,2 @@
-c05a0bf6a5a6ae0a6c15d1401bcfeeed  yash-2.22b0.tar.gz
-a1be011e63f94f4a2c3df802815b17e5  yash-doc-2.22b0-ja.tar.gz
+86bf421eaab0c8a016ff055593ba4ad0  yash-2.22.tar.gz
+4ea8abcb0425ef99f7f16279fde04927  yash-doc-2.22-ja.tar.gz


Index: yash.spec
===================================================================
RCS file: /cvs/extras/rpms/yash/devel/yash.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- yash.spec	13 Jul 2010 07:39:17 -0000	1.3
+++ yash.spec	25 Jul 2010 14:44:00 -0000	1.4
@@ -2,10 +2,10 @@
 # Upstream is currently using SVN
 # SVN path: http://svn.sourceforge.jp/svnroot/yash/yash/trunk
 
-%global		repoid		48168
+%global		repoid		48417
 
-%global		mainver		4
-%global		minorver	b0
+%global		mainver		1
+%undefine		minorver
 
 Name:		yash
 Version:	2.22
@@ -35,6 +35,8 @@ Yash also has its own features beyond PO
   * random numbers
   * socket redirections and other special redirections
   * right prompt
+  * command completion
+
 
 %package	doc
 Summary:	Documentation for %{name}
@@ -59,19 +61,15 @@ env \
 	./configure \
 	--prefix=%{_prefix} \
 	--exec-prefix=%{_exec_prefix} \
-	--bindir=%{_bindir} \
+	--bindir=/bin \
 	--datarootdir=%{_datarootdir} \
 
 make -k %{?_smp_mflags}
 
 %install
 make install \
-	DESTDIR=$RPM_BUILD_ROOT
-
-mkdir -p $RPM_BUILD_ROOT/bin
-mv -f $RPM_BUILD_ROOT%{_bindir}/yash \
-	$RPM_BUILD_ROOT/bin
-rmdir $RPM_BUILD_ROOT%{_bindir}/
+	DESTDIR=$RPM_BUILD_ROOT \
+	CPPROG="cp -p"
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -104,11 +102,17 @@ exit 0
 
 /bin/%{name}
 
+%dir	%{_datadir}/%{name}
+%{_datadir}/%{name}/completion/
+
 %files	doc
 %defattr(-,root,root,-)
 %lang(ja)	%doc	%{name}-doc-%{version}%{?minorver}/*
 
 %changelog
+* Sun Jul 25 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.22-1
+- 2.22
+
 * Tue Jul 13 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.22-0.4.b0
 - Fix scriplet error
 



More information about the scm-commits mailing list