]> git.pld-linux.org Git - packages/asymptote.git/blobdiff - asymptote.spec
- 1.62
[packages/asymptote.git] / asymptote.spec
index 6805946aa2ec4adbb5d065a2ef1de0df6a4d38f1..32c3cba872c8228d67bc6072d64077bab2c09cc7 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.53
+Version:       1.62
 Release:       1
 License:       GPL v3
 Group:         Applications/Science
 Source0:       http://dl.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5: 5017f551872a11d5ea6b9428383a4445
+# Source0-md5: adac32c267b74f58220dfa60ea74fa77
 URL:           http://asymptote.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: gc-devel >= 7.0
@@ -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.
 
@@ -83,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
 
@@ -99,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.087679 seconds and 4 git commands to generate.