diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-07 09:55:35 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-07 09:55:35 +0100 |
commit | 89b2b3ff2a86d681fc0fb356356e2e3aa2960637 (patch) | |
tree | ff3a55b6f5c33ffaa03cb3aa5325490a74dbe6e5 | |
parent | 282e07129455d785120bf828b8ac3390c7ef2a5e (diff) |
php-simplepie: pull Fedora changes
-rw-r--r-- | php-simplepie.spec | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/php-simplepie.spec b/php-simplepie.spec index 43411f2..13cbcda 100644 --- a/php-simplepie.spec +++ b/php-simplepie.spec @@ -1,5 +1,5 @@ # remirepo spec file for php-simplepie, from: - +# # Fedora spec file for php-simplepie # # License: MIT @@ -60,12 +60,14 @@ Autoloader: %{_datadir}/php/%{name}/autoloader.php %prep -%setup -q -n %{gh_project}-%{gh_commit} +%setup -qn %{gh_project}-%{gh_commit} %patch0 -p1 -b .rpm +# fix rpmlint warnings find . -type f -exec chmod -x {} \; -rm demo/cache/.gitignore +# drop demo; contains flash files +rm -rf demo %build @@ -115,11 +117,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE.txt demo +%doc LICENSE.txt %{_datadir}/php/%{name} %changelog +* Sat Jan 07 2017 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.4.3-2 +- Drop demo directory that contains flash files (bz #1000260) + * Sun Nov 27 2016 Remi Collet <remi@fedoraproject.org> - 1.4.3-1 - update to 1.4.3 |