rpms/asymptote/F-9 asymptote.spec,1.36,1.37

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Apr 25 20:55:29 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/asymptote/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28295/F-9

Modified Files:
	asymptote.spec 
Log Message:
fix pdf generation


Index: asymptote.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/F-9/asymptote.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- asymptote.spec	4 Apr 2008 21:57:52 -0000	1.36
+++ asymptote.spec	25 Apr 2008 20:54:53 -0000	1.37
@@ -5,7 +5,7 @@
 
 Name:           asymptote
 Version:        1.42
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Descriptive vector graphics language
 
 Group:          Applications/Publishing
@@ -58,7 +58,8 @@
 %build
 %configure --enable-gc=system --with-docdir=%{_defaultdocdir}/%{name}-%{version}/
 make %{?_smp_mflags}
-
+cd doc/
+make asymptote.pdf
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -139,6 +140,9 @@
 
 
 %changelog
+* Fri Apr 25 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.42-3
+- explicitly call "make asymptote.pdf" in doc/
+
 * Fri Apr  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.42-2
 - fix build failure (use _POSIX_ARG_MAX) resolves bz 440799
 




More information about the fedora-extras-commits mailing list