]> git.pld-linux.org Git - packages/asymptote.git/blame - asymptote.spec
- up to 1.66
[packages/asymptote.git] / asymptote.spec
CommitLineData
67493c5f 1Summary: Asymptote is a powerful descriptive vector graphics language for technical drawing
574b04f2 2Summary(hu.UTF-8): Asymptote egy leíró vektorgrafikus nyelv technikai rajzokhoz
e4f2efd9 3Summary(pl.UTF-8): Język opisu grafiki wektorowej do rysunków technicznych
67493c5f 4Name: asymptote
bc50fc0a 5Version: 1.66
67493c5f 6Release: 1
51b599cf 7License: GPL v3
67493c5f 8Group: Applications/Science
67493c5f 9Source0: http://dl.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
bc50fc0a 10# Source0-md5: 225b06f80f228b7440fb4328c83c9c9a
e4f2efd9 11URL: http://asymptote.sourceforge.net/
5aafd215 12BuildRequires: autoconf
67493c5f 13BuildRequires: gc-devel >= 7.0
14BuildRequires: gsl-devel >= 1.7
15BuildRequires: ncurses-devel
16BuildRequires: python
17BuildRequires: readline-devel
18BuildRequires: rpm-pythonprov
19BuildRequires: tetex-dvips
20BuildRequires: tetex-format-latex
21BuildRequires: tetex-tex-babel
22BuildRequires: texinfo-texi2dvi
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Asymptote is a powerful descriptive vector graphics language for
27technical drawing, inspired by MetaPost but with an improved C++-like
28syntax. Asymptote provides for figures the same high-quality level of
29typesetting that LaTeX does for scientific text.
30
31%description -l hu.UTF-8
7df42c97
ZU
32Asymptote egy leíró vektorgrafikus nyelv technikai rajzokhoz, hasonló
33a MetaPost-hoz, de kibővítve C++-szerű szintaxissal. Asymptote még
34képes olyan szintű szövegszedésre is, amelyre a LaTeX képes a
35tudományos szöveggel.
67493c5f 36
574b04f2 37%description -l pl.UTF-8
38Asymptote jest językiem opisu grafiki wektorowej dla rysunków
39technicznych. Język ten jest inspirowany językiem MetaPost, ale
40posiada bogatszą składnię w stylu C++.
41
67493c5f 42%package doc
43Summary: Asymptote documentation
87e88524 44Summary(hu.UTF-8): Asymptote dokumentáció
e4f2efd9 45Summary(pl.UTF-8): Dokumentacja do Asymptote
67493c5f 46Group: Documentation
47Requires: %{name} = %{epoch}:%{version}-%{release}
48
49%description doc
50Asymptote documentation.
51
87e88524
ZU
52%description doc -l hu.UTF-8
53Asymptote dokumentációja.
54
574b04f2 55%description doc -l pl.UTF-8
e4f2efd9 56Dokumentacja do Asymptote.
574b04f2 57
67493c5f 58%package examples
59Summary: Asymptote examples
87e88524 60Summary(hu.UTF-8): Asymptote példák
e4f2efd9 61Summary(pl.UTF-8): Przykłady do Asymptote
67493c5f 62Group: Documentation
63Requires: %{name} = %{epoch}:%{version}-%{release}
64
65%description examples
574b04f2 66Asymptote examples.
67
87e88524
ZU
68%description examples -l hu.UTF-8
69Asymptote példák.
70
574b04f2 71%description examples -l pl.UTF-8
72Przykładowe pliki dla asymptote.
67493c5f 73
74%prep
75%setup -q
76
77%build
5aafd215 78%{__autoheader}
79%{__autoconf}
67493c5f 80%configure \
81 CPPFLAGS=-I/usr/include/gc \
82 --disable-static \
83 --enable-gc=%{_includedir}/gc \
84 --with-docdir=%{_docdir}/%{name}-doc
7df42c97 85cd doc && for i in %{_datadir}/texmf/tex/texinfo/*; do ln -s $i; done && cd ..
67493c5f 86
5aafd215 87%{__make} all
67493c5f 88
89%install
90rm -rf $RPM_BUILD_ROOT
91
92# I don't know why need it - maybe the bad tetex configuration?
93# And the solution suggested by asympote's doc doesn't work too :(
68c3c89c 94# cp %{_datadir}/texmf/tex/{plain/pdfcolor/pdfcolor.tex,generic/epsf/epsf.tex,texinfo/texinfo.tex} doc
67493c5f 95%{__make} install \
96 DESTDIR=$RPM_BUILD_ROOT
e4f2efd9 97
67493c5f 98install -d $RPM_BUILD_ROOT%{_examplesdir}
e4f2efd9 99mv $RPM_BUILD_ROOT%{_docdir}/%{name}-doc/examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
67493c5f 100
101%clean
102rm -rf $RPM_BUILD_ROOT
103
104%files
105%defattr(644,root,root,755)
e4f2efd9 106%doc README TODO BUGS
67493c5f 107%attr(755,root,root) %{_bindir}/asy
108%attr(755,root,root) %{_bindir}/xasy
109%{_datadir}/%{name}
68c3c89c 110%{_datadir}/texmf*/tex/latex/asymptote
67493c5f 111%{_mandir}/man1/*
67493c5f 112
113%files examples
114%defattr(644,root,root,755)
e4f2efd9 115%{_examplesdir}/%{name}-%{version}
67493c5f 116
117%files doc
118%defattr(644,root,root,755)
119%{_docdir}/%{name}-doc
This page took 0.218069 seconds and 4 git commands to generate.