Skip to content

Commit

Permalink
package cachedir
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed May 5, 2013
1 parent 04edd61 commit 04b7dd5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etckeeper.spec
Expand Up @@ -6,7 +6,7 @@
Summary: Store /etc in a SCM system (git, mercurial, bzr or darcs)
Name: etckeeper
Version: 0.64
Release: 0.2
Release: 0.3
License: GPL v2
Group: Applications/System
Source0: http://ftp.debian.org/debian/pool/main/e/etckeeper/%{name}_%{version}.tar.gz
Expand Down Expand Up @@ -75,6 +75,8 @@ Bash completion routines for etckeeper.
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{/etc/cron.daily,%{_localstatedir}/cache/%{name}}
%{__make} install \
LOWLEVEL_PACKAGE_MANAGER=rpm \
HIGHLEVEL_PACKAGE_MANAGER=poldek \
INSTALL="install -p" \
DESTDIR=$RPM_BUILD_ROOT

Expand Down Expand Up @@ -107,6 +109,8 @@ fi
%attr(755,root,root) %{_bindir}/%{name}
%{_mandir}/man8/%{name}.8*

%dir %attr(750,root,root) %{_localstatedir}/cache/%{name}

%files bzr
%defattr(644,root,root,755)
%dir %{py_sitescriptdir}/bzrlib
Expand Down

0 comments on commit 04b7dd5

Please sign in to comment.