diff --git a/.gitignore b/.gitignore index 5be01e7..6129fe9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ clog /php-smbclient-0.8.0-8b9587d.tgz /smbclient-0.8.0RC1.tgz +/smbclient-0.8.0.tgz diff --git a/php-smbclient.spec b/php-smbclient.spec index c57337c..1fc7c24 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -14,7 +14,6 @@ %{!?__pecl: %global __pecl %{_bindir}/pecl} %{!?__php: %global __php %{_bindir}/php} -%global prever RC1 %global pecl_name smbclient %global with_zts 0%{?__ztsphp:1} %if "%{php_version}" < "5.6" @@ -27,7 +26,7 @@ Name: php-smbclient Version: 0.8.0 -Release: 0.5.%{prever}%{?dist} +Release: 1%{?dist} Summary: PHP wrapper for libsmbclient Group: Development/Languages @@ -79,7 +78,9 @@ to PHP programs. mv %{pecl_name}-%{version}%{?prever} NTS # Don't install/register tests -sed -e 's/role="test"/role="src"/' -i package.xml +sed -e 's/role="test"/role="src"/' \ + %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \ + -i package.xml cd NTS # Check extension version @@ -184,6 +185,9 @@ fi %changelog +* Wed Mar 2 2016 Remi Collet - 0.8.0-1 +- update to 0.8.0 (stable, no change) + * Thu Feb 04 2016 Fedora Release Engineering - 0.8.0-0.5.RC1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild @@ -218,4 +222,4 @@ fi - open https://github.com/eduardok/libsmbclient-php/pull/18 add reflection and improve phpinfo - open https://github.com/eduardok/libsmbclient-php/issues/19 - missing license file \ No newline at end of file + missing license file diff --git a/sources b/sources index f875fee..a3dcf9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3dc416a12ab1dd5788821c2bccd2685b smbclient-0.8.0RC1.tgz +20ab4e347c6e2bb528778199de6f34f6 smbclient-0.8.0.tgz