Accepting request 96132 from home:dimstar:branches:GNOME:Factory
Push typelib change branch OBS-URL: https://build.opensuse.org/request/show/96132 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=113
This commit is contained in:
parent
7b57d4476f
commit
531fc586d8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:41:46 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Split typelib files to typelib-1_0-Anjuta-3_0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 26 12:44:34 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
17
anjuta.spec
17
anjuta.spec
@ -101,6 +101,19 @@ 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
|
||||
Summary: Libraries for developing Anjuta plugins
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-Anjuta-3_0
|
||||
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 glade-catalog-anjuta
|
||||
License: GPLv2+
|
||||
Summary: Versatile Integrated Development Environment for GNOME -- Catalog for Glade
|
||||
@ -126,6 +139,7 @@ License: GPLv2+
|
||||
Summary: Libraries for developing Anjuta plugins -- Development Files
|
||||
Group: Development/Tools/IDE
|
||||
Requires: libanjuta-3-0 = %{version}
|
||||
Requires: typelib-1_0-Anjuta-3_0 = %{version}
|
||||
Provides: %{name}-doc = %{version}
|
||||
Obsoletes: %{name}-doc < %{version}
|
||||
|
||||
@ -226,6 +240,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files -n libanjuta-3-0
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libanjuta-3.so.*
|
||||
|
||||
%files -n typelib-1_0-Anjuta-3_0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-1.0/Anjuta-3.0.typelib
|
||||
%{_libdir}/girepository-1.0/IAnjuta-3.0.typelib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user