1 |
# $Id$ |
# $Id: e-smith-devtools.spec,v 1.2 2008/10/07 17:59:43 slords Exp $ |
2 |
|
|
3 |
Summary: e-smith tools for building RPMs |
Summary: e-smith tools for building RPMs |
4 |
%define name e-smith-devtools |
%define name e-smith-devtools |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch1: e-smith-devtools-2.2.0-compiledpython.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
17 |
AutoReqProv: no |
AutoReqProv: no |
18 |
|
|
19 |
%changelog |
%changelog |
20 |
|
* Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
21 |
|
- Add compiled python files to the packaged files list [SME: 5538] |
22 |
|
|
23 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
24 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
25 |
|
|
376 |
|
|
377 |
%prep |
%prep |
378 |
%setup |
%setup |
379 |
|
%patch1 -p1 |
380 |
|
|
381 |
%build |
%build |
382 |
|
|