]> git.pld-linux.org Git - packages/dgs.git/blame_incremental - dgs.spec
- added line on top spec file with cvs tags ($Revision:$ and $Date:$).
[packages/dgs.git] / dgs.spec
... / ...
CommitLineData
1Name: dgs
2Summary: Display GhostScript - Libraries supporting Display PostScript (DPS)
3Version: 0.5.7
4Release: 1
5Copyright: GPL
6Vendor: The Seawood Project
7Source: ftp://alpha.gnu.org/gnu/gnustep/%{name}-%{version}.tar.gz
8Group: Applications/Graphics
9Requires: ghostscript
10BuildRoot: /tmp/%{name}-%{version}-root
11
12%description
13The Display Ghostscript System is functionally upward-compatible with
14Adobe Display PostScript, but it has been written independently. The
15Display Ghostscript System provides a device-independent imaging model
16for displaying information on a screen. The imaging model uses the
17PostScript language which has powerful graphics capabilities and frees
18the programmer from display-specific details like screen resolution and
19color issues.
20
21%prep
22%setup -n dgs
23
24%build
25CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
26CXXFLAGS="$RPM_OPT_FLAGS" \
27./configure %{_target_platform} \
28 --prefix=/usr
29
30make shared=yes debug=no
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT/usr
35
36make install prefix=$RPM_BUILD_ROOT/usr shared=yes debug=no
37
38# remove files provided by normal ghostscript
39rm -rf $RPM_BUILD_ROOT%{_mandir}
40cd $RPM_BUILD_ROOT%{_bindir}
41rm bdftops font2c gsbj gsdj gsdj500 gslj gslp gsnd pdf2dsc pdf2ps printafm \
42 ps2ascii ps2epsi ps2pdf wftopfa
43
44%files
45%doc ANNOUNCE FAQ INSTALL NEWS README STATUS SUPPORT TODO
46%{_bindir}/*
47%{_includedir}/DPS
48%{_libdir}/DGS
49%{_libdir}/*.a
50
51%changelog
52* Fri Feb 5 1999 Bernhard Rosenkraenzer <bero@microsoft.sucks.eu.org>
53- initial RPM
This page took 0.058659 seconds and 4 git commands to generate.