Test commit
[cogito/jonas.git] / cogito.spec.in
bloba1ca3862d73dff4e79e1b406e70a346153304d72
1 Name: cogito
2 Version: @@VERSION@@
3 Release: 1%{?dist}
4 Summary: The Cogito Version Control System
5 License: GPL
6 Group: Development/Tools
7 URL: http://kernel.org/pub/software/scm/cogito/
8 Source: http://kernel.org/pub/software/scm/cogito/%{name}-%{version}.tar.gz
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10 Requires: git-core >= 1.4.4
11 BuildRequires: asciidoc, xmlto
12 BuildArch: noarch
14 %description
15 Cogito is a version control system layered on top of the git tree history
16 storage system. It aims at seamless user interface and ease of use, providing
17 generally smoother user experience than the "raw" Core GIT itself and indeed
18 many other version control systems.
20 %prep
21 %setup -q
23 %build
25 make %{_smp_mflags} all doc
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} libdir=%{_libdir}/cogito mandir=%{_mandir} \
30 install install-doc
31 rm -rf $RPM_BUILD_ROOT/%{_prefix}/share/doc/cogito/txt
33 %clean
34 rm -rf $RPM_BUILD_ROOT
36 %files
37 %defattr(-,root,root)
38 %{_bindir}/*
39 %dir %{_libdir}/cogito
40 %{_libdir}/cogito/*
41 %dir %{_datadir}/cogito
42 %{_datadir}/cogito/*
43 %{_mandir}/man*/*
44 %doc README COPYING Documentation/tutorial-script
46 %changelog
47 * Tue Jan 10 2006 Chris Wright <chrisw@redhat.com> 0.16.2-2
48 - add xmlto to BuildRequires
50 * Thu Dec 8 2005 H. Peter Anvin <hpa@zytor.com>
51 - add %{_smp_mflags}
53 * Tue Nov 1 2005 Pavel Roskin <proski@gnu.org> 0.15.1-1
54 - generate and include manuals
56 * Tue Oct 11 2005 Chris Wright <chrisw@osdl.org> 0.15.1-1
57 - use %dist
59 * Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.14.1-2
60 - fix _libdir breakage on 64-bit, the irony...
62 * Thu Sep 15 2005 Chris Wright <chrisw@osdl.org> 0.14.1-1
63 - Update to 0.14.1
65 * Mon Aug 15 2005 Chris Wright <chrisw@osdl.org> 0.13-3
66 - Update Buildroot, Requires and drop Vendor
67 - use %{_libdir}
69 * Wed Aug 10 2005 Pavel Roskin <proski@gnu.org> 0.13-1
70 - Update summary and description
71 - Make architecture-independent
73 * Wed Jul 6 2005 Chris Wright <chrisw@osdl.org> 0.12-1
74 - update spec file
76 * Thu Jun 9 2005 Chris Wright <chrisw@osdl.org> 0.11.3-1
77 - Add openssl patch from Dan Holmsand <holmsand@gmail.com>
78 - Add cg-Xlib patch to fix showdate output
79 - Update %files with changes inspired by Neil Horman <nhorman@redhat.com>
81 * Mon May 9 2005 H. Peter Anvin <hpa@zytor.com> 0.10-1
82 - New upstream revision
83 - Rename spec file to cogito.spec
85 * Wed Apr 27 2005 Terje Rosten <terje.rosten@ntnu.no> 0.8-2
86 - Doc files
87 - Use %%{_prefix} macro
88 - Rename spec file
89 - Drop -n option to %%setup macro
91 * Mon Apr 25 2005 Chris Wright <chrisw@osdl.org> 0.8-1
92 - Update to cogito, rename package, move to /usr/bin, update prereqs
94 * Mon Apr 25 2005 Chris Wright <chrisw@osdl.org> 0.7-1
95 - Update to 0.7
97 * Thu Apr 21 2005 Chris Wright <chrisw@osdl.org> 0.6.3-1
98 - Initial rpm build