Fix version requirement and another upstream beta release.
This commit is contained in:
parent
98d078fe7e
commit
3ea19211e7
1 changed files with 7 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ URL: http://www.wordpress.org
|
|||
Name: wordpress
|
||||
Version: 3.3
|
||||
Group: Applications/Publishing
|
||||
Release: 0.1.%{betatag}%{?dist}
|
||||
Release: 0.3.%{betatag}%{?dist}
|
||||
License: GPLv2
|
||||
Source0: http://wordpress.org/%{name}-%{version}-%{betatag}.tar.gz
|
||||
Source1: wordpress-httpd-conf
|
||||
|
|
@ -18,7 +18,7 @@ Patch0: wordpress-debian_patches_hello.patch
|
|||
# Move wp-content to /var/www/wordpress/
|
||||
Patch1: wordpress-move-wp-content.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: php >= 4.1.0, webserver, php-mysql, php-gettext, php-simplepie
|
||||
Requires: php >= 5.2.4, webserver, php-mysql, php-gettext, php-simplepie
|
||||
Provides: wordpress-mu = %{version}-%{release}
|
||||
Obsoletes: wordpress-mu < 2.9.3
|
||||
BuildArch: noarch
|
||||
|
|
@ -116,8 +116,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%dir %{_sysconfdir}/wordpress
|
||||
|
||||
%changelog
|
||||
* Wed Nov 09 2011 'Matěj Cepl <mcepl@redhat.com>' - 3.3-0.1.beta3
|
||||
- Another upstream beta release.
|
||||
* Fri Nov 11 2011 'Matěj Cepl <mcepl@redhat.com>' - 3.3-0.3.beta3
|
||||
- Fix version requirement for php (Closes #753192)
|
||||
|
||||
* Wed Nov 09 2011 'Matěj Cepl <mcepl@redhat.com>' - 3.3-0.2.beta3
|
||||
- Another upstream beta release.
|
||||
|
||||
* Thu Oct 20 2011 'Matěj Cepl <mcepl@redhat.com>' - 3.3-0.1.beta2
|
||||
- New upstream beta release (just for Rawhide, to be sure we build)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue