SPECS: anyterm.spec - fix %build (rm -rf BUILDROOT??) - simplify %...

glen glen at pld-linux.org
Sat Jul 16 13:44:23 CEST 2005


Author: glen                         Date: Sat Jul 16 11:44:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix %build (rm -rf BUILDROOT??)
- simplify %build
- add changelog to %doc

---- Files affected:
SPECS:
   anyterm.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/anyterm.spec
diff -u SPECS/anyterm.spec:1.4 SPECS/anyterm.spec:1.5
--- SPECS/anyterm.spec:1.4	Sat Jul 16 13:36:21 2005
+++ SPECS/anyterm.spec	Sat Jul 16 13:44:18 2005
@@ -32,16 +32,11 @@
 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
@@ -81,7 +76,7 @@
 
 %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
@@ -93,6 +88,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/07/16 11:44:18  glen
+- fix %build (rm -rf BUILDROOT??)
+- simplify %build
+- add changelog to %doc
+
 Revision 1.4  2005/07/16 11:36:21  glen
 - use apxs macro
 - include .htaccess as sample in %doc
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/anyterm.spec?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list