SPECS: php-pear-PEAR_Size.spec (NEW) - new
adamg
adamg at pld-linux.org
Sun May 18 11:37:07 CEST 2008
Author: adamg Date: Sun May 18 09:37:07 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
php-pear-PEAR_Size.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/php-pear-PEAR_Size.spec
diff -u /dev/null SPECS/php-pear-PEAR_Size.spec:1.1
--- /dev/null Sun May 18 11:37:07 2008
+++ SPECS/php-pear-PEAR_Size.spec Sun May 18 11:37:02 2008
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.php
+%define _class PEAR
+%define _subclass Size
+%define _status alpha
+%define _pearname PEAR_Size
+Summary: %{_pearname} - determine and list how much filespace each installed package consumes
+Summary(pl.UTF-8): %{_pearname} - narzędzie do określania miejsca zajmowanego przez zainstalowane klasy PEAR
+Name: php-pear-%{_pearname}
+Version: 0.1.3
+Release: 1
+License: LGPL
+Group: Development/Languages/PHP
+Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 587c892fab8bd96ee86a6593cb79449f
+URL: http://pear.php.net/package/PEAR_Size/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires: php-pear
+Requires: php-pear-Console_Getargs >= 1.3.4
+Requires: php-pear-Console_Table >= 1.0.8
+Requires: php-pear-HTML_Table >= 1.8.2
+Requires: php-pear-PEAR >= 1.4.0
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A commandline tool modeled on 'df' that lists how much filespace each
+installed package consumes. A subset of packages can be specified as
+can channels.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Wzorowane na `df' narzędzie do określania ile przestrzeni dyskowej
+zajmuje zainstlowany pakiet. Zestaw pakietów może być określony w
+postaci kanałów.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{php_pear_dir},%{_bindir}}
+%pear_package_install
+install usr/bin/pearsize $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log docs/PEAR_Size/{docs/script-usage.txt,TODO}
+%{php_pear_dir}/.registry/*.reg
+%attr(755,root,root) %{_bindir}/pearsize
+%{php_pear_dir}/PEAR/Command/*
+%{php_pear_dir}/PEAR/Size
+%{php_pear_dir}/PEAR/Size.php
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008-05-18 09:37:02 adamg
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list