From 39613dd752aaa4e8cb619115889b5fc4a309b78c Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Feb 19 2018 10:29:38 +0000 Subject: AppData fixes, specfile cleanup, add BRs on gcc and make --- diff --git a/clipit.appdata.xml b/clipit.appdata.xml index c488c40..efcd83a 100644 --- a/clipit.appdata.xml +++ b/clipit.appdata.xml @@ -1,15 +1,16 @@ clipit.desktop - CC0 + CC0 + GPL-3.0+ ClipIt A lightweight, fully featured clipboard manager

ClipIt is a lightweight, fully featured GTK+ clipboard manager. - It was forked from Parcellite, adding additional features and bug-fixes to the project. + It was forked from Parcellite, adding additional features and bugfixes to the project.

-

ClipIts main features are:

+

ClipIt's main features are:

  • Save a history of your last copied items
  • Search through the history
  • @@ -19,7 +20,7 @@
- https://comzeradd.fedorapeople.org/screenshots/clipit.jpg + https://fedoraproject.org/w/uploads/3/3a/ClipIt.jpg - http://clipit.rspwn.com/ + https://github.com/CristianHenzel/ClipIt
diff --git a/clipit.spec b/clipit.spec index 8b351d3..a61eec2 100644 --- a/clipit.spec +++ b/clipit.spec @@ -1,24 +1,24 @@ Name: clipit Version: 1.4.2 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A lightweight, fully featured GTK+ clipboard manager -Group: User Interface/Desktops License: GPLv3+ -URL: http://clipit.rspwn.com/ +URL: https://github.com/CristianHenzel/ClipIt Source0: http://downloads.sourceforge.net/gtk%{name}/%{name}-%{version}.tar.gz +Source1: %{name}.appdata.xml # clipit doesn't autostart in MATE # Fixed upstream but not yet merged -Source1: %{name}.appdata.xml Patch0: %{name}-%{version}-mate.patch -Patch1: %{name}-%{version}-epel.patch -BuildRequires: gtk2-devel -BuildRequires: desktop-file-utils -BuildRequires: intltool -BuildRequires: gettext -Requires: xdotool +BuildRequires: gcc +BuildRequires: make +BuildRequires: gtk2-devel +BuildRequires: desktop-file-utils +BuildRequires: intltool +BuildRequires: gettext +Requires: xdotool %description ClipIt is a lightweight, fully featured GTK+ clipboard manager. It was forked @@ -33,11 +33,8 @@ ClipIts main features are: %prep %setup -q -%if 0%{?fedora} -%patch0 -p1 -b .orig -%else -%patch1 -p1 -b .orig -%endif + +%patch0 -p1 %build %configure @@ -45,7 +42,6 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} make install DESTDIR=%{buildroot} %find_lang %{name} desktop-file-install --delete-original \ @@ -60,7 +56,6 @@ install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml %files -f %{name}.lang -%defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README NEWS %{_bindir}/%{name} %{_mandir}/man1/%{name}.1.* @@ -71,6 +66,11 @@ install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml %changelog +* Mon Feb 19 2018 Michael Simacek - 1.4.2-17 +- AppData fixes +- Specfile cleanup +- Add BRs on gcc and make + * Wed Feb 07 2018 Fedora Release Engineering - 1.4.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild