Hello community,

here is the log from the commit of package clipit for openSUSE:Factory checked 
in at 2016-03-29 10:00:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clipit (Old)
 and      /work/SRC/openSUSE:Factory/.clipit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clipit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clipit/clipit.changes    2016-02-16 
09:18:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.clipit.new/clipit.changes       2016-03-29 
10:39:20.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Feb 13 22:46:02 UTC 2016 - mailaen...@opensuse.org
+
+- Use https://en.opensuse.org/SourceUrls
+- Only recommend xdotool (optional: for automatic paste)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ clipit.spec ++++++
--- /var/tmp/diff_new_pack.2AR3g5/_old  2016-03-29 10:39:21.000000000 +0200
+++ /var/tmp/diff_new_pack.2AR3g5/_new  2016-03-29 10:39:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clipit
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           clipit
 Version:        1.4.2
-Release:        1
+Release:        0
 Summary:        A lightweight GTK+ clipboard manager
-Group:          Productivity/Other
 License:        GPL-3.0+
-Url:            http://gtkclipit.sourceforge.net/
-Source0:        %{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       xdotool
-BuildRequires:  gtk2-devel >= 2.10.0
-BuildRequires:  intltool >= 0.23 update-desktop-files
+Group:          Productivity/Other
+Url:            https://github.com/shantzu/ClipIt/
+Source:         
https://github.com/downloads/shantzu/ClipIt/%{name}-%{version}.tar.gz
+BuildRequires:  intltool >= 0.23
 BuildRequires:  rsvg-view
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gtk+-2.0) 
+Recommends:     xdotool
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 ClipIt is a lightweight, fully featured GTK+ clipboard manager.
-It was forked from Parcellite (http://parcellite.sourceforge.net), adding 
additional features and bugfixes to the project.
+It was forked from Parcellite, adding additional features and bugfixes to the 
project.
 
 ClipIts main features are:
  – Save a history of your last copied items;
@@ -43,29 +42,25 @@
  – Execute actions with clipboard items;
  – Exclude specific items from history.
 
-
 %prep
 %setup -q
 
 %build
 %configure
-make %{?_smp_mflags} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 sed -i -e '/^Icon/s/=.*/=clipit-trayicon/' data/clipit.desktop
 rsvg-convert -h 32 -w 32 data/clipit-trayicon.svg -o data/clipit-trayicon.png
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
+make install DESTDIR=%{buildroot} INSTALL='install -p'
+mkdir -p %{buildroot}%{_datadir}/pixmaps
 install -m 644 \
        data/%{name}-trayicon.png \
-       $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}-trayicon.png
+       %{buildroot}%{_datadir}/pixmaps/%{name}-trayicon.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
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README NEWS


Reply via email to