commit 21f51ab30a575f3e5bea91711f5cfad871bf5b35
Author: Jan RÄ™korajski <[email protected]>
Date:   Sun Jan 4 10:04:51 2015 +0000

    - fix building ps docs

 dvips.patch | 10 ++++++++++
 vacm.spec   |  4 ++++
 2 files changed, 14 insertions(+)
---
diff --git a/vacm.spec b/vacm.spec
index 1062566..6608c27 100644
--- a/vacm.spec
+++ b/vacm.spec
@@ -19,6 +19,7 @@ Source0:      
http://downloads.sourceforge.net/vacm/%{name}-%{version}.tar.gz
 Patch0:                %{name}-build.patch
 Patch1:                %{name}-sh.patch
 Patch2:                %{name}-link.patch
+Patch3:                dvips.patch
 URL:           http://vacm.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -36,6 +37,8 @@ BuildRequires:        openssl-devel
 BuildRequires: pam-devel
 BuildRequires: readline-devel
 BuildRequires: texlive-dvips
+BuildRequires: texlive-latex-marvosym
+BuildRequires: texlive-latex-ams
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -189,6 +192,7 @@ Dokumentacja do VACM-a.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %{__sed} -i -e 's/
//g' nexxus/nexxus_modules/emp/include/iana_list.h
 
diff --git a/dvips.patch b/dvips.patch
new file mode 100644
index 0000000..21d8abc
--- /dev/null
+++ b/dvips.patch
@@ -0,0 +1,10 @@
+--- vacm-2.0.5a/docs/Makefile.am.orig  2000-08-26 14:03:43.000000000 +0000
++++ vacm-2.0.5a/docs/Makefile.am       2015-01-04 10:02:34.960045560 +0000
+@@ -51,6 +51,7 @@
+               newsum="`cat .ps.sum`"; \
+               if ! test "$$oldsum" = "$$newsum" || ! test -f 
vacm_manual.ps.gz; then \
+                       db2ps $(sgml_file); \
++                      dvips vacm_manual.dvi -o vacm_manual.ps; \
+                       rm -f vacm_manual.ps.gz; \
+                       gzip vacm_manual.ps; \
+               fi; \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vacm.git/commitdiff/21f51ab30a575f3e5bea91711f5cfad871bf5b35

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to