rpms/meanwhile/devel meanwhile.spec,1.19,1.20

Warren Togami 砥上勇 wtogami at fedoraproject.org
Tue Jan 26 19:21:48 UTC 2010


Author: wtogami

Update of /cvs/pkgs/rpms/meanwhile/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8239

Modified Files:
	meanwhile.spec 
Log Message:
Fix Source tag to indicate a CVS snapshot build.



Index: meanwhile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/meanwhile/devel/meanwhile.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- meanwhile.spec	25 Jul 2009 11:57:09 -0000	1.19
+++ meanwhile.spec	26 Jan 2010 19:21:48 -0000	1.20
@@ -7,8 +7,16 @@ Summary:	Lotus Sametime Community Client
 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 at meanwhile.cvs.sourceforge.net:/cvsroot/meanwhile login
+# [hit return for the password]
+# cvs -d:pserver:anonymous at 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 <danw at redhat.com> - 1.1.0-3
+- Fix Source tag to indicate a CVS snapshot build.
+- Resolves: #554446
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list