Update to 0.5
- No more libadcli, and thus no adcli-devel - Many new adcli commands - Documentation
This commit is contained in:
parent
52ea7a05dd
commit
8f8d119d0c
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/adcli-0.2.tar.gz
|
||||
/adcli-0.3.tar.gz
|
||||
/adcli-0.4.tar.gz
|
||||
/adcli-0.5.tar.gz
|
||||
|
29
adcli.spec
29
adcli.spec
@ -1,6 +1,6 @@
|
||||
Name: adcli
|
||||
Version: 0.4
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Active Directory enrollment
|
||||
License: LGPLv2+
|
||||
URL: http://cgit.freedesktop.org/realmd/adcli
|
||||
@ -10,19 +10,15 @@ BuildRequires: intltool pkgconfig
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: openldap-devel
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: xmlto
|
||||
|
||||
Requires: cyrus-sasl-gssapi
|
||||
|
||||
%description
|
||||
adcli is a library and tool for joining an Active Directory domain using
|
||||
standard LDAP and Kerberos calls.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for developing
|
||||
applications that use %{name}.
|
||||
|
||||
%define _hardened_build 1
|
||||
|
||||
%prep
|
||||
@ -43,16 +39,17 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%clean
|
||||
|
||||
%files
|
||||
%{_libdir}/libadcli.so.*
|
||||
%{_sbindir}/adcli
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
|
||||
%files devel
|
||||
%{_includedir}/adcli-1/
|
||||
%{_libdir}/libadcli.so
|
||||
%{_libdir}/pkgconfig/adcli-1.pc
|
||||
%doc %{_datadir}
|
||||
|
||||
%changelog
|
||||
* Tue Apr 10 2013 Stef Walter <stefw@redhat.com> - 0.5-1
|
||||
- Update to upstream 0.5 version
|
||||
- No more libadcli, and thus no adcli-devel
|
||||
- Many new adcli commands
|
||||
- Documentation
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user