]> git.pld-linux.org Git - packages/asymptote.git/commitdiff
- 1.77
authorZsolt Udvari <uzsolt@pld-linux.org>
Fri, 19 Jun 2009 18:21:08 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- info files
- doc/png/Makefile.in patch

Changed files:
    asymptote.spec -> 1.41

asymptote.spec

index c18421d987a00968620548288893696baad37978..2af42b125f970861f05430cedeaf28b6abf55a02 100644 (file)
@@ -2,13 +2,14 @@ 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.76
+Version:       1.77
 Release:       1
 License:       GPL v3
 Group:         Applications/Science
 Source0:       http://dl.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5: a0932f65baaadb43b651dce64b58e795
+# Source0-md5: 5c8d4471ec0b0faa1f35be9dfe87320e
 URL:           http://asymptote.sourceforge.net/
+Patch0:                %{name}-doc-png-makefile.patch
 BuildRequires: autoconf
 BuildRequires: gc-devel >= 7.0
 BuildRequires: gsl-devel >= 1.7
@@ -123,6 +124,7 @@ Vim syntax fájl asy fájlokhoz.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__autoheader}
@@ -149,6 +151,9 @@ install -d $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/syntax
 %{__mv} $RPM_BUILD_ROOT%{_datadir}/{asymptote/asy.vim,vim/vimfiles/syntax}
 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texmf{,-dist}
 
+%{__mv} $RPM_BUILD_ROOT%{_infodir}/{asymptote/*,}
+%{__rm} -rf $RPM_BUILD_ROOT%{_infodir}/asymptote
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -161,6 +166,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README TODO BUGS
+%{_infodir}/*.info.gz
 %attr(755,root,root) %{_bindir}/asy
 %{_datadir}/%{name}
 %exclude %{_datadir}/%{name}/GUI
This page took 0.08949 seconds and 4 git commands to generate.