Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@642 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 15 years ago
parent
commit
31a03d3158
1 changed files with 36 additions and 9 deletions
  1. 36 9
      s/sylpheed/sylpheed-vl.spec

+ 36 - 9
s/sylpheed/sylpheed-vl.spec

@@ -1,18 +1,19 @@
 %define with_gtkspell %{?_with_gtkspell:1}%{!?_with_gtkspell:0}
 %define with_oniguruma %{?_with_oniguruma:1}%{!?_with_oniguruma:0}
-#%%define extraver beta
+# %%define extraver beta
 
-%define srcver %{version}%{?extraver:%extraver}
+%define srcver  %{version}%{?extraver:%extraver}
+%define srcname sylpheed
 
 Summary:	GTK+ based fast e-mail client
 Summary(ja):	GTK+ ベースの高速な電子メールクライアント
 Name:		sylpheed
-Version:	2.7.1
+Version:	3.0.1
 Release:	1%{?_dist_release}
 License:	GPL
 Group:		Applications/Internet
 URL:		http://sylpheed.sraoss.jp/
-Source0:	http://sylpheed.sraoss.jp/sylpheed/v2.6/sylpheed-%{srcver}.tar.bz2
+Source0:	http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-%{srcver}.tar.bz2
 Source1:	sylpheed.xpm
 Patch0:		sylpheed-2.1.4-default-browser.patch
 Patch1:		sylpheed-2.3.0-certs-search-path.patch
@@ -31,7 +32,7 @@ BuildRequires:	oniguruma-devel >= 4.2.2
 Obsoletes:	vmail
 Obsoletes:	sylpheed2 <= %{version}, sylpheed24 <= %{version}
 Obsoletes:	sylpheed25 <= %{version}, sylpheed26 <= %{version}
-Obsoletes:	sylpheed27 <= %{version}
+Obsoletes:	sylpheed27 <= %{version}, sylpheed3 <= %{version}
 Buildroot:	%{_tmppath}/%{name}-%{version}-root
 
 Packager:       iwamoto
@@ -81,13 +82,18 @@ Sylpheedには以下のような特長があります。
 詳細は README を参照してください。
 
 %prep
-%setup -q -n %{name}-%{srcver}
+%setup -q -n %{srcname}-%{srcver}
+# %setup -q -n %{srcname}-3.0.0
 
 %patch0 -p1 -b .default-browser
 %patch1 -p1 -b .certs-path
 
 %build
-%configure --enable-ipv6 --enable-ssl --enable-gpgme \
+%configure \
+	   --enable-ipv6 \
+	   --enable-ssl \
+	   --enable-gpgme \
+	   --disable-updatecheck \
 %if %{with_gtkspell}
            --enable-gtkspell \
 %else
@@ -106,7 +112,7 @@ Sylpheedには以下のような特長があります。
 %install
 %__rm -rf %{buildroot}
 %makeinstall
-%find_lang %{name}
+%find_lang %{srcname}
 
 %__install -d %{buildroot}%{_datadir}/pixmaps
 %__install -p -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
@@ -122,7 +128,7 @@ Sylpheedには以下のような特長があります。
 %clean
 %__rm -rf %{buildroot}
 
-%files -f %{name}.lang
+%files -f %{srcname}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING* ChangeLog* README* INSTALL* TODO* NEWS*
 %{_bindir}/sylpheed
@@ -133,6 +139,27 @@ Sylpheedには以下のような特長があります。
 %config(missingok) %{_datadir}/applications/sylpheed.desktop
 
 %changelog
+* Sun Mar 21 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.1-1
+- new upstream release 
+
+* Wed Mar 10 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0-2
+- rebuild for release
+- update src url
+
+* Fri Feb 26 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0-1
+- new upstream release   
+
+* Tue Feb 23 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0rc
+- new upstream rc release  
+
+* Wed Feb  3 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0beta7
+- new upstream beta release 
+
+* Mon Jan 18 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0beta6
+- test package (not for release)
+- change package name sylpheed 3
+- add -disable-updatecheck option in configure
+
 * Thu Aug 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.1-1
 - new upstream release
 - add Req: curl