commit boo for openSUSE:Factory
Hello community, here is the log from the commit of package boo for openSUSE:Factory checked in at 2017-03-31 15:08:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/boo (Old) and /work/SRC/openSUSE:Factory/.boo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "boo" Fri Mar 31 15:08:29 2017 rev:24 rq:482439 version:0.9.3.3457 Changes: -------- --- /work/SRC/openSUSE:Factory/boo/boo.changes 2011-09-23 01:52:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.boo.new/boo.changes 2017-03-31 15:08:31.876495904 +0200 @@ -1,0 +2,5 @@ +Thu Mar 23 15:14:15 UTC 2017 - kstreitova@suse.com + +- cleanup with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boo.spec ++++++ --- /var/tmp/diff_new_pack.bHHXBA/_old 2017-03-31 15:08:32.544401477 +0200 +++ /var/tmp/diff_new_pack.bHHXBA/_new 2017-03-31 15:08:32.544401477 +0200 @@ -1,7 +1,7 @@ # # spec file for package boo # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -16,29 +16,28 @@ # - -Name: boo -Version: 0.9.3.3457 -Release: 1 %define _version 2_0_9_3 %define _version_short 0.9.3 +# gtksourceview is required so that we can put the sourceview lang definitions +# in the right location +# On older versions of suse, this was defined as /opt/gnome... make it cross distro +%define gtksourceview_prefix %(pkg-config --variable=prefix gtksourceview-1.0) +%define mime_info_prefix %(pkg-config --variable=prefix shared-mime-info) +Name: boo +Version: 0.9.3.3457 +Release: 0 +Summary: A CLI Scripting Language License: MIT -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: boo-%{version}.tar.bz2 -Patch1: boo-pkgconfig_path_fix.patch Group: Development/Languages/Other -Summary: A CLI Scripting Language -BuildArch: noarch Url: http://boo.codehaus.org/Home -BuildRequires: mono-devel +Source0: boo-%{version}.tar.bz2 +Patch1: boo-pkgconfig_path_fix.patch BuildRequires: gtksourceview18-devel +BuildRequires: mono-devel BuildRequires: shared-mime-info Requires: %{name}-%{_version} = %{version} -# gtksourceview is required so that we can put the sourceview lang definitions -# in the right location -# On older versions of suse, this was defined as /opt/gnome... make it cross distro -%define gtksourceview_prefix %(pkg-config --variable=prefix gtksourceview-1.0) -%define mime_info_prefix %(pkg-config --variable=prefix shared-mime-info) +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description Boo is a new object oriented statically typed programming language for @@ -46,7 +45,6 @@ special focus on language and compiler extensibility. %package devel -License: MIT Summary: A CLI Scripting Language Group: Development/Languages/Other Requires: boo = %{version} @@ -57,7 +55,6 @@ special focus on language and compiler extensibility. %package 2_0_9_3 -License: MIT Summary: A CLI Scripting Language Group: Development/Languages/Other @@ -75,7 +72,7 @@ make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} +%make_install mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_datadir}/ # boo.lang is provided by gtksourceview rm -rf %{buildroot}%{_datadir}/gtksourceview-1.0
participants (1)
-
root@hilbert.suse.de