File jpilot-Backup.spec of Package jpilot-Backup
#
# spec file for package jpilot-Backup (Version 0.60)
#
# Copyright (c) 2010 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/
#
# norootforbuild
Name: jpilot-Backup
BuildRequires: gdbm-devel gtk2-devel jpilot pilot-link-devel update-desktop-files
Version: 0.60
Release: 1
License: GPLv2+
Summary: Backup Plug-In for J-Pilot
Group: Hardware/Palm
AutoReqProv: on
Requires: jpilot
Source: jpilot-backup-%{version}.tar.bz2
Patch: %{name}-0.51-config.dif
Patch1: %{name}-0.51-symlinkfix.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.jlogday.com/code/jpilot-backup/
%description -n jpilot-Backup
Backups are automatic. You configure when (every sync, daily, weekly,
or monthly), how many archives (1-7), and which databases to backup and
which to ignore before starting.
Authors:
--------
Jason Day <jasonday@worldnet.att.net>
%prep
%setup -q -n jpilot-backup-%{version}
%patch
%patch1
%build
%configure \
--disable-static \
--enable-gtk2
make %{?jobs:-j%jobs}
%install
%makeinstall
find %{buildroot} -type f -name "*.la" -delete -print
%clean
rm -rf "$RPM_BUILD_ROOT "
%files
%defattr(-,root,root)
%doc README ChangeLog COPYING
%{_libdir}/jpilot
%changelog