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:
Dominique Leuenberger 2011-11-28 08:15:28 +00:00 committed by Git OBS Bridge
parent 65172244b3
commit 7b57d4476f
5 changed files with 34 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f424fe7d71b2a62667f5b994bc789236ae4b047227c08e018d7deaf47801b49
size 7686467

3
anjuta-3.3.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:059932b235876ea293f9fdc9e6dc7896b8169852144d36e49a2f006105b338a7
size 5817308

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Nov 26 12:44:34 UTC 2011 - dimstar@opensuse.org
- Update to version 3.3.2:
+ Bugs fixed: bgo#648934, bgo#662526, bgo#663016, bgo#663385,
bgo#664058, bgo#664263, bgo#645212, bgo#629769, bgo#658788,
bgo#661299, bgo#662960.
- Inject gnome-shell-extension-template.tar.bz2 into build system,
as the tarball misses those files. See bgo#664829.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 26 19:26:57 UTC 2011 - dimstar@opensuse.org Wed Oct 26 19:26:57 UTC 2011 - dimstar@opensuse.org

View File

@ -18,14 +18,16 @@
Name: anjuta Name: anjuta
Version: 3.3.1 Version: 3.3.2
Release: 1 Release: 1
License: GPLv2+ License: GPLv2+
Summary: Versatile Integrated Development Environment for GNOME Summary: Versatile Integrated Development Environment for GNOME
Url: http://anjuta.sourceforge.net/ Url: http://anjuta.sourceforge.net/
Group: Development/Tools/IDE Group: Development/Tools/IDE
Source: http://download.gnome.org/sources/anjuta/3.3/%{name}-%{version}.tar.bz2 Source: http://download.gnome.org/sources/anjuta/3.3/%{name}-%{version}.tar.xz
Source1: %{name}-rpmlintrc # 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: autogen
BuildRequires: binutils-devel BuildRequires: binutils-devel
BuildRequires: bison BuildRequires: bison
@ -48,6 +50,8 @@ BuildRequires: update-desktop-files
%ifnarch ia64 s390 s390x %ifnarch ia64 s390 s390x
BuildRequires: valgrind-devel BuildRequires: valgrind-devel
%endif %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(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gdl-3.0) BuildRequires: pkgconfig(gdl-3.0)
BuildRequires: pkgconfig(gladeui-2.0) BuildRequires: pkgconfig(gladeui-2.0)
@ -137,6 +141,14 @@ and more.
%lang_package %lang_package
%prep %prep
%setup -q %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 translation-update-upstream
%build %build

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7af103e43474e22829d8e9f3c6ce7885f53a7da80cdd79cb7570332fbdaca7d
size 1220