]> git.pld-linux.org Git - packages/asymptote.git/blobdiff - asymptote.spec
- up to 1.66
[packages/asymptote.git] / asymptote.spec
index 87c26c88da94c6129e09a276a956986e697cac56..420712d87af5e04baf3502d87e3d079c1c08bdc6 100644 (file)
@@ -2,12 +2,12 @@ Summary:      Asymptote is a powerful descriptive vector graphics language for techni
 Summary(hu.UTF-8):     Asymptote egy leíró vektorgrafikus nyelv technikai rajzokhoz
 Summary(pl.UTF-8):     Język opisu grafiki wektorowej do rysunków technicznych
 Name:          asymptote
-Version:       1.51
+Version:       1.66
 Release:       1
 License:       GPL v3
 Group:         Applications/Science
 Source0:       http://dl.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5: 14c7bfd713adb3d2b70a202228bb7d8d
+# Source0-md5: 225b06f80f228b7440fb4328c83c9c9a
 URL:           http://asymptote.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: gc-devel >= 7.0
@@ -29,10 +29,10 @@ syntax. Asymptote provides for figures the same high-quality level of
 typesetting that LaTeX does for scientific text.
 
 %description -l hu.UTF-8
-Asymptote egy leíró vektorgrafikus nyelv technikai rajzokhoz,
-hasonló a MetaPost-hoz, de kibővítve C++-szerű szintaxissal.
-Asymptote még képes olyan szintű szövegszedésre is, amelyre a
-LaTeX képes a tudományos szöveggel.
+Asymptote egy leíró vektorgrafikus nyelv technikai rajzokhoz, hasonló
+a MetaPost-hoz, de kibővítve C++-szerű szintaxissal. Asymptote még
+képes olyan szintű szövegszedésre is, amelyre a LaTeX képes a
+tudományos szöveggel.
 
 %description -l pl.UTF-8
 Asymptote jest językiem opisu grafiki wektorowej dla rysunków
@@ -41,6 +41,7 @@ posiada bogatszą składnię w stylu C++.
 
 %package doc
 Summary:       Asymptote documentation
+Summary(hu.UTF-8):     Asymptote dokumentáció
 Summary(pl.UTF-8):     Dokumentacja do Asymptote
 Group:         Documentation
 Requires:      %{name} = %{epoch}:%{version}-%{release}
@@ -48,11 +49,15 @@ Requires:   %{name} = %{epoch}:%{version}-%{release}
 %description doc
 Asymptote documentation.
 
+%description doc -l hu.UTF-8
+Asymptote dokumentációja.
+
 %description doc -l pl.UTF-8
 Dokumentacja do Asymptote.
 
 %package examples
 Summary:       Asymptote examples
+Summary(hu.UTF-8):     Asymptote példák
 Summary(pl.UTF-8):     Przykłady do Asymptote
 Group:         Documentation
 Requires:      %{name} = %{epoch}:%{version}-%{release}
@@ -60,6 +65,9 @@ Requires:     %{name} = %{epoch}:%{version}-%{release}
 %description examples
 Asymptote examples.
 
+%description examples -l hu.UTF-8
+Asymptote példák.
+
 %description examples -l pl.UTF-8
 Przykładowe pliki dla asymptote.
 
@@ -74,6 +82,7 @@ Przykładowe pliki dla asymptote.
        --disable-static \
        --enable-gc=%{_includedir}/gc \
        --with-docdir=%{_docdir}/%{name}-doc
+cd doc && for i in %{_datadir}/texmf/tex/texinfo/*; do ln -s $i; done && cd ..
 
 %{__make} all
 
@@ -82,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 
 # I don't know why need it - maybe the bad tetex configuration?
 # And the solution suggested by asympote's doc doesn't work too :(
-cp %{_datadir}/texmf/tex/{plain/pdfcolor/pdfcolor.tex,generic/epsf/epsf.tex,texinfo/texinfo.tex} doc
+cp %{_datadir}/texmf/tex/{plain/pdfcolor/pdfcolor.tex,generic/epsf/epsf.tex,texinfo/texinfo.tex} doc
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -98,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/asy
 %attr(755,root,root) %{_bindir}/xasy
 %{_datadir}/%{name}
-%{_datadir}/texmf/tex/latex/asymptote
+%{_datadir}/texmf*/tex/latex/asymptote
 %{_mandir}/man1/*
 
 %files examples
This page took 0.303573 seconds and 4 git commands to generate.