Accepting request 586063 from GNOME:Next
Update to 3.28.0 OBS-URL: https://build.opensuse.org/request/show/586063 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=204
This commit is contained in:
parent
1dc327ce50
commit
8eed4d704b
@ -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,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
34
anjuta.spec
34
anjuta.spec
@ -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-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
|
||||
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
|
||||
@ -147,37 +144,22 @@ make %{?_smp_mflags} V=1
|
||||
%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
|
||||
%license COPYING
|
||||
%doc AUTHORS 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-faqs/
|
||||
%doc %{_datadir}/help/C/anjuta-manual/
|
||||
@ -186,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/
|
||||
@ -211,6 +193,10 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_datadir}/glade/catalogs/anjuta-glade.xml
|
||||
|
||||
%files devel
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user