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
This commit is contained in:
parent
3409308dcd
commit
52a7942f34
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user