Update to 0.6

This commit is contained in:
Robin Lee 2015-10-14 02:14:15 +08:00
parent 43505834a4
commit ad89fa5e78
3 changed files with 14 additions and 6 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ kbibtex-0.2.2.tar.bz2
/kbibtex-0.4.1.tar.bz2
/kbibtex-0.5.tar.xz
/kbibtex-0.5.1.tar.xz
/kbibtex-0.6.tar.xz

View File

@ -1,8 +1,8 @@
%global branch 0.5
Name: kbibtex
Version: 0.5.1
Release: 8%{?dist}
Version: 0.6
Release: 1%{?dist}
Summary: A BibTeX editor for KDE
Group: Applications/Editors
@ -13,7 +13,9 @@ Source0: http://download.gna.org/%{name}/%{branch}/%{name}-%{version}.tar.xz
BuildRequires: cmake kdelibs4-devel libxslt-devel desktop-file-utils gettext
BuildRequires: pkgconfig(QtWebKit)
BuildRequires: poppler-qt4-devel
Requires: okular-part
BuildRequires: libqxt-devel
BuildRequires: qca-devel
Requires: okular-part%{_isa}
%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
%description
@ -112,10 +114,11 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
fi
%files
%doc LICENSE README
%doc README
%license LICENSE
%{_kde4_bindir}/%{name}
%{_libdir}/%{name}/lib%{name}*.so.*
%{_kde4_libdir}/kde4/%{name}part.so
%{_kde4_libdir}/kde4/%{name}part.so*
%{_kde4_datadir}/appdata/%{name}.appdata.xml
%{_kde4_datadir}/applications/kde4/%{name}.desktop
%{_kde4_appsdir}/%{name}/
@ -125,6 +128,7 @@ fi
%{_datadir}/mime/packages/bibliography.xml
%{_kde4_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.1.*
%{_kde4_docdir}/HTML/en/%{name}
%files devel
%{_libdir}/%{name}/lib%{name}*.so
@ -132,6 +136,9 @@ fi
%changelog
* Tue Oct 13 2015 Robin Lee <cheeselee@fedoraproject.org> - 0.6-1
- Update to 0.6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
133d4a1a7ec9242545f7616765384777 kbibtex-0.5.1.tar.xz
f1a9c1867d94c36fe88cfa0470b85dac kbibtex-0.6.tar.xz