From 52a7942f343d8c9a353f10601f84b6a4ea1fb939fa96c1833f083856111cfafb Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 19 Oct 2015 20:52:31 +0000 Subject: [PATCH] Accepting request 339471 from network Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/339471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unison?expand=0&rev=33 --- unison.changes | 10 ++++++++++ unison.spec | 8 +++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/unison.changes b/unison.changes index cb6bd1c..a93f46d 100644 --- a/unison.changes +++ b/unison.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Oct 10 09:40:28 UTC 2015 - olaf@aepfle.de + +- Replace BuildRequires lablgtk2-devel with ocaml-lablgtk2-devel + +------------------------------------------------------------------- +Fri Oct 9 18:44:33 UTC 2015 - tilman.vogel@web.de + +- include unison-fsmonitor binary in package + ------------------------------------------------------------------- Sat Feb 21 22:04:36 CET 2015 - oliver@getspam.de diff --git a/unison.spec b/unison.spec index cc3417c..b685657 100644 --- a/unison.spec +++ b/unison.spec @@ -1,7 +1,7 @@ # # spec file for package unison # -# Copyright (c) 2015 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 @@ -36,8 +36,8 @@ Source1: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stab Source2: %{name}.desktop Source3: %{name}.png BuildRequires: gtk2-devel -BuildRequires: lablgtk2-devel BuildRequires: ncurses-devel +BuildRequires: ocaml-lablgtk2-devel BuildRequires: update-desktop-files BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -69,7 +69,8 @@ make UISTYLE=gtk2 NATIVE=$NATIVE THREADS=true export NO_BRP_STRIP_DEBUG=true %endif install -m 755 -d %{buildroot}/%{_bindir} -install -m 755 %name %{buildroot}%{_bindir} +install -m 755 %{name} %{buildroot}%{_bindir} +install -m 755 %{name}-fsmonitor %{buildroot}%{_bindir} install -m 755 -d %{buildroot}/%{_prefix}/share/pixmaps install -m 644 %{SOURCE3} %{buildroot}/%{_prefix}/share/pixmaps install -m 644 %{SOURCE1} unison-manual.html @@ -81,5 +82,6 @@ install -m 644 %{SOURCE1} unison-manual.html %{_datadir}/applications/* %{_datadir}/pixmaps/unison.png %{_bindir}/%{name} +%{_bindir}/%{name}-fsmonitor %changelog