File yast2-registration.spec of Package yast2-registration
#
# spec file for package yast2-registration (Version 2.18.0)
#
# Copyright (c) 2009 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
# 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/
#
# norootforbuild
Name: yast2-registration
Version: 2.18.0
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-registration-2.18.0.tar.bz2
Prefix: /usr
Group: System/YaST
License: GPL v2 or later
Requires: yast2 >= 2.17.0
Requires: yast2-packager >= 2.17.0
Requires: suseRegister
Requires: perl-TimeDate limal limal-perl limal-ca-mgm-perl
Requires: yast2-pkg-bindings >= 2.17.20
Requires: yast2-registration-branding
PreReq: %fillup_prereq
BuildRequires: yast2 >= 2.17.0
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-testsuite
BuildRequires: limal limal-ca-mgm-perl limal-perl perl-TimeDate
BuildRequires: yast2-pkg-bindings >= 2.17.20
BuildRequires: suseRegister
BuildArch: noarch
Summary: YaST2 - Registration Module
%description
The registration module to register products and/or to fetch an update
source (mirror) automatically.
Authors:
--------
J. Daniel Schmidt <jdsn@suse.de>
%prep
%setup -n yast2-registration-2.18.0
%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
# so that RPM_OPT_FLAGS check works
make %{?jobs:-j%jobs} V=1
%install
make install DESTDIR="$RPM_BUILD_ROOT"
[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
d=${f##*/}
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
#%if %sles_version
# rm $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/suse_register.desktop
#%else
# rm $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/customer_center.desktop
#%endif
%clean
rm -rf "$RPM_BUILD_ROOT"
%package branding-SLE
License: GPL v2 or later
Requires: yast2-registration
Provides: yast2-registration-branding
Conflicts: otherproviders(yast2-registration-branding)
Summary: YaST2 - Registration Module
Group: System/YaST
%description branding-SLE
The registration module to register products and/or to fetch an update
source (mirror) automatically.
Authors:
--------
J. Daniel Schmidt <jdsn@suse.de>
%package branding-openSUSE
License: GPL v2 or later
Requires: yast2-registration
Provides: yast2-registration-branding
Conflicts: otherproviders(yast2-registration-branding)
Summary: YaST2 - Registration Module
Group: System/YaST
%description branding-openSUSE
The registration module to register products and/or to fetch an update
source (mirror) automatically.
Authors:
--------
J. Daniel Schmidt <jdsn@suse.de>
%pre
/usr/sbin/groupadd -r suse-ncc 2> /dev/null || :
/usr/sbin/useradd -r -s /bin/bash -c "Novell Customer Center User" -d /var/lib/YaST2/suse-ncc-fakehome -g suse-ncc suse-ncc 2> /dev/null || :
%post
%{fillup_only -ns suse_register yast2-registration}
%files
%defattr(-,root,root)
%doc %{prefix}/share/doc/packages/yast2-registration
/usr/share/YaST2/clients/*.ycp
/usr/share/YaST2/modules/*.pm
/usr/share/YaST2/modules/*.ycp
/usr/share/YaST2/modules/*.ybc
%dir /usr/share/YaST2/include/registration
/usr/share/YaST2/include/registration/*.ycp
%{prefix}/share/applications/YaST2/online_update_configuration.desktop
/usr/share/YaST2/schema/autoyast/rnc/*.rnc
/usr/lib/YaST2/bin/online_update
/usr/share/YaST2/yastbrowser
# agents
/usr/share/YaST2/scrconf/cfg_suse_register.scr
/usr/share/YaST2/scrconf/cfg_automatic_online_update.scr
#fillup
/var/adm/fillup-templates/sysconfig.suse_register-yast2-registration
/var/adm/fillup-templates/sysconfig.automatic_online_update-yast2-registration
%files branding-SLE
%defattr(-,root,root)
%{prefix}/share/applications/YaST2/customer_center.desktop
%files branding-openSUSE
%defattr(-,root,root)
%{prefix}/share/applications/YaST2/suse_register.desktop
%changelog