New upstream release

This commit is contained in:
Lennart Poettering 2012-05-15 15:50:36 +02:00
parent d0337d3bcc
commit f5521fd4a3
3 changed files with 17 additions and 18 deletions

8
.gitignore vendored
View File

@ -1,5 +1,7 @@
.build-*.log /rtkit-0.*/
x86_64/ /.build-*.log
rtkit-*.src.rpm /x86_64/
/rtkit-*.src.rpm
/rtkit-0.9.tar.gz /rtkit-0.9.tar.gz
/rtkit-0.10.tar.gz /rtkit-0.10.tar.gz
/rtkit-0.11.tar.xz

View File

@ -1,22 +1,20 @@
Name: rtkit Name: rtkit
Version: 0.10 Version: 0.11
Release: 2%{?dist} Release: 1%{?dist}
Summary: Realtime Policy and Watchdog Daemon Summary: Realtime Policy and Watchdog Daemon
Group: System Environment/Base Group: System Environment/Base
# The daemon itself is GPLv3+, the reference implementation for the client BSD # The daemon itself is GPLv3+, the reference implementation for the client BSD
License: GPLv3+ and BSD License: GPLv3+ and BSD
URL: http://git.0pointer.de/?p=rtkit.git URL: http://git.0pointer.de/?p=rtkit.git
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: dbus Requires: dbus
Requires: polkit Requires: polkit
Requires: systemd-units Requires(post): systemd
Requires(post): systemd-units Requires(preun): systemd
Requires(preun): systemd-units Requires(postun): systemd
Requires(postun): systemd-units
BuildRequires: dbus-devel >= 1.2 BuildRequires: dbus-devel >= 1.2
BuildRequires: libcap-devel BuildRequires: libcap-devel
BuildRequires: polkit-devel BuildRequires: polkit-devel
Source0: http://0pointer.de/public/%{name}-%{version}.tar.gz Source0: http://0pointer.de/public/%{name}-%{version}.tar.xz
%description %description
RealtimeKit is a D-Bus system service that changes the RealtimeKit is a D-Bus system service that changes the
@ -29,18 +27,14 @@ processes.
%setup -q %setup -q
%build %build
%configure --with-systemdsystemunitdir=/lib/systemd/system %configure --with-systemdsystemunitdir=/usr/lib/systemd/system
make %{?_smp_mflags} make %{?_smp_mflags}
./rtkit-daemon --introspect > org.freedesktop.RealtimeKit1.xml ./rtkit-daemon --introspect > org.freedesktop.RealtimeKit1.xml
%install %install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
install -D org.freedesktop.RealtimeKit1.xml $RPM_BUILD_ROOT/%{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml install -D org.freedesktop.RealtimeKit1.xml $RPM_BUILD_ROOT/%{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
%clean
rm -rf $RPM_BUILD_ROOT
%pre %pre
getent group rtkit >/dev/null 2>&1 || groupadd \ getent group rtkit >/dev/null 2>&1 || groupadd \
-r \ -r \
@ -80,10 +74,13 @@ fi
%{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
%{_datadir}/polkit-1/actions/org.freedesktop.RealtimeKit1.policy %{_datadir}/polkit-1/actions/org.freedesktop.RealtimeKit1.policy
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf
/lib/systemd/system/rtkit-daemon.service %{_prefix}/lib/systemd/system/rtkit-daemon.service
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Tue May 15 2012 Lennart Poettering <lpoetter@redhat.com> - 0.11-1
- New upstream release
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-2 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
9ab7f2a25ddf05584ea2216dfe4cefd4 rtkit-0.10.tar.gz a96c33b9827de66033d2311f82d79a5d rtkit-0.11.tar.xz