[realmd] Inital import (#833411).

Stef Walter stefw at fedoraproject.org
Thu Jun 28 14:47:25 UTC 2012


commit 9b5f20d11309ad503059c0799355d97a62f8fe00
Author: Stef Walter <stefw at gnome.org>
Date:   Thu Jun 28 16:47:21 2012 +0200

    Inital import (#833411).

 .gitignore  |    1 +
 realmd.spec |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources     |    1 +
 3 files changed, 69 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fb944d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/realmd-0.4.tar.gz
diff --git a/realmd.spec b/realmd.spec
new file mode 100644
index 0000000..0cb83ce
--- /dev/null
+++ b/realmd.spec
@@ -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 at redhat.com> - 0.4-1
+- Update to upstream 0.4 version
+- Cleanup various rpmlint warnings
+
+* Tue Jun 19 2012 Stef Walter <stefw at 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 at redhat.com> - 0.3
+- Build fixes
+
+* Mon Jun 18 2012 Stef Walter <stefw at redhat.com> - 0.2
+- Initial RPM
diff --git a/sources b/sources
index e69de29..5f550c5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8cfdd46d482c6eae3647095156389a5a  realmd-0.4.tar.gz


More information about the scm-commits mailing list