SPECS: cogito.spec - fix noarch error: cogito-0.17.2-1.noarch.rpm ...
pluto
pluto at pld-linux.org
Sun Apr 16 17:30:36 CEST 2006
Author: pluto Date: Sun Apr 16 15:30:36 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix noarch error: cogito-0.17.2-1.noarch.rpm files differ among builders.
- release 2.
---- Files affected:
SPECS:
cogito.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/cogito.spec
diff -u SPECS/cogito.spec:1.27 SPECS/cogito.spec:1.28
--- SPECS/cogito.spec:1.27 Thu Apr 13 14:52:32 2006
+++ SPECS/cogito.spec Sun Apr 16 17:30:31 2006
@@ -1,16 +1,14 @@
# $Revision$, $Date$
-# TODO:
-# - /usr/lib{,64}/cogito doesn't seem to be a good place for bash
-# scripts
Summary: Cogito - a popular version control system built on top of git
Summary(pl): Cogito - popularny system kontroli wersji korzystający z git
Name: cogito
Version: 0.17.2
-Release: 1
+Release: 2
License: GPL v2
Group: Development/Tools
Source0: http://kernel.org/pub/software/scm/cogito/%{name}-%{version}.tar.bz2
# Source0-md5: bdaa2dfc22f7fc561eb7a4a24aedf2e9
+Patch0: %{name}-share_common_scripts.patch
URL: http://kernel.org/pub/software/scm/cogito/
BuildRequires: asciidoc
BuildRequires: curl-devel
@@ -42,6 +40,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__make} \
@@ -70,7 +69,7 @@
# COPYING contains additional note
%doc COPYING README Documentation/*.html
%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/cogito
+%attr(755,root,root) %{_datadir}/cogito
%{_mandir}/man*/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -79,6 +78,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2006/04/16 15:30:31 pluto
+- fix noarch error: cogito-0.17.2-1.noarch.rpm files differ among builders.
+- release 2.
+
Revision 1.27 2006/04/13 12:52:32 spider
- up to 0.17.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cogito.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list