From 6132a07d140c906c70d25fb231c624d5c3fd76ef Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Apr 16 2007 17:05:04 +0000 Subject: - Set doc directory correctly --- diff --git a/ConsoleKit.spec b/ConsoleKit.spec index 08fd0e7..c9929ca 100644 --- a/ConsoleKit.spec +++ b/ConsoleKit.spec @@ -5,7 +5,7 @@ Summary: System daemon for tracking users, sessions and seats Name: ConsoleKit Version: 0.2.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Libraries URL: http://consolekit.freedesktop.org @@ -73,7 +73,7 @@ Developer documentation docs for HAL. %setup -q %build -%configure --with-pid-file=%{_localstatedir}/run/console-kit-daemon.pid --enable-pam-module --with-pam-module-dir=/%{_lib}/security --enable-docbook-docs +%configure --with-pid-file=%{_localstatedir}/run/console-kit-daemon.pid --enable-pam-module --with-pam-module-dir=/%{_lib}/security --enable-docbook-docs --docdir=%{_datadir}/doc/%{name}-%{version} make @@ -137,6 +137,9 @@ fi %doc %{_datadir}/doc/%{name}-%{version}/spec/* %changelog +* Mon Apr 16 2007 David Zeuthen - 0.2.1-2 +- Set doc directory correctly + * Mon Apr 16 2007 David Zeuthen - 0.2.1-1 - Update to upstream release 0.2.1 - Drop the patch to daemonize properly as that was merged upstream