Hello community,

here is the log from the commit of package tei-xsl-stylesheets for 
openSUSE:Factory checked in at 2016-01-15 10:42:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tei-xsl-stylesheets (Old)
 and      /work/SRC/openSUSE:Factory/.tei-xsl-stylesheets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tei-xsl-stylesheets"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tei-xsl-stylesheets/tei-xsl-stylesheets.changes  
2015-04-02 16:04:43.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.tei-xsl-stylesheets.new/tei-xsl-stylesheets.changes 
    2016-01-15 10:42:02.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Dec 12 18:57:47 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 7.40.1
+  * No short changelog available; please read the ChangeLog file
+- Little specfile refactoring
+
+-------------------------------------------------------------------

Old:
----
  tei-xsl-7.32.0.zip

New:
----
  tei-xsl-7.40.1.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tei-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.T38BxZ/_old  2016-01-15 10:42:03.000000000 +0100
+++ /var/tmp/diff_new_pack.T38BxZ/_new  2016-01-15 10:42:03.000000000 +0100
@@ -15,25 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%define xml_dir %{_datadir}/xml
+%define xml_mod_dir %{xml_dir}/tei
+%define xml_mod_style_dir %{xml_mod_dir}/stylesheet
+%define xml_mod_style_prod_dir %{xml_mod_style_dir}/rahtz
+%define xml_mod_style_prod_ver_dir %{xml_mod_style_prod_dir}/%{version}
 
 Name:           tei-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  unzip
 Summary:        XSL stylesheets for TEI XML
-Version:        7.32.0
+Version:        7.40.1
 Release:        0
 License:        LGPL-2.1+
 Group:          Productivity/Publishing/XML
-# Source0: http://users.ox.ac.uk/~rahtz/tei/teixsl-html.zip
-# Source1: http://www.hcu.ox.ac.uk/TEI/Stylesheets/teixsl-fo.zip
-# Source0:      http://www.tei-c.org/Stylesheets/teixsl-fo.zip
-# Source1:      http://www.tei-c.org/Stylesheets/teixsl-html.zip
 Source0:        
http://sourceforge.net/projects/tei/files/Stylesheets/tei-xsl-%{version}.zip
-# Source2: teiu5.xml
-# Source3: teiu5-print.xsl
-# Source4: tei_xsl2x.sh
 Url:            http://www.tei-c.org/Stylesheets/
-#Patch:      
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -44,17 +41,6 @@
 Use it with xsltproc (part of libxslt), Saxon, or any other XSLT
 processor.
 
-%define INSTALL install -m755 -s
-%define INSTALL_SCRIPT install -m755
-%define INSTALL_DIR install -d -m755
-%define INSTALL_DATA install -m644
-%define sgml_dir %{_datadir}/sgml
-%define xml_dir %{_datadir}/xml
-%define xml_mod_dir %{xml_dir}/tei
-%define xml_mod_style_dir %{xml_mod_dir}/stylesheet
-%define xml_mod_style_prod_dir %{xml_mod_style_dir}/rahtz
-%define xml_mod_style_prod_ver_dir %{xml_mod_style_prod_dir}/%{version}
-
 %prep
 %setup -q -c
 /bin/chmod -Rf a+rX,g-w,o-w .
@@ -62,13 +48,13 @@
 %build
 
 %install
-%{INSTALL_DIR} $RPM_BUILD_ROOT%{xml_mod_style_prod_ver_dir}
-cp -a xml/tei/stylesheet/* $RPM_BUILD_ROOT%{xml_mod_style_prod_ver_dir}
-pushd $RPM_BUILD_ROOT%{xml_mod_style_prod_ver_dir}
-  mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/%{name}
-  ln -sf /usr/share/doc/packages/%{name} doc
+install -d -m755 %{buildroot}%{xml_mod_style_prod_ver_dir}
+cp -a xml/tei/stylesheet/* %{buildroot}%{xml_mod_style_prod_ver_dir}
+pushd %{buildroot}%{xml_mod_style_prod_ver_dir}
+  mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
+  ln -sf %{_defaultdocdir}/%{name} doc
 popd
-pushd $RPM_BUILD_ROOT%{xml_mod_style_prod_dir}
+pushd %{buildroot}%{xml_mod_style_prod_dir}
   ln -sf %{version} current
 popd
 


Reply via email to