From 85304116105efb6867c16c92a38d499ac98d2289 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 11 Apr 2017 10:11:49 +0200 Subject: [PATCH] - 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 -- 2.44.0