File yast2-printer.spec of Package yast2-printer
#
# spec file for package yast2-printer
#
# 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
# 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-printer
Summary: YaST2 - Printer Configuration
Version: 2.21.0
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Prefix: /usr
BuildRequires: update-desktop-files xorg-x11-libX11-devel yast2 yast2-core-devel yast2-devtools yast2-testsuite
Recommends: cups-client iptables netcat samba-client
Requires: /bin/mktemp /bin/ping /usr/bin/sed
Requires: yast2 >= 2.16.12
# Used to exclude libX11, libXau, libxcb, and libxcb-xlib from the requires list
# which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
%define my_requires /tmp/my-requires
%package devel-doc
License: GPL
Group: Documentation/SUSE
BuildRequires: cups-devel yast2-core-devel
Summary: Developer documentation for yast2-printer
%description
This package contains the YaST2 component for printer configuration.
%description devel-doc
This package contains the developer documentation for yast2-printer.
%prep
%setup -q
%build
make -f Makefile.cvs
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
# 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"
%suse_update_desktop_file -d ycc_printer printer
# Exclude libX11, libXau, libxcb, and libxcb-xlib from the requires list
# which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
cat << EOF > %{my_requires}
grep -v 'basicadd_displaytest' | %{__find_requires}
EOF
chmod 755 %{my_requires}
%define __find_requires %{my_requires}
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%dir /usr/share/YaST2/include/printer
%{prefix}/share/applications/YaST2/printer.desktop
/usr/share/YaST2/modules/*.y*
/usr/share/YaST2/clients/printer*
/usr/share/YaST2/include/printer/*
/usr/share/YaST2/schema/autoyast/rnc/printer.rnc
/usr/share/YaST2/data/testprint.ps
/usr/share/YaST2/data/testprint.2pages.ps
%{prefix}/lib/YaST2/bin/autodetect_print_queues
%{prefix}/lib/YaST2/bin/autodetect_printers
%{prefix}/lib/YaST2/bin/create_printer_ppd_database
%{prefix}/lib/YaST2/bin/determine_printer_driver_options
%{prefix}/lib/YaST2/bin/cups_client_only
%{prefix}/lib/YaST2/bin/modify_cupsd_conf
%{prefix}/lib/YaST2/bin/test_device
%{prefix}/lib/YaST2/bin/test_remote_ipp
%{prefix}/lib/YaST2/bin/test_remote_lpd
%{prefix}/lib/YaST2/bin/test_remote_novell
%{prefix}/lib/YaST2/bin/test_remote_smb
%{prefix}/lib/YaST2/bin/test_remote_socket
%{prefix}/lib/YaST2/bin/basicadd_displaytest
#Documentation
%dir %{prefix}/share/doc/packages/yast2-printer
%{prefix}/share/doc/packages/yast2-printer/COPYING
%readme %{prefix}/share/doc/packages/yast2-printer/README
%files devel-doc
%defattr(-,root,root)
%doc %{prefix}/share/doc/packages/yast2-printer
%exclude %{prefix}/share/doc/packages/yast2-printer/COPYING
%exclude %{prefix}/share/doc/packages/yast2-printer/README
%changelog