1 |
|
# $Id: plague.spec,v 1.3 2008/04/02 15:22:03 slords Exp $ |
2 |
|
# Authority: slords |
3 |
|
# Name: Shad L. Lords |
4 |
|
|
5 |
BuildArch: noarch |
BuildArch: noarch |
6 |
|
|
7 |
Summary: Distributed build system for RPMs |
Summary: Distributed build system for RPMs |
8 |
Name: plague |
Name: plague |
9 |
Version: 0.4.5.3 |
Version: 0.4.5.5 |
10 |
Release: 1%{?dist} |
Release: 1%{?dist}.1 |
11 |
License: GPLv2+ |
License: GPLv2+ |
12 |
Group: Development/Tools |
Group: Development/Tools |
13 |
#Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 |
#Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 |
14 |
Source: %{name}-%{version}.tar.bz2 |
Source: %{name}-%{version}.tar.bz2 |
15 |
|
Patch0: plague-0.4.5.4-pushscript-extras.patch |
16 |
URL: http://www.fedoraproject.org/wiki/Projects/Plague |
URL: http://www.fedoraproject.org/wiki/Projects/Plague |
17 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
18 |
BuildRequires: python |
BuildRequires: python |
84 |
|
|
85 |
%prep |
%prep |
86 |
%setup -q |
%setup -q |
87 |
|
%patch0 -p1 -b .extras |
88 |
|
find www -name \*.extras | xargs rm |
89 |
|
|
90 |
|
|
91 |
%build |
%build |
172 |
|
|
173 |
|
|
174 |
%changelog |
%changelog |
175 |
|
* Tue Sep 9 2008 Shad L. Lords <slords@mail.com> - 0.4.5.5-1.1 |
176 |
|
- add the optional pushscript-extras patch |
177 |
|
|
178 |
|
* Mon Sep 8 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0.4.5.5-1 |
179 |
|
- update to 0.4.5.5 |
180 |
|
|
181 |
|
* Sun Sep 07 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0.4.5.4-1 |
182 |
|
- update to 0.4.5.4 to make it work with MySQL 5 |
183 |
|
|
184 |
|
* Sun Sep 7 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0.4.5.3-2 |
185 |
|
- fix mod_user in plague-user-manager for sqlite2/3 |
186 |
|
|
187 |
* 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 |
188 |
- update to 0.4.5.3 for sqlite2 compatibility fixes for Fedora |
- update to 0.4.5.3 for sqlite2 compatibility fixes for Fedora |
189 |
- merge fedora pkg spec changes |
- merge fedora pkg spec changes |