Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37554603
en ru br
ALT Linux repos
S:1.0-alt1

Group :: System/Configuration/Packaging
RPM: apt-conf-tmp-cache

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define confname tmp.cache.conf
%define unitname altlinux-apt-tmp-cache

Name: apt-conf-tmp-cache
Version: 1.0
Release: alt1

BuildArch: noarch

Summary: Temporary cache configuration files for apt

License: GPL
Group: System/Configuration/Packaging
Url: http://git.altlinux.org/people/sin/packages/apt-conf-tmp-cache.git

Packager: Evgemy Sinelnikov <sin at altlinux.ru>

Source: %name-%version.tar

%description
This package contains apt configuration for place cache in /tmp/.apt-cache

%prep
%setup -q

%install
mkdir -p %buildroot%_sysconfdir/apt/apt.conf.d
mkdir -p %buildroot%_unitdir
install -p -m644 %confname %buildroot%_sysconfdir/apt/apt.conf.d/%confname
install -m644 %unitname.service %buildroot%_unitdir/%unitname.service
install -m755 %unitname %buildroot/lib/systemd/%unitname

%files
%config(noreplace) %_sysconfdir/apt/apt.conf.d/%confname
/lib/systemd/%unitname
%_unitdir/%unitname.service

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin