rpms/cogito/FC-4 .cvsignore, 1.4, 1.5 cogito.spec, 1.4, 1.5 sources, 1.4, 1.5

Chris Wright (chrisw) fedora-extras-commits at redhat.com
Wed Jan 11 01:23:15 UTC 2006


Author: chrisw

Update of /cvs/extras/rpms/cogito/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8159

Modified Files:
	.cvsignore cogito.spec sources 
Log Message:
Update cogito to 0.16.2



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cogito/FC-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	11 Oct 2005 01:38:02 -0000	1.4
+++ .cvsignore	11 Jan 2006 01:23:14 -0000	1.5
@@ -1 +1 @@
-cogito-0.15.1.tar.gz
+cogito-0.16.2.tar.gz


Index: cogito.spec
===================================================================
RCS file: /cvs/extras/rpms/cogito/FC-4/cogito.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cogito.spec	11 Oct 2005 01:38:02 -0000	1.4
+++ cogito.spec	11 Jan 2006 01:23:14 -0000	1.5
@@ -1,5 +1,5 @@
 Name: 		cogito
-Version: 	0.15.1
+Version: 	0.16.2
 Release: 	1%{?dist}
 Summary:  	The Cogito Version Control System
 License: 	GPL
@@ -7,7 +7,8 @@
 URL: 		http://kernel.org/pub/software/scm/cogito/
 Source: 	http://kernel.org/pub/software/scm/cogito/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: 	git-core >= 0.99.7
+Requires: 	git-core >= 0.99.9
+BuildRequires: 	asciidoc
 BuildArch:	noarch
 
 %description
@@ -21,11 +22,13 @@
 
 %build
 
-make
+make all doc
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} libdir=%{_libdir}/cogito install
+make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} libdir=%{_libdir}/cogito mandir=%{_mandir} \
+	install install-doc
+rm -rf $RPM_BUILD_ROOT/%{_prefix}/share/doc/cogito/txt
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -35,9 +38,19 @@
 %{_bindir}/*
 %dir %{_libdir}/cogito
 %{_libdir}/cogito/*
-%doc README COPYING Documentation/*
+%{_mandir}/man*/*
+%doc README COPYING Documentation/tutorial-script
 
 %changelog
+* Tue Jan 10 2006 Chris Wright <chrisw at redhat.com> 0.16.2-1
+- 0.16.2
+
+* Tue Nov 1 2005 Pavel Roskin <proski at gnu.org> 0.15.1-1
+- generate and include manuals
+
+* Tue Oct 11 2005 Chris Wright <chrisw at osdl.org> 0.15.1-1
+- use %dist
+
 * Fri Sep 16 2005 Chris Wright <chrisw at osdl.org> 0.14.1-2
 - fix _libdir breakage on 64-bit, the irony...
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cogito/FC-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	11 Oct 2005 01:38:02 -0000	1.4
+++ sources	11 Jan 2006 01:23:14 -0000	1.5
@@ -1 +1 @@
-a0aa1db2e90b991d52e848be0926a74c  cogito-0.15.1.tar.gz
+94715ed584a24502a4a90702d60c1c21  cogito-0.16.2.tar.gz




More information about the fedora-extras-commits mailing list