rpms/xtide/devel .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 xtide.spec, 1.23, 1.24

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Wed Feb 28 16:57:54 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/xtide/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28805/xtide/devel

Modified Files:
	.cvsignore sources xtide.spec 
Log Message:
update


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xtide/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	18 Feb 2007 15:54:15 -0000	1.16
+++ .cvsignore	28 Feb 2007 16:57:21 -0000	1.17
@@ -1 +1 @@
-xtide-2.9-RC3.tar.bz2
+xtide-2.9.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xtide/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	18 Feb 2007 15:54:15 -0000	1.16
+++ sources	28 Feb 2007 16:57:21 -0000	1.17
@@ -1 +1 @@
-73d8c8be6a91a5e70cd532a76ad0c233  xtide-2.9-RC3.tar.bz2
+0f56472ef16cb3c709ae1089f4bcffc5  xtide-2.9.tar.bz2


Index: xtide.spec
===================================================================
RCS file: /cvs/extras/rpms/xtide/devel/xtide.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- xtide.spec	18 Feb 2007 15:54:15 -0000	1.23
+++ xtide.spec	28 Feb 2007 16:57:21 -0000	1.24
@@ -1,13 +1,13 @@
-%define          betatag   RC3
-%define          dwfdate   20070211
+%define          betatag   %{nil}
+%define          dwfdate   20070222
 
 Summary:         Calculate tide all over the world
 Name:            xtide
 Version:         2.9
-Release:         0.3.%{betatag}%{?dist}
+Release:         1%{?dist}
 
 URL:             http://www.flaterco.com/xtide/
-Source0:         ftp://ftp.flaterco.com/xtide/%{name}-%{version}-%{betatag}.tar.bz2
+Source0:         ftp://ftp.flaterco.com/xtide/%{name}-%{version}.tar.bz2
 
 Source14:        xtide-get_harmonics-data.sh
 Source20:        %{name}.desktop
@@ -84,7 +84,7 @@
 Please read README.fedora for Fedora specific issue.
 
 %prep
-%setup -q -n %{name}-2.9-%{betatag}
+%setup -q
 
 %build
 %configure \
@@ -160,6 +160,12 @@
 # 1F and others
 %{__install} -c -p -m 644 %{SOURCE30} README.fedora
 
+# 2 Documentation
+for f in AUTHORS ChangeLog NEWS README ; do
+   iconv -f ISO-8859-1 -t UTF-8 $f > $f.tmp && \
+      ( touch -r $f $f.tmp ; mv -f $f.tmp $f ) || rm -f $f.tmp
+done
+
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
 
@@ -223,6 +229,9 @@
 %{_datadir}/man/man8/xttpd.8*
 
 %changelog
+* Wed Feb 28 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.9-1
+- 2.9
+
 * Sun Feb 18 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.9-0.3.RC3
 - 2.9 RC3
 




More information about the scm-commits mailing list