View | Details | Raw Unified | Return to bug 24992
Collapse All | Expand All

(-)a/ConsoleKit.spec (-2 / +7 lines)
Lines 1-8 Link Here
1
%define _libexecdir %_prefix/libexec
1
%define _libexecdir %_prefix/libexec
2
%define systemdsystemunitdir /lib/systemd/system
2
3
3
Name: ConsoleKit
4
Name: ConsoleKit
4
Version: 0.4.3
5
Version: 0.4.3
5
Release: alt1
6
Release: alt1.1
6
Summary: System daemon for tracking users, sessions and seats
7
Summary: System daemon for tracking users, sessions and seats
7
License: GPL
8
License: GPL
8
Group: System/Libraries
9
Group: System/Libraries
Lines 74-79 are not always useful. Link Here
74
	--with-pid-file=%_var/run/console-kit-daemon.pid \
75
	--with-pid-file=%_var/run/console-kit-daemon.pid \
75
	--enable-pam-module \
76
	--enable-pam-module \
76
	--with-pam-module-dir=/%_lib/security \
77
	--with-pam-module-dir=/%_lib/security \
78
	--with-systemdsystemunitdir=%systemdsystemunitdir \
77
	--enable-docbook-docs
79
	--enable-docbook-docs
78
%make
80
%make
79
81
Lines 107-112 __EOF__ Link Here
107
%doc README NEWS COPYING AUTHORS
109
%doc README NEWS COPYING AUTHORS
108
%_sysconfdir/dbus-1/system.d/*
110
%_sysconfdir/dbus-1/system.d/*
109
%_sysconfdir/%name
111
%_sysconfdir/%name
112
%systemdsystemunitdir/*
110
%_logrotatedir/%name
113
%_logrotatedir/%name
111
%_sbindir/*
114
%_sbindir/*
112
%_bindir/*
115
%_bindir/*
Lines 140-145 __EOF__ Link Here
140
%_man8dir/*.8*
143
%_man8dir/*.8*
141
144
142
%changelog
145
%changelog
146
* Tue Jan 25 2011 Alexey Shabalin <shaba@altlinux.ru> 0.4.3-alt1.1
147
- add systemd service file
148
143
* Wed Nov 17 2010 Valery Inozemtsev <shrek@altlinux.ru> 0.4.3-alt1
149
* Wed Nov 17 2010 Valery Inozemtsev <shrek@altlinux.ru> 0.4.3-alt1
144
- 0.4.3
150
- 0.4.3
145
151
146
- 

Return to bug 24992