]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- put database includes to database packages
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 11 Jan 2006 22:30:09 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.spec -> 1.53

drupal.spec

index 3ce54a9eaf8fc65972197d7b4a4f5944a1025e0c..8796fca81bca9141e3d4e8a3711e744284196e2a 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Open source content management platform
 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
@@ -322,6 +322,8 @@ fi
 %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
@@ -350,10 +352,12 @@ fi
 %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)
This page took 0.799491 seconds and 4 git commands to generate.