Accepting request 19687 from GNOME:Factory
Copy from GNOME:Factory/anjuta based on submit request 19687 from user vuntz OBS-URL: https://build.opensuse.org/request/show/19687 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=32
This commit is contained in:
parent
a62dcff817
commit
867a2fb3ba
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f13013f73d9cd2eadc24be4e0e4be4b1171e82909bb000ddf5e445e392ddce4f
|
||||
size 7322973
|
3
anjuta-2.27.91.0.tar.bz2
Normal file
3
anjuta-2.27.91.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:456d923146f3f1d3579cf6ef85946bd8219cdad58d7777e20e05905d2663f379
|
||||
size 7352705
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 12:50:26 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.27.91.0:
|
||||
+ Some git fixes (file-status, etc.)
|
||||
+ Stability fixes on symbol-db
|
||||
+ bgo#593236: Typo in Anjuta pot file
|
||||
+ bgo#592941 – Fixed errors in Anjuta IDE Manual (Greek
|
||||
translation)
|
||||
+ bgo#591758 - Fix language mistakes
|
||||
+ bgo#591887 - Bad strings for translation
|
||||
+ bgo#590117 – Build failure: local scandir() function collides
|
||||
with system's
|
||||
+ bgo#589828 – Can't open GtkBuilder files with the glade plugin
|
||||
+ bgo#590708 – Some untranslated strings
|
||||
+ bgo#591359 – Need an easier and intuitive way to create a
|
||||
shared library project
|
||||
+ bgo#590337 – Compile failure: not allowed to link against a
|
||||
module
|
||||
+ bgo#590720 – glade plugin FTBFS on mips(el) and alpha,
|
||||
LANGUAGE_C built-in
|
||||
+ bgo#575926 – 'Maintain past indentation' disables itself
|
||||
+ bgo#578690 – Several components underlinked
|
||||
+ bgo#585428 – Context needed to translate
|
||||
+ bgo#590334 – Fix -I ordering
|
||||
+ bgo#590338 – Missing plugins flags
|
||||
+ bgo#566698 - git: Add init support
|
||||
+ bgo#588112 - language-support-cpp-java: fixed infinite loop /
|
||||
freeze
|
||||
+ bgo#587248 – Encoding key in desktop file is deprecated
|
||||
+ bgo#588485 – fixes from running anjuta with
|
||||
G_DEBUG="fatal_warnings"
|
||||
+ bgo#589699 – When ~/.cache isn't exists, session data isn't
|
||||
saved
|
||||
+ bgo#588506 – Wrong value of PACKAGE_DOC_DIR
|
||||
+ bgo#589601 – "gtk-execute" and "gtk-cancel" marked for
|
||||
translation
|
||||
- Use spec-cleaner script to reorder lines in preamble.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 06:07:51 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
71
anjuta.spec
71
anjuta.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package anjuta (Version 2.27.5.0)
|
||||
# spec file for package anjuta (Version 2.27.91.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -15,10 +15,17 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: anjuta
|
||||
Version: 2.27.91.0
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Summary: GNOME IDE for C and C++
|
||||
Url: http://anjuta.sourceforge.net/
|
||||
Group: Development/Tools/IDE
|
||||
Source: anjuta-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
BuildRequires: autogen
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: devhelp-devel
|
||||
@ -47,21 +54,13 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: valgrind-devel
|
||||
%endif
|
||||
BuildRequires: vte-devel
|
||||
License: GPL v2 or later
|
||||
Group: Development/Tools/IDE
|
||||
Requires: %{name}-lang = %{version}
|
||||
# Directly required by anjuta:
|
||||
Requires: autoconf
|
||||
Requires: autogen
|
||||
Requires: automake
|
||||
Requires: autoconf
|
||||
Requires: libtool
|
||||
Requires: gettext
|
||||
Version: 2.27.5.0
|
||||
Release: 1
|
||||
Requires: %{name}-lang = %{version}
|
||||
Summary: GNOME IDE for C and C++
|
||||
Source: anjuta-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Url: http://anjuta.sourceforge.net/
|
||||
Requires: libtool
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%gconf_schemas_prereq
|
||||
|
||||
@ -73,22 +72,12 @@ the collection of command line programming utilities and tools
|
||||
available for the GNU system. These are usually run via a text console
|
||||
and can be unfriendly to use.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Naba kumar <naba@gnome.org>
|
||||
Stéphane Démurget <demurgets@free.fr>
|
||||
Andy Piper <andy.piper@freeuk.com>
|
||||
Hector Rivera Falu <misha@phreaker.net>
|
||||
Luca Bellonda <lbell@tsc4.com>
|
||||
Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Summary: GNOME IDE for C and C++
|
||||
Group: Development/Tools/IDE
|
||||
Requires: %{name} = %{version} gdl-devel
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gdl-devel
|
||||
|
||||
%description devel
|
||||
Anjuta is a versatile integrated development environment (IDE) for C
|
||||
@ -98,17 +87,6 @@ the collection of command line programming utilities and tools
|
||||
available for the GNU system. These are usually run via a text console
|
||||
and can be unfriendly to use.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Naba kumar <naba@gnome.org>
|
||||
Stéphane Démurget <demurgets@free.fr>
|
||||
Andy Piper <andy.piper@freeuk.com>
|
||||
Hector Rivera Falu <misha@phreaker.net>
|
||||
Luca Bellonda <lbell@tsc4.com>
|
||||
Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
|
||||
|
||||
%package doc
|
||||
License: GPL v2 or later
|
||||
Summary: GNOME IDE for C and C++
|
||||
@ -123,17 +101,6 @@ the collection of command line programming utilities and tools
|
||||
available for the GNU system. These are usually run via a text console
|
||||
and can be unfriendly to use.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Naba kumar <naba@gnome.org>
|
||||
Stéphane Démurget <demurgets@free.fr>
|
||||
Andy Piper <andy.piper@freeuk.com>
|
||||
Hector Rivera Falu <misha@phreaker.net>
|
||||
Luca Bellonda <lbell@tsc4.com>
|
||||
Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
@ -147,19 +114,19 @@ make %{?jobs:-j%jobs}
|
||||
%install
|
||||
%makeinstall
|
||||
# These should go to defaultdocdir.
|
||||
rm -r $RPM_BUILD_ROOT%{_datadir}/doc
|
||||
DESTDIR=$RPM_BUILD_ROOT mime-info-to-mime
|
||||
rm -r %{buildroot}%{_datadir}/doc
|
||||
DESTDIR=%{buildroot} mime-info-to-mime
|
||||
%suse_update_desktop_file -C "" -G "Integrated Development Environment" anjuta Development IDE GNOME
|
||||
%find_lang anjuta
|
||||
%find_lang anjuta-build-tutorial anjuta.lang
|
||||
%find_lang anjuta-faqs anjuta.lang
|
||||
%find_lang anjuta-manual anjuta.lang
|
||||
%find_gconf_schemas
|
||||
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user