Browse code

Updated docbook-xsl package

Change-Id: Idf3341213d2903bafaf26e9c72d949f1c852a78a
Reviewed-on: http://photon-jenkins.eng.vmware.com/576
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>

Kumar Kaushik authored on 2016/02/26 12:25:22
Showing 1 changed files
... ...
@@ -1,11 +1,11 @@
1
-Summary:	Docbook-xsl-1.78.1
1
+Summary:	Docbook-xsl-1.79.1
2 2
 Name:		docbook-xsl
3
-Version:	1.78.1
4
-Release:	2%{?dist}
3
+Version:	1.79.1
4
+Release:	1%{?dist}
5 5
 License:	Apache License
6 6
 URL:		http://www.docbook.org
7 7
 Source0:	http://downloads.sourceforge.net/docbook/%{name}-%{version}.tar.bz2
8
-%define sha1 docbook-xsl=1d668c845bb43c65115d1a1d9542f623801cfb6f
8
+%define sha1 docbook-xsl=7487b2acc7106253bb77fcddc7e1a9788601ad23
9 9
 Group:		Development/Tools
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -20,15 +20,15 @@ allowing you to utilize transformations already written for that standard.
20 20
 %setup -q
21 21
 %build
22 22
 %install
23
-install -v -m755 -d %{buildroot}/usr/share/xml/docbook/xsl-stylesheets-1.78.1 &&
23
+install -v -m755 -d %{buildroot}/usr/share/xml/docbook/xsl-stylesheets-1.79.1 &&
24 24
 
25 25
 cp -v -R VERSION common eclipse epub extensions fo highlighting html \
26 26
          htmlhelp images javahelp lib manpages params profiling \
27 27
          roundtrip slides template tests tools webhelp website \
28 28
          xhtml xhtml-1_1 \
29
-    %{buildroot}/usr/share/xml/docbook/xsl-stylesheets-1.78.1
29
+    %{buildroot}/usr/share/xml/docbook/xsl-stylesheets-1.79.1
30 30
 
31
-pushd %{buildroot}/usr/share/xml/docbook/xsl-stylesheets-1.78.1
31
+pushd %{buildroot}/usr/share/xml/docbook/xsl-stylesheets-1.79.1
32 32
 ln -s VERSION VERSION.xsl
33 33
 popd
34 34
 
... ...
@@ -46,23 +46,23 @@ if [ ! -f /etc/xml/catalog ]; then
46 46
 fi &&
47 47
 
48 48
 xmlcatalog --noout --add "rewriteSystem" \
49
-           "http://docbook.sourceforge.net/release/xsl/1.78.1" \
50
-           "/usr/share/xml/docbook/xsl-stylesheets-1.78.1" \
49
+           "http://docbook.sourceforge.net/release/xsl/1.79.1" \
50
+           "/usr/share/xml/docbook/xsl-stylesheets-1.79.1" \
51 51
     /etc/xml/catalog &&
52 52
 
53 53
 xmlcatalog --noout --add "rewriteURI" \
54
-           "http://docbook.sourceforge.net/release/xsl/1.78.1" \
55
-           "/usr/share/xml/docbook/xsl-stylesheets-1.78.1" \
54
+           "http://docbook.sourceforge.net/release/xsl/1.79.1" \
55
+           "/usr/share/xml/docbook/xsl-stylesheets-1.79.1" \
56 56
     /etc/xml/catalog &&
57 57
 
58 58
 xmlcatalog --noout --add "rewriteSystem" \
59 59
            "http://docbook.sourceforge.net/release/xsl/current" \
60
-           "/usr/share/xml/docbook/xsl-stylesheets-1.78.1" \
60
+           "/usr/share/xml/docbook/xsl-stylesheets-1.79.1" \
61 61
     /etc/xml/catalog &&
62 62
 
63 63
 xmlcatalog --noout --add "rewriteURI" \
64 64
            "http://docbook.sourceforge.net/release/xsl/current" \
65
-           "/usr/share/xml/docbook/xsl-stylesheets-1.78.1" \
65
+           "/usr/share/xml/docbook/xsl-stylesheets-1.79.1" \
66 66
     /etc/xml/catalog
67 67
 %postun
68 68
 rm -rf /etc/xml/catalog
... ...
@@ -73,7 +73,9 @@ rm -rf /etc/xml/catalog
73 73
 %{_docdir}/*
74 74
 
75 75
 %changelog
76
-*   Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 1.78.1-2
77
--   Updated group.
76
+*       Thu Feb 25 2016 Kumar Kaushik <kaushikk@vmware.com> 1.79.1-1
77
+-       Updated version.
78
+*       Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 1.78.1-2
79
+-       Updated group.
78 80
 *	Mon Nov 24 2014 Divya Thaluru <dthaluru@vmware.com> 1.78.1-1
79 81
 -	Initial build. First version