diff --git a/anjuta.changes b/anjuta.changes index f4b9e37..d9eeec7 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/anjuta.spec b/anjuta.spec index 73546ac..fce0240 100644 --- a/anjuta.spec +++ b/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 @@ -20,9 +20,9 @@ Name: anjuta Version: 3.26.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 +URL: https://wiki.gnome.org/Apps/Anjuta Source0: http://download.gnome.org/sources/anjuta/3.26/%{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc BuildRequires: autogen @@ -144,7 +144,7 @@ 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 @@ -173,12 +173,11 @@ find %{buildroot} -type f -name "*.la" -delete -print %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 ChangeLog FUTURE NEWS README doc/ScintillaDoc.html TODO %doc %{_datadir}/help/C/anjuta-build-tutorial/ %doc %{_datadir}/help/C/anjuta-faqs/ %doc %{_datadir}/help/C/anjuta-manual/ @@ -198,30 +197,26 @@ 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 %{_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