Prerelease version.

This commit is contained in:
Matěj Cepl 2011-06-19 02:56:15 +02:00
commit d264d00d9d
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ wordpress-3.0.1.tar.gz
/wordpress-3.1.1.tar.gz
/wordpress-3.1.2.tar.gz
/wordpress-3.1.3.tar.gz
/wordpress-3.2-RC1.zip

View file

@ -1 +1 @@
dd0323f13f5b1c44636bb3db5ca1c717 wordpress-3.1.3.tar.gz
1e65441aabdd84d42d93abda02fac8b6 wordpress-3.2-RC1.zip

View file

@ -1,11 +1,11 @@
Summary: Blog tool and publishing platform
URL: http://www.wordpress.org
Name: wordpress
Version: 3.1.3
Version: 3.2
Group: Applications/Publishing
Release: 3%{?dist}
Release: 0.1.RC1%{?dist}
License: GPLv2
Source0: http://wordpress.org/%{name}-%{version}.tar.gz
Source0: http://wordpress.org/%{name}-%{version}-RC1.zip
Source1: wordpress-httpd-conf
Source2: README.fedora.wordpress
Source3: README.fedora.wordpress-mu
@ -14,9 +14,6 @@ Source3: README.fedora.wordpress-mu
Patch0: wordpress-debian_patches_hello.patch
# Move wp-content to /var/www/wordpress/
Patch1: wordpress-move-wp-content.patch
# Fix FSF address (again) ... patch posted upstream
# http://core.trac.wordpress.org/ticket/14967
Patch2: wordpress-FSF-address.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: php >= 4.1.0, webserver, php-mysql, php-gettext, php-simplepie
Provides: wordpress-mu = %{version}-%{release}
@ -32,7 +29,6 @@ almost trivial, to get information out to people on the web.
%patch0 -p1 -b .dolly
#%patch1 -p1 -b .rhbz522897
%patch2 -p1 -b .FSFaddr
# disable wp_version_check, updates are always installed via rpm
sed -i -e "s,\(.*\)'wp_version_check'\(.*\),#\1'wp_version_check'\2,g" \
@ -107,6 +103,9 @@ rm -rf ${RPM_BUILD_ROOT}
%dir %{_sysconfdir}/wordpress
%changelog
* Sun Jun 19 2011 Matěj Cepl <mcepl@redhat.com> - 3.2-0.1.RC1
- Prerelease version.
* Thu Jun 02 2011 Matěj Cepl <mcepl@redhat.com> - 3.1.3-3
- Actually, we just don't need gettext.php at all, it is provided by
php itself. Just remove the file, don't make a symlink.