diff --git a/.gitignore b/.gitignore index f411b50..eaafdd7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /adcli-0.2.tar.gz /adcli-0.3.tar.gz /adcli-0.4.tar.gz +/adcli-0.5.tar.gz diff --git a/adcli.spec b/adcli.spec index cb6287e..dfe6fc3 100644 --- a/adcli.spec +++ b/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 - 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 - 0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index bc81b4f..2507982 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -769312579ca6d675befec58af88d1273 adcli-0.4.tar.gz +40d8f7e195ab3125c0ac4f54a8cc9c0a adcli-0.5.tar.gz