0000-12-31 18:09:24 -05:50
|
|
|
Name: ipa-client
|
0000-12-31 18:09:24 -05:50
|
|
|
Version: 0.6.0
|
2008-01-31 15:49:01 -06:00
|
|
|
Release: 3%{?dist}
|
0000-12-31 18:09:24 -05:50
|
|
|
Summary: IPA client
|
2007-08-16 17:00:16 -05:00
|
|
|
|
|
|
|
Group: System Environment/Base
|
2008-01-31 15:49:01 -06:00
|
|
|
License: GPLv2
|
2007-08-16 17:00:16 -05:00
|
|
|
URL: http://www.freeipa.org
|
|
|
|
Source0: %{name}-%{version}.tgz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2008-01-16 09:26:53 -06:00
|
|
|
Requires: python python-ldap python-krbV ipa-python cyrus-sasl-gssapi
|
2007-08-16 17:00:16 -05:00
|
|
|
|
2008-01-18 15:20:36 -06:00
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
2007-08-16 17:00:16 -05:00
|
|
|
%description
|
0000-12-31 18:09:24 -05:50
|
|
|
IPA is a server for identity, policy, and audit.
|
2007-08-16 17:00:16 -05:00
|
|
|
The client package provide install and configuration scripts for clients.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
0000-12-31 18:09:24 -05:50
|
|
|
./configure --prefix=%{buildroot}/usr --libdir=%{buildroot}/%{_libdir} --sysconfdir=%{buildroot}/etc
|
2007-08-16 17:00:16 -05:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
0000-12-31 18:09:24 -05:50
|
|
|
make
|
2007-08-16 17:00:16 -05:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
0000-12-31 18:09:24 -05:50
|
|
|
make install
|
2007-08-16 17:00:16 -05:00
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_sbindir}/ipa-client-install
|
2007-12-21 10:37:19 -06:00
|
|
|
%{_sbindir}/ipa-getkeytab
|
2007-08-16 17:00:16 -05:00
|
|
|
|
|
|
|
%dir %{_usr}/share/ipa
|
|
|
|
%{_usr}/share/ipa/*
|
|
|
|
|
2008-01-18 15:20:36 -06:00
|
|
|
%dir %{python_sitelib}/ipaclient
|
|
|
|
%{python_sitelib}/ipaclient/*.py*
|
|
|
|
|
2007-08-16 17:00:16 -05:00
|
|
|
%changelog
|
2008-01-31 15:49:01 -06:00
|
|
|
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-3
|
|
|
|
- Marked with wrong license. IPA is GPLv2.
|
|
|
|
|
|
|
|
* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-2
|
2008-01-18 15:20:36 -06:00
|
|
|
- Fixed License in specfile
|
|
|
|
- Move client python files to /usr/lib*/python*/site-packages
|
|
|
|
|
0000-12-31 18:09:24 -05:50
|
|
|
* Fri Dec 21 2007 Karl MacMillan <kmacmill@redhat.com> - 0.6.0-1
|
|
|
|
- Version bump for release
|
|
|
|
|
0000-12-31 18:09:24 -05:50
|
|
|
* Wed Nov 21 2007 Karl MacMillan <kmacmill@redhat.com> - 0.5.0-1
|
|
|
|
- Version bump for release and rpm name change
|
|
|
|
|
0000-12-31 18:09:24 -05:50
|
|
|
* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.1-1
|
|
|
|
- Version bump for release
|
|
|
|
|
0000-12-31 18:09:24 -05:50
|
|
|
* Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-2
|
|
|
|
- Convert to autotools-based build
|
|
|
|
|
2007-08-16 17:00:16 -05:00
|
|
|
* Thu Aug 16 2007 Simo Sorce <ssorce@redhat.com> - 0.1.0-1
|
|
|
|
- Initial rpm version
|
|
|
|
|
|
|
|
|