Author: glen Date: Tue Dec 14 13:58:56 2010 GMT Module: packages Tag: HEAD ---- Log message: - downloader subpackage
---- Files affected: packages/magento: magento.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: packages/magento/magento.spec diff -u packages/magento/magento.spec:1.9 packages/magento/magento.spec:1.10 --- packages/magento/magento.spec:1.9 Mon Sep 6 10:10:04 2010 +++ packages/magento/magento.spec Tue Dec 14 14:58:51 2010 @@ -6,7 +6,7 @@ Summary: An open-source eCommerce platform focused on flexibility and control Name: magento Version: 1.4.1.1 -Release: 0.8 +Release: 0.10 License: Open Software License (OSL 3.0) Group: Applications/WWW URL: http://www.magentocommerce.com/ @@ -83,6 +83,14 @@ pierwszej instalacji. Potem należy go odinstalować, jako że pozostawienie plików instalacyjnych mogłoby być niebezpieczne. +%package downloader +Summary: Magento downloader +Group: Applications/WWW +Requires: %{name} = %{version}-%{release} + +%description downloader +Downloader for Magento. + %prep %setup -qc mv %{name}/{.??*,*} . && rmdir %{name} @@ -237,22 +245,38 @@ %{_appdir}/index.php #%{_appdir}/STATUS.txt +%exclude %{_appdir}/lib/Varien/Pear +%exclude %{_appdir}/lib/Varien/Pear.php +%exclude %{_appdir}/app/code/core/Mage/Install +%exclude %{_appdir}/app/design/install/default/default/template/install + %files setup %defattr(644,root,root,755) %{_appdir}/LICENSE.html %attr(755,root,root) %{_appdir}/pear %dir %{_appdir}/install.php -%dir %{_appdir}/downloader -%{_appdir}/downloader/* %dir %{_appdir}/pkginfo %{_appdir}/pkginfo/* +%{_appdir}/lib/Varien/Pear +%{_appdir}/lib/Varien/Pear.php + +%{_appdir}/app/code/core/Mage/Install +%{_appdir}/app/design/install/default/default/template/install + +%files downloader +%dir %{_appdir}/downloader +%{_appdir}/downloader/* + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2010/12/14 13:58:51 glen +- downloader subpackage + Revision 1.9 2010/09/06 08:10:04 glen - more files to setup package - try using system Zend/PEAR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/magento/magento.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
