Accepting request 49843 from home:vuntz:branches:GNOME:Factory
Thanks OBS-URL: https://build.opensuse.org/request/show/49843 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=71
This commit is contained in:
parent
91e0440d53
commit
de9a235133
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 23:37:14 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Split glade3 catalog in a glade3-catalog-anjuta subpackage. Part
|
||||
of bnc#637694.
|
||||
- Update summaries and descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 27 22:21:37 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
75
anjuta.spec
75
anjuta.spec
@ -21,7 +21,7 @@ Name: anjuta
|
||||
Version: 2.32.0.0
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: GNOME IDE for C and C++
|
||||
Summary: Versatile Integrated Development Environment for GNOME
|
||||
Url: http://anjuta.sourceforge.net/
|
||||
Group: Development/Tools/IDE
|
||||
Source: anjuta-%{version}.tar.bz2
|
||||
@ -71,43 +71,63 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%description
|
||||
Anjuta is a versatile integrated development environment (IDE) for C
|
||||
and C++. It has been written for GTK and GNOME and features a number of
|
||||
advanced programming facilities. It is basically a GUI interface for
|
||||
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.
|
||||
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
||||
GNOME desktop. It features a number of advanced programming facilities
|
||||
includes project management, application wizards, an interactive
|
||||
debugger, an integrated Glade UI designer, integrated Devhelp API help,
|
||||
an integrated Valgrind memory profiler, an integrated gprof performance
|
||||
profiler, a class generator, a powerful source editor, source browsing,
|
||||
and more.
|
||||
|
||||
%package -n glade3-catalog-anjuta
|
||||
License: GPLv2+
|
||||
Summary: Versatile Integrated Development Environment for GNOME -- Catalog for Glade
|
||||
Group: Development/Tools/GUI Builders
|
||||
Requires: %{name} = %{version}
|
||||
Requires: glade3
|
||||
Supplements: packageand(glade3:%{name}-devel)
|
||||
|
||||
%description -n glade3-catalog-anjuta
|
||||
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
||||
GNOME desktop. It features a number of advanced programming facilities
|
||||
includes project management, application wizards, an interactive
|
||||
debugger, an integrated Glade UI designer, integrated Devhelp API help,
|
||||
an integrated Valgrind memory profiler, an integrated gprof performance
|
||||
profiler, a class generator, a powerful source editor, source browsing,
|
||||
and more.
|
||||
|
||||
This package provides a catalog for Glade, to allow the use the Anjuta
|
||||
widgets in Glade.
|
||||
|
||||
%package devel
|
||||
License: GPLv2+
|
||||
Summary: GNOME IDE for C and C++
|
||||
Summary: Versatile Integrated Development Environment for GNOME -- Development Files
|
||||
Group: Development/Tools/IDE
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gconf2-devel
|
||||
Requires: gdl-devel
|
||||
Requires: gtk2-devel
|
||||
|
||||
%description devel
|
||||
Anjuta is a versatile integrated development environment (IDE) for C
|
||||
and C++. It has been written for GTK and GNOME and features a number of
|
||||
advanced programming facilities. It is basically a GUI interface for
|
||||
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.
|
||||
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
||||
GNOME desktop. It features a number of advanced programming facilities
|
||||
includes project management, application wizards, an interactive
|
||||
debugger, an integrated Glade UI designer, integrated Devhelp API help,
|
||||
an integrated Valgrind memory profiler, an integrated gprof performance
|
||||
profiler, a class generator, a powerful source editor, source browsing,
|
||||
and more.
|
||||
|
||||
%package doc
|
||||
License: GPLv2+
|
||||
Summary: GNOME IDE for C and C++
|
||||
Summary: Versatile Integrated Development Environment for GNOME -- Developer Documentation
|
||||
Group: Development/Tools/IDE
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
Anjuta is a versatile integrated development environment (IDE) for C
|
||||
and C++. It has been written for GTK and GNOME and features a number of
|
||||
advanced programming facilities. It is basically a GUI interface for
|
||||
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.
|
||||
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
||||
GNOME desktop. It features a number of advanced programming facilities
|
||||
includes project management, application wizards, an interactive
|
||||
debugger, an integrated Glade UI designer, integrated Devhelp API help,
|
||||
an integrated Valgrind memory profiler, an integrated gprof performance
|
||||
profiler, a class generator, a powerful source editor, source browsing,
|
||||
and more.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
@ -175,8 +195,11 @@ fi
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||
%doc %{_mandir}/man?/*.*
|
||||
%{_libdir}/glade3/modules/*
|
||||
%{_datadir}/glade3/catalogs/*
|
||||
|
||||
%files -n glade3-catalog-anjuta
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/glade3/modules/libgladeanjuta.so
|
||||
%{_datadir}/glade3/catalogs/anjuta-glade.xml
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
|
Loading…
Reference in New Issue
Block a user