]> git.pld-linux.org Git - packages/tla.git/commitdiff
- rel 3; fix docs build auto/ac/tla-1_3_3-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 2 Jan 2006 15:09:03 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tla.spec -> 1.23

tla.spec

index 8dcfa508548aae7a8ee7f39ccf33da491ddb4f51..a2ba7d32f0b4dfab02cb26396d3ebfbbc096e242 100644 (file)
--- a/tla.spec
+++ b/tla.spec
@@ -2,7 +2,7 @@ Summary:        tla arch - revision control system
 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
@@ -13,6 +13,7 @@ URL:          http://www.gnu.org/software/gnu-arch/
 Requires:      diffutils
 Requires:      patch
 Requires:      tar
+BuildRequires: findutils
 BuildRequires: neon-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -65,7 +66,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__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
 
This page took 0.764458 seconds and 4 git commands to generate.