diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-09 11:02:17 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-09 11:02:17 +0100 |
commit | 81537c8e52e65ae450f955a20d71101e443e2776 (patch) | |
tree | 726ee95cef860501f8ec2669de6e7e6c9a08dcb6 | |
parent | 652c12d773961abf1b2a31782a881c25c3ccac76 (diff) |
-rw-r--r-- | php-channel-dropbox-php.spec | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/php-channel-dropbox-php.spec b/php-channel-dropbox-php.spec index 321759d..1c24b96 100644 --- a/php-channel-dropbox-php.spec +++ b/php-channel-dropbox-php.spec @@ -6,16 +6,20 @@ Version: 1.3 Release: 3%{?dist} Summary: Adds the Dropbox-PHP channel to PEAR +Group: Development/Languages License: Public Domain URL: http://www.dropbox-php.com/ Source0: http://%{channelname}/channel.xml -BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch BuildRequires: php-pear(PEAR) -Requires: php-pear(PEAR) -Requires(post): %{__pear} -Requires(postun): %{__pear} -Provides: php-channel(%{channelname}) + +Requires: php-pear(PEAR) +Requires(post): %{__pear} +Requires(postun): %{__pear} + +Provides: php-channel(%{channelname}) %description This package adds the Dropbox-PHP channel which allows PEAR packages @@ -49,11 +53,15 @@ fi %files +%defattr(-,root,root,-) %{pear_xmldir}/%{name}.xml %changelog +* Sat Mar 09 2013 Remi Collet <rpms@famillecollet.com> - 1.3-3 +- backport for remi repo + * Thu Feb 28 2013 Gregor Tätzner <brummbq@fedoraproject.org> - 1.3-3 - channelname: pear.dropbox-php.com @@ -61,4 +69,4 @@ fi - install channel.xml as %%{name} * Tue Feb 19 2013 Gregor Tätzner <brummbq@fedoraproject.org> - 1.3-1 -- Initial package
\ No newline at end of file +- Initial package |