-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcogito.spec.in
98 lines (76 loc) · 2.72 KB
/
cogito.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Name: cogito
Version: @@VERSION@@
Release: 1%{?dist}
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 >= 1.4.4
BuildRequires: asciidoc, xmlto
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 %{_smp_mflags} all doc
%install
rm -rf $RPM_BUILD_ROOT
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
%files
%defattr(-,root,root)
%{_bindir}/*
%dir %{_libdir}/cogito
%{_libdir}/cogito/*
%dir %{_datadir}/cogito
%{_datadir}/cogito/*
%{_mandir}/man*/*
%doc README COPYING Documentation/tutorial-script
%changelog
* Tue Jan 10 2006 Chris Wright <[email protected]> 0.16.2-2
- add xmlto to BuildRequires
* Thu Dec 8 2005 H. Peter Anvin <[email protected]>
- add %{_smp_mflags}
* Tue Nov 1 2005 Pavel Roskin <[email protected]> 0.15.1-1
- generate and include manuals
* Tue Oct 11 2005 Chris Wright <[email protected]> 0.15.1-1
- use %dist
* Fri Sep 16 2005 Chris Wright <[email protected]> 0.14.1-2
- fix _libdir breakage on 64-bit, the irony...
* Thu Sep 15 2005 Chris Wright <[email protected]> 0.14.1-1
- Update to 0.14.1
* Mon Aug 15 2005 Chris Wright <[email protected]> 0.13-3
- Update Buildroot, Requires and drop Vendor
- use %{_libdir}
* Wed Aug 10 2005 Pavel Roskin <[email protected]> 0.13-1
- Update summary and description
- Make architecture-independent
* Wed Jul 6 2005 Chris Wright <[email protected]> 0.12-1
- update spec file
* Thu Jun 9 2005 Chris Wright <[email protected]> 0.11.3-1
- Add openssl patch from Dan Holmsand <[email protected]>
- Add cg-Xlib patch to fix showdate output
- Update %files with changes inspired by Neil Horman <[email protected]>
* Mon May 9 2005 H. Peter Anvin <[email protected]> 0.10-1
- New upstream revision
- Rename spec file to cogito.spec
* Wed Apr 27 2005 Terje Rosten <[email protected]> 0.8-2
- Doc files
- Use %%{_prefix} macro
- Rename spec file
- Drop -n option to %%setup macro
* Mon Apr 25 2005 Chris Wright <[email protected]> 0.8-1
- Update to cogito, rename package, move to /usr/bin, update prereqs
* Mon Apr 25 2005 Chris Wright <[email protected]> 0.7-1
- Update to 0.7
* Thu Apr 21 2005 Chris Wright <[email protected]> 0.6.3-1
- Initial rpm build