Hello community,

here is the log from the commit of package compton for openSUSE:Factory checked 
in at 2015-02-01 12:30:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compton (Old)
 and      /work/SRC/openSUSE:Factory/.compton.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "compton"

Changes:
--------
--- /work/SRC/openSUSE:Factory/compton/compton.changes  2014-11-02 
16:45:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.compton.new/compton.changes     2015-02-01 
12:30:51.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 25 17:32:09 UTC 2015 - [email protected]
+
+- Added conditionals to support building on Fedora 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ compton.spec ++++++
--- /var/tmp/diff_new_pack.4t5eFJ/_old  2015-02-01 12:30:52.000000000 +0100
+++ /var/tmp/diff_new_pack.4t5eFJ/_new  2015-02-01 12:30:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compton
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -28,7 +28,6 @@
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  git
-BuildRequires:  libxslt-tools
 BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dbus-1)
@@ -43,7 +42,10 @@
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender)
+BuildRequires:  libxslt-tools
+%if 0%{?suse_version}
 BuildRequires:  update-desktop-files
+%endif
 Requires(pre): desktop-file-utils
 Requires(post):        desktop-file-utils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -63,8 +65,13 @@
 %__make docs
 
 %install
+%if 0%{?suse_version}
 %makeinstall
 %suse_update_desktop_file compton Utility DesktopUtility
+%endif
+%if 0%{?fedora_version}
+make DESTDIR=$RPM_BUILD_ROOT install
+%endif
 
 %post
 %desktop_database_post

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to