-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpp3-1.3.2-1tb.spec
52 lines (43 loc) · 1.28 KB
/
pp3-1.3.2-1tb.spec
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
45
46
47
48
49
50
51
52
# RedHat spec file
Summary: Creation of sky charts in Postscript or PDF format.
Name: pp3
Version: 1.3.2
Release: 1tb
Copyright: MIT
Group: Sciences/Astronomy
Source: http://prdownloads.sourceforge.net/pp3/pp3-1.3.2.tar.bz2
url: http://pp3.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-root
%description
PP3 creates celestial charts. It generates resolution independent
maps of very high graphical quality in Postscript or PDF format.
They can be used for example as illustrations in books or on web
pages. You may use the databases of the distribution or your own
databases converted to PP3's simple text format.
PP3 uses LaTeX+pstricks as the backend for generating the vector
graphics. You can add arbitrary labels to the map. The output is
configurable in many ways.
%prep
%setup -n pp3-1.3.2
%build
rm -rf %{buildroot}
make LOCAL="" CHANGEFILE=fmax.ch
%install
make LOCAL="" ROOT="$RPM_BUILD_ROOT" install
%clean
rm -Rf %{buildroot}
%files
%defattr(-, root, root)
%doc COPYING README WHATSNEW pp3.ps
%{_bindir}/pp3
%{_datadir}/pp3
%{_datadir}/doc/pp3
%changelog
* Mon Aug 14 2003 Torsten Bronger
- Version 1.3.2
* Mon Aug 09 2003 Torsten Bronger
- Version 1.3.1
* Mon Jul 30 2003 Torsten Bronger
- Version 1.3
* Mon Apr 29 2003 Torsten Bronger
- Initial RPM generation (no release yet).