Accepting request 522690 from home:jengelh:branches:GNOME:Factory
- Trim descriptions in secondary packages, and update summaries. Do not run fdupes across hardlink boundaries. OBS-URL: https://build.opensuse.org/request/show/522690 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=200
This commit is contained in:
parent
59977df808
commit
0d9f9c368c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 8 22:15:22 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim descriptions in secondary packages, and update summaries.
|
||||||
|
Do not run fdupes across hardlink boundaries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 30 09:37:07 UTC 2017 - dimstar@opensuse.org
|
Wed Aug 30 09:37:07 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
40
anjuta.spec
40
anjuta.spec
@ -84,36 +84,26 @@ profiler, a class generator, a powerful source editor, source browsing,
|
|||||||
and more.
|
and more.
|
||||||
|
|
||||||
%package -n libanjuta-3-0
|
%package -n libanjuta-3-0
|
||||||
Summary: Libraries for developing Anjuta plugins
|
Summary: Library for developing Anjuta plugins
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libanjuta-3-0
|
%description -n libanjuta-3-0
|
||||||
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
||||||
GNOME desktop. It features a number of advanced programming facilities
|
GNOME desktop.
|
||||||
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 typelib-1_0-Anjuta-3_0
|
%package -n typelib-1_0-Anjuta-3_0
|
||||||
Summary: Libraries for developing Anjuta plugins -- Introspection bindings
|
Summary: Introspection bindings for the Anjuta plugin library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-Anjuta-3_0
|
%description -n typelib-1_0-Anjuta-3_0
|
||||||
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
||||||
GNOME desktop. It features a number of advanced programming facilities
|
GNOME desktop.
|
||||||
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 the GObject Introspection bindings for the Anjuta
|
This package provides the GObject Introspection bindings for the Anjuta
|
||||||
library to develop plugins.
|
library to develop plugins.
|
||||||
|
|
||||||
%package -n glade-catalog-anjuta
|
%package -n glade-catalog-anjuta
|
||||||
Summary: Versatile Integrated Development Environment for GNOME -- Catalog for Glade
|
Summary: Glade catalog for Anjuta
|
||||||
Group: Development/Tools/GUI Builders
|
Group: Development/Tools/GUI Builders
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: glade
|
Requires: glade
|
||||||
@ -121,19 +111,14 @@ Supplements: packageand(glade:%{name}-devel)
|
|||||||
|
|
||||||
%description -n glade-catalog-anjuta
|
%description -n glade-catalog-anjuta
|
||||||
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
||||||
GNOME desktop. It features a number of advanced programming facilities
|
GNOME desktop.
|
||||||
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
|
This package provides a catalog for Glade, to allow the use the Anjuta
|
||||||
widgets in Glade.
|
widgets in Glade.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries for developing Anjuta plugins -- Development Files
|
Summary: Development files for Anjuta plugins
|
||||||
Group: Development/Tools/IDE
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libanjuta-3-0 = %{version}
|
Requires: libanjuta-3-0 = %{version}
|
||||||
Requires: typelib-1_0-Anjuta-3_0 = %{version}
|
Requires: typelib-1_0-Anjuta-3_0 = %{version}
|
||||||
Provides: %{name}-doc = %{version}
|
Provides: %{name}-doc = %{version}
|
||||||
@ -141,12 +126,7 @@ Obsoletes: %{name}-doc < %{version}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
||||||
GNOME desktop. It features a number of advanced programming facilities
|
GNOME desktop.
|
||||||
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
|
%lang_package
|
||||||
|
|
||||||
@ -176,7 +156,7 @@ rm -r %{buildroot}%{_datadir}/doc
|
|||||||
#%%find_lang anjuta-faqs %{?no_lang_C} anjuta.lang
|
#%%find_lang anjuta-faqs %{?no_lang_C} anjuta.lang
|
||||||
%find_lang anjuta-manual %{?no_lang_C} anjuta.lang
|
%find_lang anjuta-manual %{?no_lang_C} anjuta.lang
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
|
Loading…
Reference in New Issue
Block a user