Summary: Wordpress plugin for Fedora URL: http://wordpress.org/latest.tar.gz Name: wordpress-plugin-fedora-release-counter Version: 1.0 Release: 1%{?dist} Group: Applications/Publishing License: GPLv2 Source0: http://sijis.fedorapeople.org/packages/wordpress/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: wordpress BuildArch: noarch %description This is a plugin that displays the Fedora release countdown banner. %prep %setup -q %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/wordpress/wp-content/plugins cp -pr * %{buildroot}%{_datadir}/wordpress/wp-content/plugins # Remove empty files to make rpmlint happy find %{buildroot} -empty -exec rm -f {} \; %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %dir %{_datadir}/wordpress/wp-content/plugins %{_datadir}/wordpress/wp-content/plugins/fedora-release-counter.php %changelog * Sun Nov 29 2010 Sijis Aviles - 1.0 - initial version of wordpress-plugin-fedora-release-counter