summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-25 09:22:38 +0200
committerRemi Collet <remi@remirepo.net>2020-09-25 09:22:38 +0200
commit81e9399d611bf692c4a5c011db5b8a53295eaf5a (patch)
tree6433769b9af72b3c6ed6652fd5c49a50ec7107df
parent13fdad5a9730d2f1e1025ac08efe7e3e638e3339 (diff)
clean
-rw-r--r--php-pecl-ip2location.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/php-pecl-ip2location.spec b/php-pecl-ip2location.spec
index d0d55fc..388ac43 100644
--- a/php-pecl-ip2location.spec
+++ b/php-pecl-ip2location.spec
@@ -101,7 +101,10 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-chmod -x *.c *.h LICENSE README
+sed -e "s/\r//" -i LICENSE CREDITS README
+chmod -x *.c *.h LICENSE CREDITS README
+
+: Patches
mv test tests
sed -e "s/\r//" -i *.c config.m4
%patch0 -p1 -b .pr5
@@ -229,7 +232,6 @@ fi
%endif
-
%changelog
* Fri Sep 25 2020 Remi Collet <remi@remirepo.net> - 8.0.1-6
- add patches for library version 8.1 and for PHP 8 from