commit docbook_3 for openSUSE:Factory

2019-02-20 Thread root
Hello community,

here is the log from the commit of package docbook_3 for openSUSE:Factory 
checked in at 2019-02-20 14:07:41

Comparing /work/SRC/openSUSE:Factory/docbook_3 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_3.new.28833 (New)


Package is "docbook_3"

Wed Feb 20 14:07:41 2019 rev:20 rq:676370 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/docbook_3/docbook_3.changes  2013-02-04 
19:03:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.docbook_3.new.28833/docbook_3.changes   
2019-02-20 14:07:47.511009953 +0100
@@ -1,0 +2,15 @@
+Thu Feb 14 17:11:22 UTC 2019 - Dominique Leuenberger 
+
+- Fixup installed CATALOG files to follow the move to /usr/share.
+
+---
+Tue Feb  5 14:50:05 UTC 2019 - Jan Engelhardt 
+
+- Replace old $RPM_* shell vars and "useless use of cat".
+
+---
+Thu Jan 31 08:54:05 UTC 2019 - k...@suse.com
+
+- Do not install in /var/lib; bsc#1093345
+
+---



Other differences:
--
++ docbook_3.spec ++
--- /var/tmp/diff_new_pack.q6mb4y/_old  2019-02-20 14:07:48.279009699 +0100
+++ /var/tmp/diff_new_pack.q6mb4y/_new  2019-02-20 14:07:48.279009699 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_3
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -29,7 +29,7 @@
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog
 Summary:DocBook DTD 3.x
-License:BSD-3-Clause and MIT
+License:BSD-3-Clause AND MIT
 Group:  Productivity/Publishing/DocBook
 Version:3.1
 Release:0
@@ -83,9 +83,7 @@
 %define xml_docbook_dtd_dir %{xml_docbook_dir}/schema/dtd
 %define xml_docbook_custom_dir %{xml_docbook_dir}/custom
 %define xml_docbook_style_dir %{xml_docbook_dir}/stylesheet
-%define sgml_config_dir /var/lib/sgml
 %define sgml_sysconf_dir %{_sysconfdir}/sgml
-%define xml_config_dir /var/lib/xml
 %define xml_sysconf_dir %{_sysconfdir}/xml
 
 %prep
@@ -93,58 +91,53 @@
 cp %{S:5} README.SuSE
 %{INSTALL_DIR} dtd/{3.0,3.1} html xml sdb
 cd dtd/3.0
-unzip -aq $RPM_SOURCE_DIR/%{dtd30}
+unzip -aq %{_sourcedir}/%{dtd30}
 cd ../3.1
-unzip -aq $RPM_SOURCE_DIR/%{dtd31}
+unzip -aq %{_sourcedir}/%{dtd31}
 cd ../../xml
-unzip -aq $RPM_SOURCE_DIR/%{db3x}
+unzip -aq %{_sourcedir}/%{db3x}
 cd ../sdb
-unzip -aq $RPM_SOURCE_DIR/%{sdb}
+unzip -aq %{_sourcedir}/%{sdb}
 cd ../html
-gzip -dc $RPM_SOURCE_DIR/%{docu} | tar -xf -
+tar -xzf %{_sourcedir}/%{docu}
 cd ..
 # %setup -T -D -a 1
-cp -p $RPM_SOURCE_DIR/png-support.dtd .
-cp -p $RPM_SOURCE_DIR/png-support-3.1.dtd .
+cp -p %{_sourcedir}/png-support.dtd .
+cp -p %{_sourcedir}/png-support-3.1.dtd .
 cp %{S:8} %{S:9} %{S:10} %{S:11} %{S:12} .
-cat $RPM_SOURCE_DIR/%{pkgdif} | patch -s -p0
+patch -s -p0 <%{_sourcedir}/%{pkgdif}
 rm -f html/index.html.orig
 chmod -R a+rX,g-w,o-w .
-find $RPM_BUILD_DIR -type d | xargs chmod 755
+find %{_builddir} -type d -exec chmod 755 {} +
 
 %build
 
 %install
 pkg_name=%{name}
-doc_dir=$RPM_BUILD_ROOT/%{_defaultdocdir}/$pkg_name
+doc_dir=%{buildroot}/%{_defaultdocdir}/$pkg_name
 %{INSTALL_DIR} $doc_dir/{30,31}
