diff options
| author | Remi Collet <remi@remirepo.net> | 2018-11-26 08:02:32 +0100 |
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-11-26 08:02:32 +0100 |
| commit | 3dd0d48a1270b8d3db24e131d26c0fa1de862b80 (patch) | |
| tree | 3f182dbe6891075a0f20ce83ef66b9d66871e361 | |
| parent | be35c18b837f2690d883131bd2dbd5ec1ceca09f (diff) | |
minor fix for new upstreaml tarball
| -rw-r--r-- | php-pecl-xlswriter.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 92c0d50..701100c 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -99,11 +99,12 @@ mv %{pecl_name}-%{version} NTS # Don't install tests sed -e 's/role="test"/role="src"/' \ %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \ + -e '/name="library/d' \ -i package.xml cd NTS # we use the system library -#rm -r library +rm -r library # Sanity check, really often broken extver=$(sed -n '/#define PHP_XLSWRITER_VERSION/{s/.* "//;s/".*$//;p}' php_xls_writer.h) |
