extras-buildsys Makefile,1.8,1.9 plague.spec,1.29,1.30

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Sat Jul 29 05:28:29 UTC 2006


Author: ausil

Update of /cvs/fedora/extras-buildsys
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13340

Modified Files:
	Makefile plague.spec 
Log Message:
fix typo, and add cvs date tag to packages  makes for cleaner updates  in cvs tree.



Index: Makefile
===================================================================
RCS file: /cvs/fedora/extras-buildsys/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile	14 Jul 2005 19:43:24 -0000	1.8
+++ Makefile	29 Jul 2006 05:28:26 -0000	1.9
@@ -5,6 +5,7 @@
 VERSION=$(shell awk '/Version:/ { print $$2 }' ${PKGNAME}.spec)
 RELEASE=$(shell awk '/Release:/ { print $$2 }' ${PKGNAME}.spec)
 CVSTAG=$(PKGNAME)-$(subst .,_,$(VERSION)-$(RELEASE))
+CVSDATE=`date +%Y%m%d`
 
 all: subdirs
 


Index: plague.spec
===================================================================
RCS file: /cvs/fedora/extras-buildsys/plague.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- plague.spec	26 Nov 2005 06:10:10 -0000	1.29
+++ plague.spec	29 Jul 2006 05:28:26 -0000	1.30
@@ -3,7 +3,7 @@
 Summary: Distributed build system for RPMs
 Name: plague
 Version: 0.5.0
-Release: 1%{?dist}
+Release: 0.1.%{?CVSDATE}cvs%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2




More information about the fedora-extras-commits mailing list