rpms/cvsplot/EL-5 Makefile, 1.3, 1.4 cvsplot.spec, 1.7, 1.8 sources, 1.4, 1.5

Marek Mahut (mmahut) fedora-extras-commits at redhat.com
Sat Jun 23 00:30:40 UTC 2007


Author: mmahut

Update of /cvs/pkgs/rpms/cvsplot/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21802

Added Files:
	Makefile cvsplot.spec sources 
Log Message:
Branching for EL-5.



Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	23 Jun 2007 00:30:05 -0000	1.4
@@ -0,0 +1,21 @@
+# Makefile for source rpm: cvsplot
+# $Id$
+NAME := cvsplot
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


Index: cvsplot.spec
===================================================================
RCS file: cvsplot.spec
diff -N cvsplot.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ cvsplot.spec	23 Jun 2007 00:30:05 -0000	1.8
@@ -0,0 +1,91 @@
+Name:		cvsplot
+Version:	1.7.4
+Release:	4%{?dist}
+
+Summary:	Collect statistics from CVS controlled files
+
+License:	GPL
+Group:		Development/Tools
+URL:		http://cvsplot.sourceforge.net/
+Source:		http://download.sourceforge.net/cvsplot/%{name}-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:	noarch
+Requires:	cvs >= 1.11.1, gnuplot, perl-DateManip >= 5.42
+Requires:	perl(String::ShellQuote)
+
+Patch0:		cvsplot-1.7.4.gnuplot.patch
+
+%description
+Cvsplot is used for collecting statistics from CVS controlled files.
+It produces simple statistics such as how the total number of files
+and lines of code change against time.
+
+
+%prep
+%setup -q
+%patch0
+
+%build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -Dpm 755 cvsplot.pl $RPM_BUILD_ROOT%{_bindir}/cvsplot
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc CHANGELOG LICENSE README
+%{_bindir}/cvsplot
+
+
+%changelog
+* Sat Jun 23 2007 Marek Mahut <mmahut redhat.com> - 1.7.4-4
+- rebuild
+
+* Thu Jun 14 2007 Marek Mahut <mmahut redhat.com> - 1.7.4-3
+- Added patch for compatibility with gnuplot 4
+- Fixing spec file
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.7.4-2
+- rebuilt
+
+* Fri Dec  3 2004 Ville Skyttä <ville.skytta at iki.fi> - 1.7.4-1
+- Update to 1.7.4.
+
+* Thu Jul  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 1.7.3-0.fdr.1
+- Update to 1.7.3.
+
+* Sun Mar 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 1.7.2-0.fdr.1
+- Update to 1.7.2.
+
+* Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.7.1-0.fdr.3
+- Require perl-DateManip >= 5.42 to get rid of UTF-8 warnings.
+
+* Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.7.1-0.fdr.2
+- Remove .pl extension from executable.
+- Remove #---- section markers, other spec cleanups.
+
+* Tue May 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.7.1-0.fdr.1
+- Update to 1.7.1.
+
+* Tue May 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.7.0-0.fdr.1
+- Update to 1.7.0.
+
+* Thu May  8 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.6.5-0.fdr.1
+- Update to 1.6.5.
+
+* Sun Apr 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.6.4-0.fdr.1
+- Update to 1.6.4.
+- Save .spec in UTF-8.
+
+* Sat Mar 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.6.3-0.fdr.1
+- Update to current Fedora guidelines.
+
+* Fri Feb  7 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.6.3-1.fedora.1
+- First Fedora release.


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	23 Jun 2007 00:30:05 -0000	1.5
@@ -0,0 +1 @@
+50315fad42d7ca5f94ccdd4f5d25ee03  cvsplot-1.7.4.tar.gz




More information about the fedora-extras-commits mailing list