SPECS: colordiff.spec - 1.0.6a - one more script added, docs build...

blues blues at pld-linux.org
Sun Oct 21 21:37:57 CEST 2007


Author: blues                        Date: Sun Oct 21 19:37:57 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1.0.6a - one more script added, docs building added, not working right
  now

---- Files affected:
SPECS:
   colordiff.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/colordiff.spec
diff -u SPECS/colordiff.spec:1.20 SPECS/colordiff.spec:1.21
--- SPECS/colordiff.spec:1.20	Mon Feb 12 22:23:51 2007
+++ SPECS/colordiff.spec	Sun Oct 21 21:37:52 2007
@@ -3,14 +3,16 @@
 Summary:	Perl script to colorize diffs
 Summary(pl.UTF-8):	Skrypt w Perlu do kolorowania diffów
 Name:		colordiff
-Version:	1.0.6
+Version:	1.0.6a
 Release:	1
-License:	GPL
+License:	GPL v3
 Group:		Applications/Text
-Source0:	http://dl.sourceforge.net/colordiff/%{name}-%{version}.tar.gz
-# Source0-md5:	a27bfccc24cd9874eb1d1abe40dc2457
+Source0:	http://colordiff.sourceforge.net/%{name}-%{version}.tar.gz
+# Source0-md5:	db49d0779a453c96f0859cd20b7b1aa9
 URL:		http://colordiff.sourceforge.net/
 BuildRequires:	rpm-perlprov
+# Required for docs:
+#BuildRequires:	xmlto
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,11 +26,16 @@
 %prep
 %setup -q
 
+%build
+# fails right now
+#%{__make} -j1 doc
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
 
 install %{name}.pl $RPM_BUILD_ROOT%{_bindir}/colordiff
+install cdiff.sh $RPM_BUILD_ROOT%{_bindir}/cdiff
 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install %{name}rc $RPM_BUILD_ROOT%{_sysconfdir}/%{name}rc
 
@@ -48,6 +55,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2007/10/21 19:37:52  blues
+- 1.0.6a - one more script added, docs building added, not working right
+  now
+
 Revision 1.20  2007/02/12 21:23:51  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/colordiff.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list