rpms/cvsutils/devel cvsutils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sat Sep 10 09:35:12 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/cvsutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2453/devel

Modified Files:
	.cvsignore sources 
Added Files:
	cvsutils.spec 
Log Message:
auto-import cvsutils-0.2.3-2 on branch devel from cvsutils-0.2.3-2.src.rpm


--- NEW FILE cvsutils.spec ---
Summary: 	CVS Utilities
Name: 		cvsutils
Version: 	0.2.3
Release: 	2%{?dist}
License: 	GPL
Group: 		Development/Tools
URL: 		http://www.red-bean.com/cvsutils
Source: 	http://www.red-bean.com/cvsutils/cvsutils-%{version}.tar.gz
Requires: 	cvs
BuildArch: 	noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
CVS Utilities is a collection of tools to facilitate working with
Concurrent Versions System (CVS).

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf ${RPM_BUILD_ROOT}
make install DESTDIR="${RPM_BUILD_ROOT}"

for f in ${RPM_BUILD_ROOT}%{_bindir}/*; do
  echo ".so man1/cvsutils.1" > \
          ${RPM_BUILD_ROOT}%{_mandir}/man1/$(basename $f).1 
done

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc NEWS README COPYING
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Mon Sep 10 2005 Ralf Corsépius <rc040203 at freenet.de> - 0.2.3-2
- Cleanup.

* Mon Sep 05 2005 Ralf Corsépius <rc040203 at freenet.de> - 0.2.3-1
- FE submission preps.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cvsutils/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Sep 2005 09:33:48 -0000	1.1
+++ .cvsignore	10 Sep 2005 09:35:10 -0000	1.2
@@ -0,0 +1 @@
+cvsutils-0.2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cvsutils/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Sep 2005 09:33:48 -0000	1.1
+++ sources	10 Sep 2005 09:35:10 -0000	1.2
@@ -0,0 +1 @@
+709a3e298c654c22b41ca06d9fc4df76  cvsutils-0.2.3.tar.gz




More information about the fedora-extras-commits mailing list