]> git.pld-linux.org Git - packages/php4.git/commitdiff
- rel 55; fix version in so-name files auto/th/php4-4.4.9-55
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 11 Apr 2017 08:11:49 +0000 (10:11 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 11 Apr 2017 08:11:49 +0000 (10:11 +0200)
php4.spec

index c528b683a835367a2370677a9744f801230933d9..3526504326543f0a1027ab3652bc1e0f92e020de 100644 (file)
--- 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
This page took 0.125076 seconds and 4 git commands to generate.