Skip to content

Commit

Permalink
cleanup of spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 20, 2016
1 parent f74deab commit 217b7e8
Showing 1 changed file with 14 additions and 27 deletions.
41 changes: 14 additions & 27 deletions package/yast2-mail.spec
@@ -1,7 +1,7 @@
#
# spec file for package yast2-mail
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
Expand All @@ -23,39 +23,27 @@ Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2


Group: System/YaST
License: GPL-2.0+
BuildRequires: update-desktop-files yast2-testsuite
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: update-desktop-files
BuildRequires: yast2
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: yast2-testsuite

PreReq: %fillup_prereq

# new firewall interface
# Wizard::SetDesktopTitleAndIcon
# cfg_mail.scr
Requires: yast2 >= 3.1.179
Requires: yast2-users
Requires: yast2-ldap
Provides: yast2-config-network:/usr/lib/YaST2/clients/lan_sendmail.ycp
Provides: yast2-config-sendmail yast2-config-sendmail-devel
Obsoletes: yast2-config-sendmail yast2-config-sendmail-devel
Provides: yast2-trans-sendmail = %{version}
Obsoletes: yast2-trans-sendmail <= %{version}
Provides: yast2-config-mail = %{version}
Obsoletes: yast2-config-mail <= %{version}
Provides: yast2-trans-mail = %{version}
Obsoletes: yast2-trans-mail <= %{version}
Provides: yast2-mail-server = %{version}
Obsoletes: yast2-mail-server <= %{version}
Provides: yast2-mail-plugins = %{version}
Obsoletes: yast2-mail-plugins <= %{version}
Conflicts: aaa_base < 10.3
BuildArch: noarch
Requires: yast2 >= 3.1.179
Requires: yast2-ldap
Requires: yast2-users
Provides: yast2-config-network:/usr/lib/YaST2/clients/lan_sendmail.ycp
Conflicts: aaa_base < 10.3
BuildArch: noarch
Requires: yast2-ruby-bindings >= 1.0.0

Summary: YaST2 - Mail Configuration
Summary: YaST2 - Mail Configuration
License: GPL-2.0+
Group: System/YaST

%description
The YaST2 component for mail configuration. It handles Postfix, Cyrus,
Expand All @@ -70,7 +58,6 @@ Amavis and Fetchmail.
%install
%yast_install


%post
%{fillup_only -n mail}

Expand Down Expand Up @@ -103,6 +90,6 @@ Amavis and Fetchmail.
/etc/openldap/schema/suse-mailserver.schema
%doc %{yast_docdir}


/var/adm/fillup-templates/sysconfig.mail

%changelog

0 comments on commit 217b7e8

Please sign in to comment.