]> git.pld-linux.org Git - packages/anyterm.git/commitdiff
- fix %build (rm -rf BUILDROOT??)
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 16 Jul 2005 11:44:18 +0000 (11:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- simplify %build
- add changelog to %doc

Changed files:
    anyterm.spec -> 1.5

anyterm.spec

index a1f237ca8f30247e4b33b95e67a63e4312f6e99e..8def04cd5698643c43f6506a114273dfd9e1cc5c 100644 (file)
@@ -31,16 +31,11 @@ An apache module plus scripts to make a terminal within a web browser.
 mv -f browser/.htaccess htaccess
 
 %build
-rm -rf $RPM_BUILD_ROOT
-cd apachemod
-%{__make} \
+%{__make} -C apachemod \
        INCLUDES='-I%{_includedir}/apr-util' \
        APXS2=%{apxs} \
        APR_CONFIG=apr-1-config
-cd ..
-cd anygetty
-%{__make}
-cd ..
+%{__make} -C anygetty
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -80,7 +75,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc README htaccess
+%doc README CHANGELOG htaccess
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*
 %attr(755,root,root) %{_pkglibdir}/%{name}.so
 %attr(755,root,root) %{_sbindir}/anygetty
This page took 0.063138 seconds and 4 git commands to generate.