New upstream beta
This commit is contained in:
parent
5a7896180d
commit
dd857dc899
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,3 +18,4 @@ wordpress-3.0.1.tar.gz
|
|||
/wordpress-3.3.tar.gz
|
||||
/wordpress-3.3.1.tar.gz
|
||||
/wordpress-3.4-beta1.tar.gz
|
||||
/wordpress-3.4-beta2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
eaa8214e9f72a48ce5452eb59eeec62a wordpress-3.4-beta1.tar.gz
|
||||
5d190e04951782408b98bcd9c9eef013 wordpress-3.4-beta2.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
%global wp_content %{_datadir}/wordpress/wp-content
|
||||
%global betatag beta1
|
||||
%global betatag beta2
|
||||
|
||||
Summary: Blog tool and publishing platform
|
||||
URL: http://www.wordpress.org
|
||||
Name: wordpress
|
||||
Version: 3.4
|
||||
Group: Applications/Publishing
|
||||
Release: 0.1.%{betatag}%{?dist}
|
||||
Release: 0.2.%{betatag}%{?dist}
|
||||
License: GPLv2
|
||||
Source0: http://wordpress.org/%{name}-%{version}-%{betatag}.tar.gz
|
||||
Source1: wordpress-httpd-conf
|
||||
|
|
@ -116,6 +116,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%dir %{_sysconfdir}/wordpress
|
||||
|
||||
%changelog
|
||||
* Mon Apr 16 2012 Matěj Cepl <mcepl@redhat.com> - 3.4-0.2.beta2
|
||||
- And yet another upstream beta
|
||||
|
||||
* Thu Apr 05 2012 'Matej Cepl <mcepl@redhat.com>' - 3.4-0.1.beta1
|
||||
- New upstream beta release (just for Rawhide, to be sure we build)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue