Hello community,
here is the log from the commit of package w3c-markup-validator for
openSUSE:Factory checked in at 2014-11-11 01:10:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/w3c-markup-validator (Old)
and /work/SRC/openSUSE:Factory/.w3c-markup-validator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "w3c-markup-validator"
Changes:
--------
---
/work/SRC/openSUSE:Factory/w3c-markup-validator/w3c-markup-validator.changes
2012-12-30 12:19:51.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.w3c-markup-validator.new/w3c-markup-validator.changes
2014-11-11 01:11:44.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Nov 08 17:11:00 UTC 2014 - Led <[email protected]>
+
+- post script: remove '-e' option in 'echo' command than may be
+ unsupported in some shells
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ w3c-markup-validator.spec ++++++
--- /var/tmp/diff_new_pack.HC21w2/_old 2014-11-11 01:11:46.000000000 +0100
+++ /var/tmp/diff_new_pack.HC21w2/_new 2014-11-11 01:11:46.000000000 +0100
@@ -1,11 +1,19 @@
#
# spec file for package w3c-markup-validator
#
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2006-2009 Sierk Bornemann
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments to <[email protected]>
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# 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/
#
@@ -17,12 +25,12 @@
Name: w3c-markup-validator
Version: 1.3
+Release: 0
%{expand: %%define tbver %(echo %{version} | tr . _)}
-Release: 1
Summary: W3C Markup Validator
-Group: Productivity/Networking/Web/Utilities
License: W3C
-URL: http://validator.w3.org/
+Group: Productivity/Networking/Web/Utilities
+Url: http://validator.w3.org/
#Source0: http://validator.w3.org/dist/validator-%{tbver}.tar.gz
Source0: validator-%{tbver}.tar.gz
#Source1: http://validator.w3.org/dist/sgml-lib-%{tbver}.tar.gz
@@ -32,7 +40,8 @@
Patch1: %{pkgname}-httpd.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-BuildRequires: perl sgml-skel
+BuildRequires: perl
+BuildRequires: sgml-skel
%if 0%{?suse_version}
BuildRequires: apache2-devel
%if 0%{?suse_version} >= 1100
@@ -92,7 +101,6 @@
mv %{pkgname}-%{version}/htdocs/sgml-lib .
rm -r %{pkgname}-%{version}/
-
# Localize configs.
%{__perl} -pi -e \
's|/usr/local/validator\b|%{apache_serverroot}/%{name}|' \
@@ -108,7 +116,6 @@
's|\@apache_serverroot\@|%{apache_serverroot}|' \
%{pkgname}-opensuse-addons/validator-vhost.conf
-
# Move config out of the way
mv htdocs/config __config
@@ -118,10 +125,8 @@
chmod 755 httpd/cgi-bin/check
chmod 755 httpd/cgi-bin/sendfeedback.pl
-
%build
-
%install
# Config files
install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/w3c
@@ -148,8 +153,10 @@
%endif
%post
-echo -e "\nPlease read %{_defaultdocdir}/%{name}/README.openSUSE to configure
the W3C Markup Validator to your needs."
-echo -e "Finally, restart the webserver with 'rcapache2 graceful'.\n"
+echo "
+Please read %{_defaultdocdir}/%{name}/README.openSUSE to configure the W3C
Markup Validator to your needs.
+Finally, restart the webserver with 'rcapache2 graceful'.
+"
%{_sbindir}/a2enmod proxy || :
%postun
@@ -184,5 +191,4 @@
%ghost %config %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat
%{_datadir}/sgml/%{name}/
-
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]