[packages/php4] - rel 55; fix version in so-name files
arekm
arekm at pld-linux.org
Tue Apr 11 10:11:57 CEST 2017
commit 85304116105efb6867c16c92a38d499ac98d2289
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Apr 11 10:11:49 2017 +0200
- rel 55; fix version in so-name files
php4.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/php4.spec b/php4.spec
index c528b68..3526504 100644
--- a/php4.spec
+++ b/php4.spec
@@ -73,7 +73,7 @@
%undefine with_msession
%endif
-%define rel 54
+%define rel 55
Summary: PHP: Hypertext Preprocessor
Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
Summary(pl.UTF-8): Język skryptowy PHP
@@ -1867,6 +1867,8 @@ install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}} \
$RPM_BUILD_ROOT{/etc/apache/conf.d,/etc/httpd/conf.d} \
$RPM_BUILD_ROOT%{_mandir}/man1
+v=$(echo %{version} | cut -d. -f1-2)
+
# install the apache modules' files
%{__make} install-headers install-build install-modules install-programs \
INSTALL_ROOT=$RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php4.git/commitdiff/85304116105efb6867c16c92a38d499ac98d2289
More information about the pld-cvs-commit
mailing list