summaryrefslogtreecommitdiffstats
path: root/pomatic.spec
blob: 689e6e975e9adb7c3148f64e66a03bb5588c1667 (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
38
39
40
41
42
43
44
Name: pomatic
Version: 1.0.3
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)
%doc talkfilters-i18n.spec.redhat
%{_bindir}/*
%{_mandir}/*/*

%changelog
* Sat Jul 12 2003 Nalin Dahyabhai <nalin@redhat.com>
- convert \N to \n when reading filter output
- handle plural forms in .pot files
- add a sample .spec doc file
- add more scripts

* 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