SPECS: cogito.spec - patch0 is unnecessary - adapterized - rel 2

witekfl witekfl at pld-linux.org
Sun Jul 16 19:04:40 CEST 2006


Author: witekfl                      Date: Sun Jul 16 17:04:40 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- patch0 is unnecessary
- adapterized
- rel 2

---- Files affected:
SPECS:
   cogito.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/cogito.spec
diff -u SPECS/cogito.spec:1.29 SPECS/cogito.spec:1.30
--- SPECS/cogito.spec:1.29	Tue Jun 27 10:02:42 2006
+++ SPECS/cogito.spec	Sun Jul 16 19:04:35 2006
@@ -3,12 +3,11 @@
 Summary(pl):	Cogito - popularny system kontroli wersji korzystający z git
 Name:		cogito
 Version:	0.17.3
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Development/Tools
 Source0:	http://kernel.org/pub/software/scm/cogito/%{name}-%{version}.tar.bz2
 # Source0-md5:	9655d0d353b62b635ece4fb617457b36
-Patch0:		%{name}-share_common_scripts.patch
 URL:		http://kernel.org/pub/software/scm/cogito/
 BuildRequires:	asciidoc
 BuildRequires:	curl-devel
@@ -27,20 +26,19 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Cogito is the most popular version control system on top of GIT. 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.
+Cogito is the most popular version control system on top of GIT. 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.
 
 %description -l pl
-Cogito jest najpopularniejszym system kontroli wersji będący nakładką na
-GIT. W zamierzeniu ma to być spójny i łatwy w użyciu interfejs
+Cogito jest najpopularniejszym system kontroli wersji będący nakładką
+na GIT. W zamierzeniu ma to być spójny i łatwy w użyciu interfejs
 dostarczając lepszych wrażeń z używania niż "czysty" GIT czy inne
 systemy kontroli wersji.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
@@ -54,8 +52,7 @@
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
-	prefix=%{_prefix} \
-	libdir=%{_libdir}/cogito
+	prefix=%{_prefix}
 
 %{__make} -C Documentation install \
 	DESTDIR=$RPM_BUILD_ROOT \
@@ -67,10 +64,11 @@
 %files
 %defattr(644,root,root,755)
 # COPYING contains additional note
-%doc COPYING README Documentation/*.html 
+%doc COPYING README Documentation/*.html
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_datadir}/cogito
 %{_mandir}/man*/*
+%{_prefix}/lib/cogito
 
 %define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -78,6 +76,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2006/07/16 17:04:35  witekfl
+- patch0 is unnecessary
+- adapterized
+- rel 2
+
 Revision 1.29  2006/06/27 08:02:42  pluto
 - updated to 0.17.3.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cogito.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list