File cachefilesd.spec of Package cachefilesd

#
# spec file for package cachefilesd
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           cachefilesd
Summary:        CacheFiles userspace management daemon
License:        GPL-2.0+
Group:          System/Daemons
Version:        0.10.5
Release:        0
Source:         %{name}-%{version}.tar.xz
Patch0:         cachefilesd-autotools.patch
Patch1:         cachefilesd-config.patch
Patch2:         cachefilesd-loadmod.patch
Patch3:         cachefilesd-monitoring-howto-update.patch
Url:            http://people.redhat.com/~dhowells/fscache/
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  automake
BuildRequires:  libkmod-devel
BuildRequires:  pkgconfig
BuildRequires:  systemd
%{?systemd_requires}

%description
cachefilesd is a user-space management daemon for CacheFiles, a generic
caching framework for mounted filesystems.

%prep
%setup -q
%patch0
%patch1
%patch2
%patch3 -p1
%build
autoreconf -fiv
%configure --with-systemdsystemunitdir=%{_unitdir}
make %{?smp_mflags}

%install
make DESTDIR=$RPM_BUILD_ROOT install
mkdir -p $RPM_BUILD_ROOT/var/cache/fscache
install -m 644 cachefilesd.service %{buildroot}%{_unitdir}/cachefilesd.service

%pre
%service_add_pre %{name}.service

%preun
%service_del_preun %{name}.service

%post
%service_add_post %{name}.service

%postun
%service_del_postun %{name}.service

%files
%defattr(-, root, root)
%doc README *.txt
%{_mandir}/man?/*
%{_sbindir}/cachefilesd
%config(noreplace) /etc/cachefilesd.conf
%dir /var/cache/fscache
%{_unitdir}/%{name}.service

%changelog
openSUSE Build Service is sponsored by