2011-04-26 12:57:38 +00:00
|
|
|
#
|
2012-10-23 16:03:06 +00:00
|
|
|
# spec file for package grsync
|
2011-04-26 12:57:38 +00:00
|
|
|
#
|
2024-01-26 11:42:39 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2011-04-26 12:57:38 +00:00
|
|
|
#
|
2012-10-23 16:03:06 +00:00
|
|
|
# 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.
|
|
|
|
|
2020-12-29 18:39:33 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-04-26 12:57:38 +00:00
|
|
|
#
|
|
|
|
|
2012-10-23 16:03:06 +00:00
|
|
|
|
2011-04-26 12:57:38 +00:00
|
|
|
Name: grsync
|
2024-01-26 11:42:39 +00:00
|
|
|
Version: 1.3.1
|
2012-10-23 16:03:06 +00:00
|
|
|
Release: 0
|
2011-04-26 12:57:38 +00:00
|
|
|
Summary: GUI for rsync
|
2020-12-29 18:39:33 +00:00
|
|
|
License: GPL-2.0-only
|
2011-04-26 12:57:38 +00:00
|
|
|
Group: Productivity/Archiving/Backup
|
2020-12-29 18:39:33 +00:00
|
|
|
URL: http://www.opbyte.it/grsync/
|
2015-01-16 11:23:00 +00:00
|
|
|
Source: http://www.opbyte.it/release/%{name}-%{version}.tar.gz
|
2011-04-26 12:57:38 +00:00
|
|
|
Patch1: fix-invalid-lc-messages-dir.patch
|
2016-08-11 07:54:44 +00:00
|
|
|
# PATCH-FIX-UPSTREAM grsync-appdata.patch badshah400@gmail.com -- Add, translate and install appdata file
|
|
|
|
Patch2: grsync-appdata.patch
|
2012-10-23 16:03:06 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
2011-04-26 12:57:38 +00:00
|
|
|
BuildRequires: dos2unix
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
BuildRequires: update-desktop-files
|
2020-12-29 18:39:33 +00:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
2011-04-26 12:57:38 +00:00
|
|
|
Requires: rsync
|
2016-03-29 09:38:56 +00:00
|
|
|
Recommends: %{name}-lang
|
2011-04-26 12:57:38 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Grsync is a GUI (Graphical User Interface) for rsync, the commandline directory
|
|
|
|
and file synchronization tool. It can be effectively used to synchronize local
|
|
|
|
directories and it supports remote targets as well (even though it doesn't
|
|
|
|
support browsing the remote folder). Sample uses of grsync include: synchronize
|
|
|
|
a music collection with removable devices, backup personal files to a networked
|
|
|
|
drive, replication of a partition to another one, mirroring of files, etc.
|
|
|
|
|
2016-03-29 09:38:56 +00:00
|
|
|
%lang_package
|
|
|
|
|
2011-04-26 12:57:38 +00:00
|
|
|
%prep
|
2020-06-07 10:43:37 +00:00
|
|
|
%autosetup -p1
|
2011-04-26 12:57:38 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -fi
|
2012-01-23 13:03:36 +00:00
|
|
|
%configure \
|
|
|
|
--disable-unity
|
2011-04-26 12:57:38 +00:00
|
|
|
pushd po
|
2012-10-23 16:03:06 +00:00
|
|
|
mv ca_ES.po ca.po
|
|
|
|
mv cs_CZ.po cs.po
|
|
|
|
mv de_DE.po de.po
|
2012-01-23 13:03:36 +00:00
|
|
|
mv es_ES.po es.po
|
2011-04-26 12:57:38 +00:00
|
|
|
mv fr_FR.po fr.po
|
|
|
|
mv gl_ES.po gl.po
|
2012-10-23 16:03:06 +00:00
|
|
|
mv hr_HR.po hr.po
|
2016-03-29 09:38:56 +00:00
|
|
|
mv hu_HU.po hu.po
|
2012-01-23 13:03:36 +00:00
|
|
|
mv id_ID.po id.po
|
2012-10-23 16:03:06 +00:00
|
|
|
mv it_IT.po it.po
|
|
|
|
mv nb_NO.po nb.po
|
|
|
|
mv nl_NL.po nl.po
|
|
|
|
mv ru_RU.po ru.po
|
|
|
|
mv sv_SE.po sv.po
|
|
|
|
mv tr_TR.po tr.po
|
2011-04-26 12:57:38 +00:00
|
|
|
popd
|
|
|
|
dos2unix README NEWS AUTHORS
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
2016-03-29 09:38:56 +00:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
|
|
|
%suse_update_desktop_file -r %{name} Utility Archiving GTK
|
2011-04-26 12:57:38 +00:00
|
|
|
|
2016-03-29 09:38:56 +00:00
|
|
|
%files
|
2020-06-07 10:43:37 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS README NEWS
|
2011-04-26 12:57:38 +00:00
|
|
|
%{_bindir}/grsync
|
|
|
|
%{_bindir}/grsync-batch
|
|
|
|
%{_datadir}/applications/grsync.desktop
|
|
|
|
%{_datadir}/pixmaps/grsync.png
|
|
|
|
%{_datadir}/pixmaps/grsync-busy.png
|
2016-03-29 09:38:56 +00:00
|
|
|
%{_datadir}/%{name}/
|
2011-04-26 12:57:38 +00:00
|
|
|
%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-grsync-session.png
|
2016-03-29 09:38:56 +00:00
|
|
|
%{_datadir}/mime/packages/grsync.xml
|
2011-04-26 12:57:38 +00:00
|
|
|
%{_mandir}/man1/grsync*
|
2016-08-11 07:54:44 +00:00
|
|
|
%dir %{_datadir}/appdata
|
|
|
|
%{_datadir}/appdata/*.appdata.xml
|
2011-04-26 12:57:38 +00:00
|
|
|
|
2016-03-29 09:38:56 +00:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2011-04-26 12:57:38 +00:00
|
|
|
%changelog
|