]> git.pld-linux.org Git - packages/grap.git/blame - grap.spec
- converted to UTF-8
[packages/grap.git] / grap.spec
CommitLineData
c0a76042 1Summary: A language for typesetting graphs
07ae7949 2Summary(pl.UTF-8): Język do składu grafów
c0a76042 3Name: grap
07e7bd4a 4Version: 1.39
c0a76042
AM
5Release: 1
6License: BSD
7Group: Applications/Publishing
8Source0: http://www.lunabase.org/~faber/Vault/software/grap/%{name}-%{version}.tar.gz
07e7bd4a 9# Source0-md5: af9ad4aec173b15ec749b0d1de416935
c0a76042 10URL: http://www.lunabase.org/~faber/Vault/software/grap/
305e8566 11BuildRequires: autoconf
c0a76042 12BuildRequires: bison
b97e10e0 13BuildRequires: flex
c0a76042
AM
14BuildRequires: libstdc++-devel
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Grap is a language for typesetting graphs specified and first
19implemented by Brian Kernighan and Jon Bentley at Bell Labs. It is an
20expressive language for describing graphs and incorporating them in
b97e10e0 21typeset documents. It is implemented as a preprocessor to Kernighan's
c0a76042
AM
22pic language for describing languages, so any system that can use pic
23can use grap. For sure, TeX and groff can use it.
24
07ae7949
JR
25%description -l pl.UTF-8
26Grap to język do składu grafów zdefiniowany i po raz pierwszy
b97e10e0 27zaimplementowany przez Briana Kernighana i Jona Bentleya w Bell Labs.
07ae7949
JR
28Jest to język wyrażeń do opisu grafów i włączania ich do składanych
29dokumentów. Jest zaimplementowany jako preprocesor dla języka pic
30Kernighana służącego do opisu języków, więc dowolny system używający
31języka pic może używać języka grap. Na pewno mogą go używać TeX i
b97e10e0
JB
32groff.
33
c0a76042
AM
34%prep
35%setup -q
c0a76042
AM
36
37%build
38%{__autoconf}
39CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
40%configure
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 BINDIR=$RPM_BUILD_ROOT%{_bindir} \
5eb866a6 48 DEFINESDIR=$RPM_BUILD_ROOT%{_datadir}/grap \
c0a76042 49 DOCDIR=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} \
5eb866a6 50 MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 \
d7f41fd0 51 EXAMPLEDIR=$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
c0a76042
AM
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
c0a76042
AM
56%files
57%defattr(644,root,root,755)
58%doc CHANGES README
59%attr(755,root,root) %{_bindir}/*
5eb866a6 60%{_datadir}/grap
61%{_mandir}/man1/grap*
d7f41fd0 62%{_examplesdir}/%{name}-%{version}
This page took 0.070564 seconds and 4 git commands to generate.