diff --git a/meanwhile.spec b/meanwhile.spec index a839963..4e5fda1 100644 --- a/meanwhile.spec +++ b/meanwhile.spec @@ -7,8 +7,16 @@ Summary: Lotus Sametime Community Client library License: LGPLv2+ Group: Applications/Internet Version: 1.1.0 -Release: 2%{?dist} -Source: http://dl.sf.net/meanwhile/meanwhile-%{version}.tar.gz +Release: 3%{?dist} +# The source for this package was pulled from upstream's vcs. Use the +# following commands to generate the tarball: +# cvs -d:pserver:anonymous@meanwhile.cvs.sourceforge.net:/cvsroot/meanwhile login +# [hit return for the password] +# cvs -d:pserver:anonymous@meanwhile.cvs.sourceforge.net:/cvsroot/meanwhile co -d meanwhile-1.1.0 -r meanwhile_v1_1_0 meanwhile +# cd meanwhile-1.1.0 +# ./autogen.sh +# make dist +Source: meanwhile-%{version}.tar.gz Patch0: meanwhile-crash.patch URL: http://meanwhile.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/doc/%{name}-doc-%{version}/ %changelog +* Tue Jan 12 2010 Dan Winship - 1.1.0-3 +- Fix Source tag to indicate a CVS snapshot build. +- Resolves: #554446 + * Sat Jul 25 2009 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild