diff options
-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 |