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

Chris Wright (chrisw) fedora-extras-commits at redhat.com
Fri Sep 16 06:53:10 UTC 2005


Author: chrisw

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

Modified Files:
	.cvsignore sources 
Added Files:
	cogito.spec 
Log Message:
auto-import cogito-0.14.1-1 on branch devel from cogito-0.14.1-1.src.rpm


--- NEW FILE cogito.spec ---
Name: 		cogito
Version: 	0.14.1
Release: 	1
Summary:  	The Cogito Version Control System
License: 	GPL
Group: 		Development/Tools
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.3
BuildArch:	noarch

%description
Cogito is a version control system layered on top of the git tree history
storage system. It aims at seamless user interface and ease of use, providing
generally smoother user experience than the "raw" Core GIT itself and indeed
many other version control systems.

%prep
%setup -q

%build

make

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/*
%dir %{_libdir}/cogito
%{_libdir}/cogito/*
%doc README COPYING Documentation/*

%changelog
* Thu Sep 15 2005 Chris Wright <chrisw at osdl.org> 0.14.1-1
- Update to 0.14.1

* Mon Aug 15 2005 Chris Wright <chrisw at osdl.org> 0.13-3
- Update Buildroot, Requires and drop Vendor
- use %{_libdir}

* Wed Aug 10 2005 Pavel Roskin <proski at gnu.org> 0.13-1
- Update summary and description
- Make architecture-independent

* Wed Jul 6 2005 Chris Wright <chris at osdl.org> 0.12-1
- update spec file

* Thu Jun 9 2005 Chris Wright <chrisw at osdl.org> 0.11.3-1
- Add openssl patch from Dan Holmsand <holmsand at gmail.com>
- Add cg-Xlib patch to fix showdate output
- Update %files with changes inspired by Neil Horman <nhorman at redhat.com>

* Mon May 9 2005 H. Peter Anvin <hpa at zytor.com> 0.10-1
- New upstream revision
- Rename spec file to cogito.spec

* Wed Apr 27 2005 Terje Rosten <terje.rosten at ntnu.no> 0.8-2
- Doc files
- Use %%{_prefix} macro
- Rename spec file
- Drop -n option to %%setup macro

* Mon Apr 25 2005 Chris Wright <chrisw at osdl.org> 0.8-1
- Update to cogito, rename package, move to /usr/bin, update prereqs

* Mon Apr 25 2005 Chris Wright <chrisw at osdl.org> 0.7-1
- Update to 0.7

* Thu Apr 21 2005 Chris Wright <chrisw at osdl.org> 0.6.3-1
- Initial rpm build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cogito/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Sep 2005 06:52:41 -0000	1.1
+++ .cvsignore	16 Sep 2005 06:53:08 -0000	1.2
@@ -0,0 +1 @@
+cogito-0.14.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cogito/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Sep 2005 06:52:41 -0000	1.1
+++ sources	16 Sep 2005 06:53:08 -0000	1.2
@@ -0,0 +1 @@
+e998a8d8146bd0c2b86fbb4b278cc4fc  cogito-0.14.1.tar.gz




More information about the fedora-extras-commits mailing list