2 |
Summary: OATS is an Online Automated Timecard System |
Summary: OATS is an Online Automated Timecard System |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 2.0.3 |
%define version 2.0.3 |
5 |
%define release 1 |
%define release 2 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GNU GPL |
License: GNU GPL |
12 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
13 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
14 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
15 |
Requires: e-smith-release >= 7.0 |
Requires: e-smith-release >= 7.0, ghostscript, html2ps |
16 |
AutoReqProv: no |
AutoReqProv: no |
17 |
|
|
18 |
%description |
%description |
21 |
to help educators create effective online learning communities. |
to help educators create effective online learning communities. |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Tue Feb 26 2008 Craig D. Jensen <craig.d.jensen@gmail.com> |
25 |
|
- Added ghostscript, html2ps as requires to provide pdf and text output |
26 |
|
- of timecards by default |
27 |
|
- [2.0.3-2] |
28 |
|
|
29 |
* Wed Feb 06 2008 Craig Jensen <craig.d.jensen@gmail.com> |
* Wed Feb 06 2008 Craig Jensen <craig.d.jensen@gmail.com> |
30 |
- initial release |
- initial release |
31 |
|
- [2.0.3-1] |
32 |
|
|
33 |
%prep |
%prep |
34 |
%setup -c -n %{name} |
%setup -c -n %{name} |