2 |
|
|
3 |
Summary: Distributed build system for RPMs |
Summary: Distributed build system for RPMs |
4 |
Name: plague |
Name: plague |
5 |
Version: 0.4.5.3 |
Version: 0.4.5.4 |
6 |
Release: 1%{?dist} |
Release: 1%{?dist}.1 |
7 |
License: GPLv2+ |
License: GPLv2+ |
8 |
Group: Development/Tools |
Group: Development/Tools |
9 |
#Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 |
#Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 |
10 |
Source: %{name}-%{version}.tar.bz2 |
Source: %{name}-%{version}.tar.bz2 |
11 |
|
Patch0: plague-0.4.5.4-pushscript-extras.patch |
12 |
URL: http://www.fedoraproject.org/wiki/Projects/Plague |
URL: http://www.fedoraproject.org/wiki/Projects/Plague |
13 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
14 |
BuildRequires: python |
BuildRequires: python |
80 |
|
|
81 |
%prep |
%prep |
82 |
%setup -q |
%setup -q |
83 |
|
%patch0 -p1 -b .extras |
84 |
|
find www -name \*.extras | xargs rm |
85 |
|
|
86 |
|
|
87 |
%build |
%build |
168 |
|
|
169 |
|
|
170 |
%changelog |
%changelog |
171 |
|
* Sun Sep 7 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0.4.5.4-1.extras |
172 |
|
- update to 0.4.5.4 and update pushscript-extras patch |
173 |
|
|
174 |
|
* Sun Sep 7 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0.4.5.3-2.extras |
175 |
|
- add the optional pushscript-extras patch |
176 |
|
- fix mod_user in plague-user-manager for sqlite2/3 |
177 |
|
|
178 |
* Fri Sep 5 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0.4.5.3-1 |
* Fri Sep 5 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0.4.5.3-1 |
179 |
- update to 0.4.5.3 for sqlite2 compatibility fixes for Fedora |
- update to 0.4.5.3 for sqlite2 compatibility fixes for Fedora |
180 |
- merge fedora pkg spec changes |
- merge fedora pkg spec changes |