SPECS: drupal.spec - put database includes to database packages

glen glen at pld-linux.org
Wed Jan 11 23:30:15 CET 2006


Author: glen                         Date: Wed Jan 11 22:30:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- put database includes to database packages

---- Files affected:
SPECS:
   drupal.spec (1.52 -> 1.53) 

---- Diffs:

================================================================
Index: SPECS/drupal.spec
diff -u SPECS/drupal.spec:1.52 SPECS/drupal.spec:1.53
--- SPECS/drupal.spec:1.52	Wed Jan 11 21:22:01 2006
+++ SPECS/drupal.spec	Wed Jan 11 23:30:09 2006
@@ -5,7 +5,7 @@
 Summary(pl):	Platforma do zarządzania treścią o otwartych źródłach
 Name:		drupal
 Version:	%{_ver}.%{_patchlevel}
-Release:	0.20
+Release:	0.21
 License:	GPL
 Group:		Applications/WWW
 Source0:	http://drupal.org/files/projects/%{name}-%{version}.tar.gz
@@ -323,6 +323,8 @@
 %dir %{_appdir}
 %{_appdir}/database
 %{_appdir}/includes
+%exclude %{_appdir}/includes/database.mysql.inc
+%exclude %{_appdir}/includes/database.pgsql.inc
 %{_appdir}/modules
 %{_appdir}/scripts
 %dir %{_appdir}/themes
@@ -351,10 +353,12 @@
 %defattr(644,root,root,755)
 %doc database/*.mysql
 %doc README.replication
+%{_appdir}/includes/database.mysql.inc
 
 %files db-pgsql
 %defattr(644,root,root,755)
 %doc database/*.pgsql
+%{_appdir}/includes/database.pgsql.inc
 
 %files themes
 %defattr(644,root,root,755)
@@ -371,6 +375,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.53  2006/01/11 22:30:09  glen
+- put database includes to database packages
+
 Revision 1.52  2006/01/11 20:22:01  glen
 - drupal themes moved to separate package, so one can build completely own themes
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/drupal.spec?r1=1.52&r2=1.53&f=u



More information about the pld-cvs-commit mailing list