SPECS: tla.spec - rel 3; fix docs build

arekm arekm at pld-linux.org
Mon Jan 2 16:09:10 CET 2006


Author: arekm                        Date: Mon Jan  2 15:09:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3; fix docs build

---- Files affected:
SPECS:
   tla.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/tla.spec
diff -u SPECS/tla.spec:1.22 SPECS/tla.spec:1.23
--- SPECS/tla.spec:1.22	Mon Jan  2 13:53:46 2006
+++ SPECS/tla.spec	Mon Jan  2 16:09:03 2006
@@ -3,7 +3,7 @@
 Summary(pl):	tla arch - system kontroli wersji
 Name:		tla
 Version:	1.3.3
-Release:	2
+Release:	3
 Epoch:		1
 License:	GPL v2
 Group:		Development/Version Control
@@ -14,6 +14,7 @@
 Requires:	diffutils
 Requires:	patch
 Requires:	tar
+BuildRequires:	findutils
 BuildRequires:	neon-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -66,7 +67,12 @@
 
 %{__make} -j1 -C src/=build install
 
-rm -rf html/.arch-ids
+rm -rf html
+cp -a src/docs-tla html
+find html -type f ! -name "*.html" -exec rm -rf "{}" ";"
+find html -type d -name ".arch-ids" -exec rm -rf "{}" ";" || :
+find html -type d -name "{arch}" -exec rm -rf "{}" ";" || :
+
 rm -rf $RPM_BUILD_ROOT%{_libdir}
 rm -rf $RPM_BUILD_ROOT%{_prefix}/src
 
@@ -84,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2006/01/02 15:09:03  arekm
+- rel 3; fix docs build
+
 Revision 1.22  2006/01/02 12:53:46  arekm
 - rebuild with new neon
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tla.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list