Accepting request 586228 from GNOME:Factory
Update to 3.28.0 (forwarded request 586063 from dimstar) OBS-URL: https://build.opensuse.org/request/show/586228 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=109
This commit is contained in:
commit
5cdea14c90
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb895464c1a3c915bb2bb3ea5d236fd17202caa7205f6792f70a75affc343d70
|
|
||||||
size 6369404
|
|
3
anjuta-3.28.0.tar.xz
Normal file
3
anjuta-3.28.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b087b0a5857952d0edd24dae458616eb166a3257bc647d5279a9e71495544779
|
||||||
|
size 6382736
|
@ -1,2 +1,2 @@
|
|||||||
addFilter(".*zero-length.*/usr/share/anjuta/project")
|
addFilter(".*zero-length.*/usr/share/anjuta")
|
||||||
addFilter(".*devel-file-in-non-devel-package.*/usr/share/anjuta/project")
|
addFilter(".*devel-file-in-non-devel-package.*/usr/share/anjuta")
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 11 23:45:01 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 3.28.0:
|
||||||
|
+ help: Fix build-tutorial.
|
||||||
|
+ Fix a random crash when vim modelines are used.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop:
|
||||||
|
- update-desktop-files BuildRequires and its macro: they are no
|
||||||
|
longer required anymore.
|
||||||
|
- shared-mime-info BuildRequires, and glib2_gsettings_schema_*,
|
||||||
|
desktop_database_*, icon_theme_cache_* and mime_database_*
|
||||||
|
post/postun scriptlets and glib2_gsettings_schema_requires
|
||||||
|
macro: their functionality has been moved to RPM file triggers
|
||||||
|
(RPM 4.13, suse_vesion 1330).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 16:22:50 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Modernize spec-file by calling spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 10 21:30:24 UTC 2017 - zaitor@opensuse.org
|
Sun Sep 10 21:30:24 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
53
anjuta.spec
53
anjuta.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package anjuta
|
# spec file for package anjuta
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: anjuta
|
Name: anjuta
|
||||||
Version: 3.26.0
|
Version: 3.28.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Versatile Integrated Development Environment for GNOME
|
Summary: Versatile Integrated Development Environment for GNOME
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/IDE
|
Group: Development/Tools/IDE
|
||||||
Url: https://wiki.gnome.org/Apps/Anjuta
|
URL: https://wiki.gnome.org/Apps/Anjuta
|
||||||
Source0: http://download.gnome.org/sources/anjuta/3.26/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/anjuta/3.28/%{name}-%{version}.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
BuildRequires: autogen
|
BuildRequires: autogen
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
@ -38,10 +38,8 @@ BuildRequires: libapr1-devel
|
|||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: perl-gettext
|
BuildRequires: perl-gettext
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: shared-mime-info
|
|
||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
BuildRequires: subversion-devel
|
BuildRequires: subversion-devel
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.0.0
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.0.0
|
||||||
@ -66,7 +64,6 @@ Requires: gettext
|
|||||||
Requires: libgda-sqlite
|
Requires: libgda-sqlite
|
||||||
Requires: libtool
|
Requires: libtool
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%glib2_gsettings_schema_requires
|
|
||||||
%if !0%{?is_opensuse}
|
%if !0%{?is_opensuse}
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
%endif
|
%endif
|
||||||
@ -144,41 +141,25 @@ translation-update-upstream
|
|||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
# These should go to defaultdocdir.
|
# These should go to defaultdocdir.
|
||||||
rm -r %{buildroot}%{_datadir}/doc
|
rm -r %{buildroot}%{_datadir}/doc
|
||||||
%suse_update_desktop_file anjuta
|
|
||||||
%find_lang anjuta %{?no_lang_C}
|
%find_lang anjuta %{?no_lang_C}
|
||||||
%find_lang anjuta-faqs %{no_lang_C} %{name}.lang
|
%find_lang anjuta-faqs %{no_lang_C} %{name}.lang
|
||||||
# There's no translation for those yet. If build fails because of non-packaged
|
# There's no translation for those yet. If build fails because of non-packaged
|
||||||
# translations, uncomment those lines.
|
# translations, uncomment those lines.
|
||||||
#%%find_lang anjuta-build-tutorial %{?no_lang_C} anjuta.lang
|
%find_lang anjuta-build-tutorial %{?no_lang_C} anjuta.lang
|
||||||
#%%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}/%{_prefix}
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
%post
|
|
||||||
%glib2_gsettings_schema_post
|
|
||||||
%desktop_database_post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
%icon_theme_cache_post HighContrast
|
|
||||||
%mime_database_post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%glib2_gsettings_schema_postun
|
|
||||||
%desktop_database_postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
%icon_theme_cache_postun HighContrast
|
|
||||||
%mime_database_postun
|
|
||||||
|
|
||||||
%post -n libanjuta-3-0 -p /sbin/ldconfig
|
%post -n libanjuta-3-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libanjuta-3-0 -p /sbin/ldconfig
|
%postun -n libanjuta-3-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING ChangeLog FUTURE NEWS README doc/ScintillaDoc.html TODO
|
%doc AUTHORS NEWS README doc/ScintillaDoc.html
|
||||||
%doc %{_datadir}/help/C/anjuta-build-tutorial/
|
%doc %{_datadir}/help/C/anjuta-build-tutorial/
|
||||||
%doc %{_datadir}/help/C/anjuta-faqs/
|
%doc %{_datadir}/help/C/anjuta-faqs/
|
||||||
%doc %{_datadir}/help/C/anjuta-manual/
|
%doc %{_datadir}/help/C/anjuta-manual/
|
||||||
@ -187,8 +168,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_bindir}/anjuta-tags
|
%{_bindir}/anjuta-tags
|
||||||
%{_libdir}/anjuta/
|
%{_libdir}/anjuta/
|
||||||
%{_datadir}/anjuta/
|
%{_datadir}/anjuta/
|
||||||
%dir %{_datadir}/appdata
|
%dir %{_datadir}/metainfo
|
||||||
%{_datadir}/appdata/anjuta.appdata.xml
|
%{_datadir}/metainfo/anjuta.appdata.xml
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/mime/packages/*.xml
|
%{_datadir}/mime/packages/*.xml
|
||||||
%{_datadir}/pixmaps/anjuta/
|
%{_datadir}/pixmaps/anjuta/
|
||||||
@ -198,30 +179,30 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||||
%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
|
%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
|
||||||
%{_datadir}/icons/hicolor/symbolic/apps/anjuta-symbolic.svg
|
%{_datadir}/icons/hicolor/symbolic/apps/anjuta-symbolic.svg
|
||||||
%{_mandir}/man?/*.*
|
%{_mandir}/man?/*%{ext_man}
|
||||||
|
|
||||||
%files -n libanjuta-3-0
|
%files -n libanjuta-3-0
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_libdir}/libanjuta-3.so.*
|
%{_libdir}/libanjuta-3.so.*
|
||||||
|
|
||||||
%files -n typelib-1_0-Anjuta-3_0
|
%files -n typelib-1_0-Anjuta-3_0
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/girepository-1.0/Anjuta-3.0.typelib
|
%{_libdir}/girepository-1.0/Anjuta-3.0.typelib
|
||||||
%{_libdir}/girepository-1.0/IAnjuta-3.0.typelib
|
%{_libdir}/girepository-1.0/IAnjuta-3.0.typelib
|
||||||
|
|
||||||
%files -n glade-catalog-anjuta
|
%files -n glade-catalog-anjuta
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_libdir}/glade/modules/libgladeanjuta.so
|
%{_libdir}/glade/modules/libgladeanjuta.so
|
||||||
%{_datadir}/glade/catalogs/anjuta-glade.xml
|
%{_datadir}/glade/catalogs/anjuta-glade.xml
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%doc ChangeLog FUTURE TODO
|
||||||
|
# Own these directories to avoid requirement on gtk-doc
|
||||||
|
%dir %{_datadir}/gtk-doc
|
||||||
|
%dir %{_datadir}/gtk-doc/html
|
||||||
%doc %{_datadir}/gtk-doc/html/libanjuta/
|
%doc %{_datadir}/gtk-doc/html/libanjuta/
|
||||||
%{_includedir}/libanjuta-3.0/
|
%{_includedir}/libanjuta-3.0/
|
||||||
%{_libdir}/libanjuta-3.so
|
%{_libdir}/libanjuta-3.so
|
||||||
%{_libdir}/pkgconfig/libanjuta-3.0.pc
|
%{_libdir}/pkgconfig/libanjuta-3.0.pc
|
||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
|
|
||||||
%files lang -f %name.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user