Update to 0.9.2

This commit is contained in:
Marie Loise Nolden 2020-06-21 21:36:19 +00:00 committed by Robin Lee
parent 1393b8d16b
commit d441daa646
1 changed files with 9 additions and 6 deletions

View File

@ -1,11 +1,11 @@
Name: kbibtex
Version: 0.9
Release: 6%{?dist}
Version: 0.9.2
Release: 1%{?dist}
Summary: A BibTeX editor for KDE
License: GPLv2+
URL: https://userbase.kde.org/KBibTeX
Source0: https://github.com/KDE/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Source0: http://download.kde.org/stable/KBibTeX/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: cmake qt5-qtbase-devel desktop-file-utils gettext-devel
%ifarch %qt5_qtwebengine_arches
@ -72,13 +72,13 @@ make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
%find_lang %{name} --all-name
%check
desktop-file-validate $RPM_BUILD_ROOT%{_kf5_datadir}/applications/*.desktop
%files
%files -f %{name}.lang
%doc README ChangeLog
%{_qt5_settingsdir}/%{name}rc
%{_kf5_bindir}/%{name}
@ -91,7 +91,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_kf5_datadir}/applications/*.desktop
%{_datadir}/mime/packages/bibliography.xml
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_kf5_docdir}/HTML/*/%{name}
%{_mandir}/man1/%{name}*
%{_mandir}/*
%files libs
%license LICENSE
@ -102,6 +102,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_kf5_datadir}/applications/*.desktop
%changelog
* Sat Jun 20 2020 Marie Loise Nolden <loise@kde.org> - 0.9.2-1
- Update to 0.9.2
* Mon May 18 2020 Pete Walter <pwalter@fedoraproject.org> - 0.9-6
- Rebuild for ICU 67