Hello community,
here is the log from the commit of package skelcd-control-openSUSE-LangAddOn
for openSUSE:Factory checked in at 2014-01-13 10:56:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE-LangAddOn (Old)
and /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE-LangAddOn.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skelcd-control-openSUSE-LangAddOn"
Changes:
--------
---
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE-LangAddOn/skelcd-control-openSUSE-LangAddOn.changes
2013-12-31 16:47:42.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE-LangAddOn.new/skelcd-control-openSUSE-LangAddOn.changes
2014-01-13 10:56:20.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Jan 9 13:21:40 UTC 2014 - [email protected]
+
+- the package is maintained now at Yast GitHub repository
+ (https://github.com/yast/skelcd-control-openSUSE-LangAddOn)
+- changed versioning schema to 13.2.x (distribution release
+ prefix)
+- version 13.2.1
+
+-------------------------------------------------------------------
Old:
----
get_version_number.sh
installation.xml
New:
----
skelcd-control-openSUSE-LangAddOn-13.2.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skelcd-control-openSUSE-LangAddOn.spec ++++++
--- /var/tmp/diff_new_pack.XvOIQ5/_old 2014-01-13 10:56:20.000000000 +0100
+++ /var/tmp/diff_new_pack.XvOIQ5/_new 2014-01-13 10:56:20.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package skelcd-control-openSUSE-LangAddOn
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,36 +17,46 @@
Name: skelcd-control-openSUSE-LangAddOn
-BuildRequires: libxml2
-# control.rnc
+# xmllint
+BuildRequires: libxml2-tools
+# control.rng
BuildRequires: yast2-installation-control
-Url: http://www.suse.com/
+Url: https://github.com/yast/skelcd-control-openSUSE-LangAddOn
AutoReqProv: off
-Version: 2008.12.5
+Version: 13.2.1
Release: 0
Summary: skelcd for lang-addons
License: GPL-2.0+
Group: Metapackages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source: installation.xml
+Source: %{name}-%{version}.tar.bz2
Provides: product_control
BuildArch: noarch
%description
skelcd for lang-addons
+# NOTE: Do not patch the installation.xml file in OBS, fork
+# https://github.com/yast/skelcd-control-openSUSE-LangAddOn instead and create
+# a pull request. The package is autosubmitted from Git by Jenkins CI
+# (http://ci.opensuse.org/view/Yast/), your changes could be lost.
+
%prep
+%setup -n %{name}-%{version}
+
+%check
+#
+# Verify syntax
+#
+make -C control check
+
%install
#
# Add control file
#
mkdir -p $RPM_BUILD_ROOT/CD1
-#
-# Verify syntax
-#
-xmllint --relaxng /usr/share/YaST2/control/control.rng --noout
$RPM_SOURCE_DIR/installation.xml
-cp $RPM_SOURCE_DIR/installation.xml $RPM_BUILD_ROOT/CD1/
+install -m 644 control/installation.xml $RPM_BUILD_ROOT/CD1/installation.xml
%files
%defattr(644,root,root,755)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]