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(".*devel-file-in-non-devel-package.*/usr/share/anjuta/project")
|
||||
addFilter(".*zero-length.*/usr/share/anjuta")
|
||||
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
|
||||
|
||||
|
53
anjuta.spec
53
anjuta.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: anjuta
|
||||
Version: 3.26.0
|
||||
Version: 3.28.0
|
||||
Release: 0
|
||||
Summary: Versatile Integrated Development Environment for GNOME
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/IDE
|
||||
Url: https://wiki.gnome.org/Apps/Anjuta
|
||||
Source0: http://download.gnome.org/sources/anjuta/3.26/%{name}-%{version}.tar.xz
|
||||
URL: https://wiki.gnome.org/Apps/Anjuta
|
||||
Source0: http://download.gnome.org/sources/anjuta/3.28/%{name}-%{version}.tar.xz
|
||||
Source99: %{name}-rpmlintrc
|
||||
BuildRequires: autogen
|
||||
BuildRequires: binutils-devel
|
||||
@ -38,10 +38,8 @@ BuildRequires: libapr1-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: perl-gettext
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: shared-mime-info
|
||||
BuildRequires: sqlite3-devel
|
||||
BuildRequires: subversion-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.0.0
|
||||
@ -66,7 +64,6 @@ Requires: gettext
|
||||
Requires: libgda-sqlite
|
||||
Requires: libtool
|
||||
Recommends: %{name}-lang
|
||||
%glib2_gsettings_schema_requires
|
||||
%if !0%{?is_opensuse}
|
||||
BuildRequires: translation-update-upstream
|
||||
%endif
|
||||
@ -144,41 +141,25 @@ translation-update-upstream
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
# These should go to defaultdocdir.
|
||||
rm -r %{buildroot}%{_datadir}/doc
|
||||
%suse_update_desktop_file anjuta
|
||||
%find_lang anjuta %{?no_lang_C}
|
||||
%find_lang anjuta-faqs %{no_lang_C} %{name}.lang
|
||||
# There's no translation for those yet. If build fails because of non-packaged
|
||||
# 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-manual %{?no_lang_C} anjuta.lang
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%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
|
||||
|
||||
%postun -n libanjuta-3-0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog FUTURE NEWS README doc/ScintillaDoc.html TODO
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README doc/ScintillaDoc.html
|
||||
%doc %{_datadir}/help/C/anjuta-build-tutorial/
|
||||
%doc %{_datadir}/help/C/anjuta-faqs/
|
||||
%doc %{_datadir}/help/C/anjuta-manual/
|
||||
@ -187,8 +168,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_bindir}/anjuta-tags
|
||||
%{_libdir}/anjuta/
|
||||
%{_datadir}/anjuta/
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/anjuta.appdata.xml
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/anjuta.appdata.xml
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/mime/packages/*.xml
|
||||
%{_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/mimetypes/*.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/anjuta-symbolic.svg
|
||||
%{_mandir}/man?/*.*
|
||||
%{_mandir}/man?/*%{ext_man}
|
||||
|
||||
%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
|
||||
|
||||
%files -n glade-catalog-anjuta
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/glade/modules/libgladeanjuta.so
|
||||
%{_datadir}/glade/catalogs/anjuta-glade.xml
|
||||
|
||||
%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/
|
||||
%{_includedir}/libanjuta-3.0/
|
||||
%{_libdir}/libanjuta-3.so
|
||||
%{_libdir}/pkgconfig/libanjuta-3.0.pc
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
|
||||
%files lang -f %name.lang
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user