2007-01-16 00:44:35 +01:00
|
|
|
#
|
2011-10-17 10:01:03 +02:00
|
|
|
# spec file for package yast2-pam
|
|
|
|
#
|
2019-02-27 15:45:35 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-10-17 10:01:03 +02:00
|
|
|
#
|
|
|
|
# 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/
|
2007-01-16 00:44:35 +01:00
|
|
|
#
|
|
|
|
|
2008-03-27 21:36:59 +01:00
|
|
|
|
2011-10-17 10:01:03 +02:00
|
|
|
Name: yast2-pam
|
2019-05-16 14:14:03 +02:00
|
|
|
Version: 4.2.3
|
2011-10-17 10:01:03 +02:00
|
|
|
Release: 0
|
2010-02-24 02:35:03 +01:00
|
|
|
|
2011-10-17 10:01:03 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-10-08 14:51:18 +02:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2010-02-24 02:35:03 +01:00
|
|
|
|
2014-10-08 10:12:45 +02:00
|
|
|
Url: http://github.com/yast/yast-pam
|
2013-12-11 13:44:59 +01:00
|
|
|
BuildRequires: yast2-devtools >= 3.1.10
|
2014-10-08 10:12:45 +02:00
|
|
|
BuildRequires: rubygem(yast-rake)
|
2016-09-22 18:09:56 +02:00
|
|
|
|
2011-10-17 10:01:03 +02:00
|
|
|
Requires: yast2
|
2010-02-24 02:35:03 +01:00
|
|
|
|
2011-10-17 10:01:03 +02:00
|
|
|
Requires: pam-config >= 0.8
|
2010-02-24 02:35:03 +01:00
|
|
|
|
2011-10-17 10:01:03 +02:00
|
|
|
BuildArch: noarch
|
2010-02-24 02:35:03 +01:00
|
|
|
|
2013-07-30 13:39:07 +02:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
|
|
|
|
2011-10-17 10:01:03 +02:00
|
|
|
Summary: YaST2 - PAM Agent
|
2018-08-22 09:06:10 +02:00
|
|
|
License: GPL-2.0-only
|
2012-10-16 14:47:53 +02:00
|
|
|
Group: System/YaST
|
2007-01-16 00:44:35 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This agent is used by YaST2 to modify the PAM configuration files
|
|
|
|
|
|
|
|
%prep
|
2013-10-08 14:51:18 +02:00
|
|
|
%setup -n %{name}-%{version}
|
2007-01-16 00:44:35 +01:00
|
|
|
|
2014-10-08 10:12:45 +02:00
|
|
|
%check
|
|
|
|
rake test:unit
|
|
|
|
|
2007-01-16 00:44:35 +01:00
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2014-10-08 10:12:45 +02:00
|
|
|
rake install DESTDIR="%{buildroot}"
|
2007-01-16 00:44:35 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2016-09-22 18:09:56 +02:00
|
|
|
%dir %{yast_moduledir}
|
2013-10-08 14:51:18 +02:00
|
|
|
%{yast_moduledir}/*
|
2016-09-22 18:09:56 +02:00
|
|
|
%dir %{yast_scrconfdir}
|
2013-10-08 14:51:18 +02:00
|
|
|
%{yast_scrconfdir}/*.scr
|
2016-09-22 18:09:56 +02:00
|
|
|
%dir %{yast_agentdir}
|
2013-10-08 14:51:18 +02:00
|
|
|
%{yast_agentdir}/ag_passwd
|
|
|
|
%doc %{yast_docdir}
|
2018-10-16 17:47:37 +02:00
|
|
|
%license COPYING
|
2011-10-17 10:01:03 +02:00
|
|
|
|
|
|
|
%changelog
|