Skip to content

Commit

Permalink
format spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Feb 7, 2014
1 parent 6298399 commit a764776
Showing 1 changed file with 41 additions and 14 deletions.
55 changes: 41 additions & 14 deletions package/yast2-users.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package yast2-users
#
# 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
Expand All @@ -23,21 +23,46 @@ Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2

Group: System/YaST
License: GPL-2.0
BuildRequires: cracklib-devel doxygen gcc-c++ perl-Digest-SHA1 perl-XML-Writer update-desktop-files libtool
BuildRequires: yast2 yast2-ldap yast2-perl-bindings yast2-security yast2-testsuite yast2-core-devel
BuildRequires: cracklib-devel
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: perl-Digest-SHA1
BuildRequires: perl-XML-Writer
BuildRequires: update-desktop-files
BuildRequires: yast2
BuildRequires: yast2-core-devel
BuildRequires: yast2-devtools >= 3.1.10

Requires: yast2-country yast2-pam yast2-security cracklib perl-Digest-SHA1 perl-X500-DN perl-gettext
Obsoletes: yast2-config-users y2c_users yast2-trans-users y2t_users yast2-trans-inst-user yast2-trans-users y2t_inst-user
Provides: yast2-config-users y2c_users yast2-trans-users y2t_users yast2-trans-inst-user yast2-trans-users y2t_inst-user
BuildRequires: yast2-ldap
BuildRequires: yast2-perl-bindings
BuildRequires: yast2-security
BuildRequires: yast2-testsuite

Requires: cracklib
Requires: perl-Digest-SHA1
Requires: perl-X500-DN
Requires: perl-gettext
Requires: yast2-country
Requires: yast2-pam
Requires: yast2-security
Obsoletes: y2c_users
Obsoletes: y2t_inst-user
Obsoletes: y2t_users
Obsoletes: yast2-config-users
Obsoletes: yast2-trans-inst-user
Obsoletes: yast2-trans-users
Provides: y2c_users
Provides: y2t_inst-user
Provides: y2t_users
Provides: yast2-config-users
Provides: yast2-trans-inst-user
Provides: yast2-trans-users

# y2usernote, y2useritem
Requires: yast2-perl-bindings >= 2.18.0
Requires: yast2-perl-bindings >= 2.18.0

# this forces using yast2-ldap with orrect LDAP object names (fate#303596)
Requires: yast2-ldap >= 3.1.2
Requires: yast2-ldap >= 3.1.2

# Syslog.ycp
Requires: yast2 >= 2.23.7
Expand All @@ -46,15 +71,17 @@ Requires: yast2-core >= 2.21.0

Requires: yast2-ruby-bindings >= 1.0.0

Summary: YaST2 - User and Group Configuration
Summary: YaST2 - User and Group Configuration
License: GPL-2.0
Group: System/YaST

%description
This package provides GUI for maintenance of linux users and groups.

%package devel-doc
Requires: yast2-users = %version
Group: System/YaST
Summary: YaST2 - User and Group Configuration - Development Documentation
Group: System/YaST

%description devel-doc
This package contains development documentation for using the API
Expand All @@ -69,7 +96,6 @@ provided by yast2-users package.
%install
%yast_install


%files
%defattr(-,root,root)
%dir %{yast_yncludedir}/users
Expand Down Expand Up @@ -97,3 +123,4 @@ provided by yast2-users package.
%doc %{yast_docdir}/autodocs
%doc %{yast_docdir}/crack.html

%changelog

0 comments on commit a764776

Please sign in to comment.