Compare commits

..

2 Commits

Author SHA1 Message Date
954209de1d * Tue Feb 19 2013 Remi Collet <remi@fedoraproject.org> - 1.0.0-6
- fix metadata location
2024-03-24 21:43:43 -04:00
75b7d2dc15 * Tue Feb 19 2013 Remi Collet <remi@fedoraproject.org> - 1.0.0-6
- fix metadata location
2024-03-24 21:43:03 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ NAME := php-pear-File-CSV
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$$$d/Makefile.common ] ; then if [ -f $$$$d/CVS/Root -a -w $$$$d/Makefile.common ] ; then cd $$$$d ; cvs -Q update ; fi ; echo "$$$$d/Makefile.common" ; break ; fi ; done
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))

View File

@ -14,7 +14,7 @@ Summary: Read and write of CSV files
Group: Development/Libraries
License: BSD
URL: http://pear.php.net/package/File_CSV
Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz
Source0: http://pear.php.net/get/File_CSV-%{version}.tgz
# https://pear.php.net/bugs/19255 patch fails with php 5.4
Patch0: file-csv-test.patch