Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37410758
en ru br
ALT Linux repos
S:0.0.9-alt2.qa1
5.0: 0.0.9-alt2
4.1: 0.0.9-alt2
4.0: 0.0.9-alt0.M40.2

Group :: System/Configuration/Other
RPM: gadmin-rsync

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: gadmin-rsync
Version: 0.0.9
Release: alt2.qa1

Summary: Gadmin-rsync - An easy to use GTK+ frontend for the rsync backup client and server.
Group: System/Configuration/Other
Source: %name-%version.tar.gz
Source1: %name.pam
Patch1: alt-%name-desktop.patch

License: GPL
Packager: Eugene Ostapets <eostapets at altlinux.org>

# Automatically added by buildreq on Mon Apr 30 2007

BuildRequires: libgtk+2-devel  ImageMagick

%description
GAdmin-Rsync - An easy to use GTK+ frontend for the rsync backup client and server.

%prep
%setup
%patch1 -p1

%build
%configure

%make_build

%install
%make DESTDIR=%buildroot install
rm -r %buildroot%_docdir/%name
install -d %buildroot%_bindir
# pam auth
install -d %buildroot%_sysconfdir/pam.d/
install -d %buildroot%_sysconfdir/security/console.apps
install -m 644 %SOURCE1 %buildroot%_sysconfdir/pam.d/%name
install -m 644 etc/security/console.apps/%name %buildroot%_sysconfdir/security/console.apps/%name

# desktop entry

install -d %buildroot%_desktopdir
install -m 644 desktop/%name.desktop %buildroot%_desktopdir/%name.desktop

ln -s consolehelper %buildroot%_bindir/%name
for size in 16x16 32x32 48x48 ; do
   mkdir -p %buildroot%_iconsdir/hicolor/$size/apps
   convert %buildroot%_pixmapsdir/%name.png -size $size %buildroot%_iconsdir/hicolor/$size/apps/%name.png
done

%find_lang %name

%files -f %name.lang
%doc README AUTHORS ChangeLog COPYING
%_bindir/%name

%config %_sysconfdir/pam.d/*
%config(noreplace) %_sysconfdir/security/console.apps/*

%_desktopdir/*.desktop

%_sbindir/%name
%_pixmapsdir/%name.png
%dir %_pixmapsdir/%name
%_pixmapsdir/%name/*
%_miconsdir/%name.png
%_niconsdir/%name.png
%_liconsdir/%name.png

%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