-%{INSTALL_DIR} $RPM_BUILD_ROOT%{sgml_docbook_dtd_dir}/{3.0,3.1,3.x-gnome}
-%{INSTALL_DIR} $RPM_BUILD_ROOT%{sgml_config_dir}
-%{INSTALL_DATA} dtd/3.0/* $RPM_BUILD_ROOT%{sgml_docbook_dtd_dir}/3.0
-%{INSTALL_DATA} dtd/3.1/* $RPM_BUILD_ROOT%{sgml_docbook_dtd_dir}/3.1
+%{INSTALL_DIR} %{buildroot}%{sgml_docbook_dtd_dir}/{3.0,3.1,3.x-gnome}
+%{INSTALL_DATA} dtd/3.0/* %{buildroot}/%{sgml_docbook_dtd_dir}/3.0
+%{INSTALL_DATA} dtd/3.1/* %{buildroot}/%{sgml_docbook_dtd_dir}/3.1
 %{INSTALL_DATA} png-support.dtd png-support-3.1.dtd \
-  $RPM_BUILD_ROOT%{sgml_docbook_dtd_dir}/3.x-gnome
+  %{buildroot}/%{sgml_docbook_dtd_dir}/3.x-gnome
 # xml
-%{INSTALL_DIR} $RPM_BUILD_ROOT%{xml_docbook_dtd_dir}/{3.1,3.1-sdb}
-%{INSTALL_DIR} $RPM_BUILD_ROOT%{xml_config_dir}
-cp -a xml/* $RPM_BUILD_ROOT%{xml_docbook_dtd_dir}/3.1
-cp -a sdb/* $RPM_BUILD_ROOT%{xml_docbook_dtd_dir}/3.1-sdb
-# pushd $RPM_BUILD_ROOT%{sgml_docbook_dtd_dir}
-ln -sf %{xml_docbook_dtd_dir}/3.1 $RPM_BUILD_ROOT%{sgml_docbook_dtd_dir}/3.1xml
+%{INSTALL_DIR

commit docbook_3 for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package docbook_3 for openSUSE:Factory 
checked in at 2013-02-04 19:03:28

Comparing /work/SRC/openSUSE:Factory/docbook_3 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_3.new (New)


Package is "docbook_3", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/docbook_3/docbook_3.changes  2012-06-13 
13:10:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_3.new/docbook_3.changes 2013-02-04 
19:03:31.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb  1 18:51:53 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ docbook_3.spec ++
--- /var/tmp/diff_new_pack.8AeJum/_old  2013-02-04 19:03:32.0 +0100
+++ /var/tmp/diff_new_pack.8AeJum/_new  2013-02-04 19:03:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_3
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog
 Summary:DocBook DTD 3.x
-License:BSD-3-Clause ; MIT
+License:BSD-3-Clause and MIT
 Group:  Productivity/Publishing/DocBook
 Version:3.1
 Release:0





-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit docbook_3 for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package docbook_3 for openSUSE:Factory 
checked in at 2012-06-13 13:10:15

Comparing /work/SRC/openSUSE:Factory/docbook_3 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_3.new (New)


Package is "docbook_3", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/docbook_3/docbook_3.changes  2012-06-06 
16:06:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_3.new/docbook_3.changes 2012-06-13 
13:10:18.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 11:32:25 UTC 2012 - co...@suse.com
+
+- iso_ent is required for SGML, so readd it as long as SGML is supported
+
+---



Other differences:
--
++ docbook_3.spec ++
--- /var/tmp/diff_new_pack.GlQMIg/_old  2012-06-13 13:10:19.0 +0200
+++ /var/tmp/diff_new_pack.GlQMIg/_new  2012-06-13 13:10:19.0 +0200
@@ -15,13 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   docbook_3
 BuildRequires:  sgml-skel
 BuildRequires:  unzip
-Provides:   dbhset docbk30 docbk31 docbook_3-dtd
+Provides:   dbhset
+Provides:   docbk30
+Provides:   docbk31
+Provides:   docbook_3-dtd
 Obsoletes:  docbk30
 Requires:   docbook_4
-Recommends: iso_ent
+Requires:   iso_ent
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog
 Summary:DocBook DTD 3.x





-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit docbook_3 for openSUSE:Factory

2012-06-06 Thread h_root
Hello community,

here is the log from the commit of package docbook_3 for openSUSE:Factory 
checked in at 2012-06-06 16:06:11

Comparing /work/SRC/openSUSE:Factory/docbook_3 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_3.new (New)


Package is "docbook_3", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/docbook_3/docbook_3.changes  2011-09-23 
01:55:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_3.new/docbook_3.changes 2012-06-06 
16:06:15.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun  5 13:57:06 UTC 2012 - k...@suse.de
+
+- No longer require iso_ent (now Recommends).
+
+---



Other differences:
--
++ docbook_3.spec ++
--- /var/tmp/diff_new_pack.uzpaAo/_old  2012-06-06 16:06:16.0 +0200
+++ /var/tmp/diff_new_pack.uzpaAo/_new  2012-06-06 16:06:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_3
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   docbook_3
-BuildRequires:  sgml-skel unzip
-License:BSD-3-Clause ; MIT
-Group:  Productivity/Publishing/DocBook
+BuildRequires:  sgml-skel
+BuildRequires:  unzip
 Provides:   dbhset docbk30 docbk31 docbook_3-dtd
 Obsoletes:  docbk30
-Requires:   iso_ent docbook_4
+Requires:   docbook_4
+Recommends: iso_ent
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog
 Summary:DocBook DTD 3.x
+License:BSD-3-Clause ; MIT
+Group:  Productivity/Publishing/DocBook
 Version:3.1
-Release:746
+Release:0
 ### Version macros are defined so I can use them below,
 ### don't use macros for "Source:" and "Patch:" values.
 %define dtd30 docbk30.zip





-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit docbook_3 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package docbook_3 for openSUSE:Factory 
checked in at 2011-12-06 18:06:36

Comparing /work/SRC/openSUSE:Factory/docbook_3 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_3.new (New)


Package is "docbook_3", Maintainer is "k...@suse.com"

Changes:




Other differences:
--
++ docbook_3.spec ++
--- /var/tmp/diff_new_pack.0s1n1Q/_old  2011-12-06 18:10:56.0 +0100
+++ /var/tmp/diff_new_pack.0s1n1Q/_new  2011-12-06 18:10:56.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   docbook_3
 BuildRequires:  sgml-skel unzip
-License:BSD 3-Clause; X11/MIT
+License:BSD-3-Clause ; MIT
 Group:  Productivity/Publishing/DocBook
 Provides:   dbhset docbk30 docbk31 docbook_3-dtd
 Obsoletes:  docbk30





-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit docbook_3 for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package docbook_3 for openSUSE:Factory
checked in at Mon Sep 19 16:45:29 CEST 2011.




--- docbook_3/docbook_3.changes 2007-03-29 15:51:46.0 +0200
+++ /mounts/work_src_done/STABLE/docbook_3/docbook_3.changes2011-09-18 
19:33:48.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ docbook_3.spec ++
--- /var/tmp/diff_new_pack.Ya8PpZ/_old  2011-09-19 16:45:22.0 +0200
+++ /var/tmp/diff_new_pack.Ya8PpZ/_new  2011-09-19 16:45:22.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package docbook_3 (Version 3.1)
+# spec file for package docbook_3
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   docbook_3
@@ -27,7 +26,6 @@
 Requires:   iso_ent docbook_4
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog
-AutoReqProv:on
 Summary:DocBook DTD 3.x
 Version:3.1
 Release:746
@@ -67,14 +65,6 @@
 
 The documentation can be found in /usr/share/doc/packages/docbook_3.
 
-
-
-Authors:
-
-Eve L. Maler 
-Terry Allen 
-Norman Walsh 
-
 %define INSTALL install -m755 -s
 %define INSTALL_DIR install -d -m755
 %define INSTALL_DATA install -m644
@@ -121,11 +111,6 @@
 %build
 
 %install
-export RPM_BUILD_ROOT
-if [ ! "x" = "x$RPM_BUILD_ROOT" ] ; then
-  rm -fr $RPM_BUILD_ROOT
-  %{INSTALL_DIR} $RPM_BUILD_ROOT
-fi
 pkg_name=%{name}
 doc_dir=$RPM_BUILD_ROOT/%{_defaultdocdir}/$pkg_name
 %{INSTALL_DIR} $doc_dir/{30,31}
@@ -175,11 +160,6 @@
 fi
 exit 0
 
-%clean
-rm -fr $RPM_BUILD_ROOT
-# %doc element-list.txt README.SuSE
-#%doc docbook/dsl
-
 %files
 %defattr(-, root, root)
 %config %{sgml_config_dir}/CATALOG.*










Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org