Author: glen Date: Wed Sep 8 13:54:07 2010 GMT Module: packages Tag: HEAD ---- Log message: - theme-twentyten subpackage - add config patch
---- Files affected: packages/wordpress: wordpress.spec (1.63 -> 1.64) ---- Diffs: ================================================================ Index: packages/wordpress/wordpress.spec diff -u packages/wordpress/wordpress.spec:1.63 packages/wordpress/wordpress.spec:1.64 --- packages/wordpress/wordpress.spec:1.63 Wed Sep 8 14:00:06 2010 +++ packages/wordpress/wordpress.spec Wed Sep 8 15:54:02 2010 @@ -6,7 +6,7 @@ Summary(pl.UTF-8): Osobisty system publikacji Name: wordpress Version: 3.0.1 -Release: 0.3 +Release: 0.5 License: GPL v2 Group: Applications/Publishing Source0: http://wordpress.org/%{name}-%{version}.tar.gz @@ -24,6 +24,7 @@ Source10: rss.php Source11: rss-functions.php Patch0: %{name}.patch +Patch1: configpath.patch URL: http://www.wordpress.org/ BuildRequires: gettext-devel BuildRequires: rpmbuild(macros) >= 1.553 @@ -77,12 +78,31 @@ po pierwszej instalacji. Potem należy go odinstalować, jako że pozostawienie plików instalacyjnych mogłoby być niebezpieczne. +%package theme-twentyten +Summary: Wordpress MU default theme +Group: Applications/WWW +URL: http://wordpress.org/extend/themes/twentyten +Requires: %{name} = %{version}-%{release} + +%description theme-twentyten +The 2010 theme for WordPress is stylish, customizable, simple, and +readable. + +Make it yours with a custom menu, header image, and background. Twenty +Ten supports six widgetized areas (two in the sidebar, four in the +footer) and featured images (thumbnails for gallery posts and custom +header images for posts and pages). It includes stylesheets for print +and the admin Visual Editor, special styles for posts in the "Asides" +and "Gallery" categories, and has an optional one-column page template +that removes the sidebar. + %prep %setup -qc mv %{name}/* . && rmdir %{name} %undos -f php,js,html cp -a wp-config{-sample,}.php %patch0 -p1 +%patch1 -p1 cp -a %{SOURCE3} . rm -f license.txt @@ -185,7 +205,6 @@ %{_appdir}/wp-content/plugins/akismet %dir %{_appdir}/wp-content/themes -%{_appdir}/wp-content/themes/twentyten %files setup %defattr(644,root,root,755) @@ -195,12 +214,20 @@ %{_appdir}/wp-setup.sh %{_appdir}/wp-admin +%files theme-twentyten +%defattr(644,root,root,755) +%{_appdir}/wp-content/themes/twentyten + %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.64 2010/09/08 13:54:02 glen +- theme-twentyten subpackage +- add config patch + Revision 1.63 2010/09/08 12:00:06 glen - package mu-plugins dir ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wordpress/wordpress.spec?r1=1.63&r2=1.64&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
