Parcourir la source

php-ext-memcached-3.2.0-2.rc2

Tomohiro "Tomo-p" KATO il y a 3 ans
Parent
commit
e92d98260f
1 fichiers modifiés avec 14 ajouts et 47 suppressions
  1. 14 47
      p/php-ext-memcached/php-ext-memcached-vl.spec

+ 14 - 47
p/php-ext-memcached/php-ext-memcached-vl.spec

@@ -1,31 +1,25 @@
 # needs launching memcached
 %bcond_with test
 
-%define build_targets 74 80 81
+%define build_targets 81
 %define extname memcached
 
-%global gitdate 20211126
-%global githash 60a8f9f8810aab2b4cff16b05667c6d4af85ef09
-
-%define srcdir php-%{extname}-%{?githash:%{githash}}%{!?githash:%{version}}
+%define srcdir memcached-3.2.0RC2
 
 Summary: memcached extension for PHP
 Summary(ja): PHP用memcached拡張
 Name: php-ext-memcached
-Version: 3.1.5%{?gitdate:.git%{gitdate}}
-Release: 1%{_dist_release}
+Version: 3.2.0
+Release: 2.rc2%{_dist_release}
 Group: programming
 Vendor: Project Vine
 Distribution: Vine Linux
 Packager: tomop
 
 License: The PHP License
-%if %{?githash:1}%{!?githash:0}
-Source: https://github.com/php-memcached-dev/php-memcached/archive/%{githash}.tar.gz
-%else
-Source: https://github.com/php-memcached-dev/php-memcached/archive/v3.1.5.tar.gz#/php-%{extname}-%{version}.tar.gz
-%endif
-BuildRequires: libmemcached-devel
+Source: https://pecl.php.net/get/memcached-3.2.0RC2.tgz
+#Source: https://github.com/php-memcached-dev/php-memcached/archive/v%{version}.tar.gz#/php-%{extname}-%{version}.tar.gz
+BuildRequires: libmemcached-awesome-devel
 BuildRequires: zlib-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -36,38 +30,6 @@ This module enable to access memcached in PHP scripts.
 このモジュールは、PHPスクリプト中でmemcachedにアクセスできるようにします。
 
 
-%package -n php74-ext-%{extname}
-Summary: memcached extension for PHP-7.4
-Summary(ja): PHP-7.4用memcached拡張
-Group: programming
-BuildRequires: php74-devel
-%if "%{?req_php74_api}" != ""
-Requires: %{req_php74_api}
-%endif
-
-%description -n php74-ext-%{extname}
-This module enable to access memcached in PHP scripts.
-
-%description -n php74-ext-%{extname} -l ja
-このモジュールは、PHPスクリプト中でmemcachedにアクセスできるようにします。
-
-
-%package -n php80-ext-%{extname}
-Summary: memcached extension for PHP-8.0
-Summary(ja): PHP-8.0用memcached拡張
-Group: programming
-BuildRequires: php80-devel
-%if "%{?req_php80_api}" != ""
-Requires: %{req_php80_api}
-%endif
-
-%description -n php80-ext-%{extname}
-This module enable to access memcached in PHP scripts.
-
-%description -n php80-ext-%{extname} -l ja
-このモジュールは、PHPスクリプト中でmemcachedにアクセスできるようにします。
-
-
 %package -n php81-ext-%{extname}
 Summary: memcached extension for PHP-8.1
 Summary(ja): PHP-8.1用memcached拡張
@@ -149,12 +111,17 @@ done
 %endif
 
 
-%files -n php74-ext-%{extname} -f files.php74
-%files -n php80-ext-%{extname} -f files.php80
+#%files -n php74-ext-%{extname} -f files.php74
 %files -n php81-ext-%{extname} -f files.php81
 
 
 %changelog
+* Thu Mar 10 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.0-2.rc2
+- updated to 3.2.0RC2.
+
+* Tue Mar 08 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.0-1.rc1
+- updated to 3.2.0RC1.
+
 * Fri Nov 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.5.git20211126-1
 - sync to git HEAD.
 - added php81 support.