forked from pool/adcli
- Run spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/network:ldap/adcli?expand=0&rev=5
This commit is contained in:
parent
0665097785
commit
d8afac2710
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 1 15:06:01 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
- Run spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 21 14:28:21 UTC 2018 - ckowalczyk@suse.com
|
Fri Sep 21 14:28:21 UTC 2018 - ckowalczyk@suse.com
|
||||||
|
|
||||||
|
18
adcli.spec
18
adcli.spec
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package adcli
|
# spec file for package adcli
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2018 Chris Kowalczyk <ckowalczyk@suse.com>
|
# Copyright (c) 2018 Chris Kowalczyk <ckowalczyk@suse.com>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -11,27 +12,27 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
||||||
#
|
|
||||||
|
|
||||||
Name: adcli
|
Name: adcli
|
||||||
Version: 0.8.2
|
Version: 0.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for performing actions on an Active Directory domain
|
Summary: Tool for performing actions on an Active Directory domain
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
URL: http://cgit.freedesktop.org/realmd/adcli
|
URL: http://cgit.freedesktop.org/realmd/adcli
|
||||||
Source0: http://www.freedesktop.org/software/realmd/releases/%{name}-%{version}.tar.gz
|
Source0: http://www.freedesktop.org/software/realmd/releases/%{name}-%{version}.tar.gz
|
||||||
Source1: http://www.freedesktop.org/software/realmd/releases/%{name}-%{version}.tar.gz.sig
|
Source1: http://www.freedesktop.org/software/realmd/releases/%{name}-%{version}.tar.gz.sig
|
||||||
BuildRequires: libxslt-tools
|
BuildRequires: libxslt-tools
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: pkgconfig(libsasl2)
|
BuildRequires: pkgconfig(libsasl2)
|
||||||
BuildRequires: pkgconfig(mit-krb5)
|
BuildRequires: pkgconfig(mit-krb5)
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Library of routines for joining a machine to Active Directory (without samba)
|
Library of routines for joining a machine to Active Directory (without samba)
|
||||||
and managing machine accounts there. Will probably expand to cover other AD
|
and managing machine accounts there. Will probably expand to cover other AD
|
||||||
@ -58,20 +59,19 @@ This package contains the documentation for adcli.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
#Remove zero-length file.
|
#Remove zero-length file.
|
||||||
pushd %{buildroot}/%{_datadir}/doc/%{name}
|
pushd %{buildroot}/%{_datadir}/doc/%{name}
|
||||||
rm adcli-docs.proc
|
rm adcli-docs.proc
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_mandir}/man8/adcli.8%{?ext_man}
|
%{_mandir}/man8/adcli.8%{?ext_man}
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc %{_datadir}/doc/%{name}
|
%doc %{_datadir}/doc/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user