File parcellite.spec of Package parcellite
#
# spec file for package parcellite
#
# Copyright (c) 2011 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: parcellite
Version: 0.9.2
Release: 12
Summary: A lightweight GTK+ clipboard manager
Group: Productivity/Other
License: GPLv3+
Url: http://parcellite.sourceforge.net/
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch0: parcellite-0.9.1-german.diff
Patch1: parcellite-0.9.1-lxde-autostart.patch
Patch2: parcellite-0.9.1-defaults.diff
Patch3: parcellite-0.9.1-ld_fix.diff
BuildRequires: gtk2-devel >= 2.10.0
BuildRequires: intltool >= 0.23 update-desktop-files
BuildRequires: gnome-icon-theme
%description
Parcellite is a stripped down, basic-features-only clipboard manager with a
small memory footprint for those who like simplicity.
In GNOME and Xfce the clipboard manager will be started automatically. For
other desktops or window managers you should also install a panel with a
system tray or notification area if you want to use this package.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
autoreconf -fi
%configure
make %{?_smp_mflags} %{?jobs:-j%jobs}
sed -i -e '/^Icon/s/=.*/=parcellite/' data/parcellite.desktop
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
%if 0%suse_version > 1110
%define iconname edit-paste
%else
%define iconname gtk-paste
%endif
install -m 644 \
/usr/share/icons/gnome/32x32/actions/%{iconname}.png \
$RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
%find_lang %{name}
%suse_update_desktop_file -r -G "Clipboard Manager" %{name} GTK GNOME Utility DesktopUtility
%suse_update_desktop_file -r -G "Clipboard Manager" %{name}-startup GTK GNOME Utility DesktopUtility TrayIcon
%clean
rm -rf $RPM_BUILD_ROOT
%if 0%{?suse_version} >= 1140
%post
%desktop_database_post
%postun
%desktop_database_postun
%endif
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README NEWS
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/*
%changelog