summaryrefslogtreecommitdiffstats
path: root/pomatic.spec
blob: 9a72e951c14cf7d3de0a687a9cd1f45ad49083e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Name: pomatic
Version: 1.0.1
Release: 1
Source: %{name}-%{version}.tar.gz
Summary: pomatic
Group: Applications/Text
License: GPL
BuildRoot: %{_tmppath}/%{name}-root
Requires: talkfilters

%description
pomatic

%prep
%setup -q

%build
make

%install
rm -fr $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/*/*

%changelog
* Fri Aug  3 2001 Nalin Dahyabhai <nalin@redhat.com>
- fixup empty-string translation to include actual header information

* Mon Apr  2 2001 Nalin Dahyabhai <nalin@redhat.com>
- initial CVS checkin