Inital import (#833411).

This commit is contained in:
Stef Walter 2012-06-28 16:47:21 +02:00
parent f8183d12ee
commit 9b5f20d113
3 changed files with 69 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/realmd-0.4.tar.gz

67
realmd.spec Normal file
View File

@ -0,0 +1,67 @@
Name: realmd
Version: 0.4
Release: 1%{?dist}
Summary: Kerberos realm enrollment service
License: LGPLv2+
URL: http://cgit.freedesktop.org/~stefw/realmd/
Source0: http://people.freedesktop.org/~stefw/source/realmd-0.4.tar.gz
BuildRequires: intltool pkgconfig
BuildRequires: gettext-devel
BuildRequires: glib2-devel >= 2.33.0
BuildRequires: PackageKit-glib-devel
BuildRequires: polkit-devel
BuildRequires: krb5-devel
%description
realmd is a DBus system service which manages discovery and enrollment in realms
and domains like Active Directory or IPA. The control center uses realmd as the
back end to 'join' a domain simply and automatically configure things correctly.
%define _hardened_build 1
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%clean
%files
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.realmd.conf
%{_bindir}/realm-discover
%{_bindir}/realm-enroll
%dir %{_libdir}/realmd
%dir %{_libdir}/realmd/provider.d
%{_libdir}/realmd/net-ads-smb.conf
%{_libdir}/realmd/provider.d/org.freedesktop.realmd.Samba.provider
%{_libdir}/realmd/realmd
%{_libdir}/realmd/realmd-defaults.conf
%{_libdir}/realmd/realmd-distro.conf
%{_datadir}/dbus-1/system-services/org.freedesktop.realmd.Samba.service
%{_datadir}/dbus-1/system-services/org.freedesktop.realmd.service
%{_datadir}/polkit-1/actions/org.freedesktop.realmd.policy
%doc AUTHORS COPYING ChangeLog NEWS README
%changelog
* Tue Jun 19 2012 Stef Walter <stefw@redhat.com> - 0.4-1
- Update to upstream 0.4 version
- Cleanup various rpmlint warnings
* Tue Jun 19 2012 Stef Walter <stefw@redhat.com> - 0.3-2
- Add doc files
- Own directories
- Remove obsolete parts of spec file
- Remove explicit dependencies
- Updated License line to LGPLv2+
* Tue Jun 19 2012 Stef Walter <stefw@redhat.com> - 0.3
- Build fixes
* Mon Jun 18 2012 Stef Walter <stefw@redhat.com> - 0.2
- Initial RPM

View File

@ -0,0 +1 @@
8cfdd46d482c6eae3647095156389a5a realmd-0.4.tar.gz