SPECS: hk_classes.spec - re-entrant %install
glen
glen at pld-linux.org
Sun Jul 10 13:27:13 CEST 2005
Author: glen Date: Sun Jul 10 11:27:13 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- re-entrant %install
---- Files affected:
SPECS:
hk_classes.spec (1.45 -> 1.46)
---- Diffs:
================================================================
Index: SPECS/hk_classes.spec
diff -u SPECS/hk_classes.spec:1.45 SPECS/hk_classes.spec:1.46
--- SPECS/hk_classes.spec:1.45 Sun Jul 10 12:39:46 2005
+++ SPECS/hk_classes.spec Sun Jul 10 13:27:08 2005
@@ -204,8 +204,10 @@
# drivers are dlopened by *.so
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/drivers/lib*.{la,a}
+
+cp -a documentation apidocs
# remove Makefiles from docs for %%files apidocs simplification
-rm -f documentation/{api,tutorial}/Makefile*
+rm -f apidocs/{api,tutorial}/Makefile*
%clean
rm -rf $RPM_BUILD_ROOT
@@ -269,7 +271,7 @@
%files apidocs
%defattr(644,root,root,755)
-%doc documentation/api documentation/tutorial
+%doc apidocs/api apidocs/tutorial
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -277,6 +279,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.46 2005/07/10 11:27:08 glen
+- re-entrant %install
+
Revision 1.45 2005/07/10 10:39:46 twittner
- killed `TODO: Join dir.patch and dir2.patch'
- rel. 0.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/hk_classes.spec?r1=1.45&r2=1.46&f=u
More information about the pld-cvs-commit
mailing list