# HG changeset patch
# User Sjoerd Mullender <sjoerd@acm.org>
# Date 1501835101 -7200
# Node ID fff2bebbc7e3ee6d64f921af462585269f5d3aea
# Parent  a72624c58ddf9793ab6b8070c8ad7e2f86e0844f
Add extensions to files so that "make install" can be used on a case-squashing file system.

diff --git a/COPYING b/COPYING.txt
rename from COPYING
rename to COPYING.txt
diff --git a/INSTALL b/INSTALL.txt
rename from INSTALL
rename to INSTALL.txt
diff --git a/README b/README.txt
rename from README
rename to README.txt
--- a/README
+++ b/README.txt
@@ -9,9 +9,9 @@ The php API aims at being compatible wit
 
  - examples/simple_query.php - an example of php+monetdb in action
 
- - INSTALL - note about installing and using the native interface
+ - INSTALL.txt - note about installing and using the native interface
 
- - TODO: list of pending tasks.
+ - TODO.txt: list of pending tasks.
 
 == Benchmark ==
 
diff --git a/TODO b/TODO.txt
rename from TODO
rename to TODO.txt
diff --git a/php-monetdb.spec b/php-monetdb.spec
--- a/php-monetdb.spec
+++ b/php-monetdb.spec
@@ -1,6 +1,6 @@
 Name:		php-monetdb
 Version:	1.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	MonetDB php interface
 Group: Applications/Databases
 
@@ -41,7 +41,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files
-%license COPYING
+%license COPYING.txt
 %defattr(-,root,root)
 %dir %{_datadir}/php/monetdb
 %{_datadir}/php/monetdb/*