From f19da0c5a33bb7823b0237717e0dae471d4ed66e Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Feb 28 2007 16:57:18 +0000 Subject: update --- diff --git a/.cvsignore b/.cvsignore index 51d0958..f10f3cc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xtide-2.9-RC3.tar.bz2 +xtide-2.9.tar.bz2 diff --git a/sources b/sources index 3d244ea..4efe2c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73d8c8be6a91a5e70cd532a76ad0c233 xtide-2.9-RC3.tar.bz2 +0f56472ef16cb3c709ae1089f4bcffc5 xtide-2.9.tar.bz2 diff --git a/xtide.spec b/xtide.spec index 6f407d7..80a334d 100644 --- a/xtide.spec +++ b/xtide.spec @@ -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 @@ tideEditor. Please read README.fedora for Fedora specific issue. %prep -%setup -q -n %{name}-2.9-%{betatag} +%setup -q %build %configure \ @@ -160,6 +160,12 @@ done # 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 @@ fi %{_datadir}/man/man8/xttpd.8* %changelog +* Wed Feb 28 2007 Mamoru Tasaka - 2.9-1 +- 2.9 + * Sun Feb 18 2007 Mamoru Tasaka - 2.9-0.3.RC3 - 2.9 RC3