generated from smedev/Template-for-SMEServer-Core-Perl
Compare commits
No commits in common. "954209de1de906480f4b2621b256265e05bf0438" and "9b71bd5796b1ac9f9779cc42d79762f25db6be1c" have entirely different histories.
954209de1d
...
9b71bd5796
2
Makefile
2
Makefile
@ -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))
|
||||
|
@ -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/File_CSV-%{version}.tgz
|
||||
Source0: http://pear.php.net/get/%{pear_name}-%{version}.tgz
|
||||
|
||||
# https://pear.php.net/bugs/19255 patch fails with php 5.4
|
||||
Patch0: file-csv-test.patch
|
||||
|
Loading…
Reference in New Issue
Block a user