Accepting request 93902 from home:dimstar:branches:GNOME:Factory
Update to 3.3.2 - with hack for gnome-shell-extensions template missing OBS-URL: https://build.opensuse.org/request/show/93902 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=112
This commit is contained in:
18
anjuta.spec
18
anjuta.spec
@@ -18,14 +18,16 @@
|
||||
|
||||
|
||||
Name: anjuta
|
||||
Version: 3.3.1
|
||||
Version: 3.3.2
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Versatile Integrated Development Environment for GNOME
|
||||
Url: http://anjuta.sourceforge.net/
|
||||
Group: Development/Tools/IDE
|
||||
Source: http://download.gnome.org/sources/anjuta/3.3/%{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Source: http://download.gnome.org/sources/anjuta/3.3/%{name}-%{version}.tar.xz
|
||||
# bgo#664829 - The tarball is missing a bunch of files for gnome-shell-extensions template.
|
||||
Source1: gnome-shell-extension-template.tar.bz2
|
||||
Source99: %{name}-rpmlintrc
|
||||
BuildRequires: autogen
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: bison
|
||||
@@ -48,6 +50,8 @@ BuildRequires: update-desktop-files
|
||||
%ifnarch ia64 s390 s390x
|
||||
BuildRequires: valgrind-devel
|
||||
%endif
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gdl-3.0)
|
||||
BuildRequires: pkgconfig(gladeui-2.0)
|
||||
@@ -137,6 +141,14 @@ and more.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
if [ -f plugins/project-wizard/templates/gnome-shell-extension/autogen.sh ]; then
|
||||
echo "plugins/project-wizard/templates/gnome-shell-extension/autogen.sh is part of the tarball again. Drop Source1 and this hack"
|
||||
/bin/false
|
||||
else
|
||||
pushd plugins/project-wizard/templates/gnome-shell-extension
|
||||
tar xf %{S:1}
|
||||
popd
|
||||
fi
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user