From 81537c8e52e65ae450f955a20d71101e443e2776 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 9 Mar 2013 11:02:17 +0100 Subject: php-channel-dropbox-php: backport --- php-channel-dropbox-php.spec | 20 ++++++++++++++------ 1 file 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 - 1.3-3 +- backport for remi repo + * Thu Feb 28 2013 Gregor Tätzner - 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 - 1.3-1 -- Initial package \ No newline at end of file +- Initial package -- cgit