Update to 0.5

- Split out a devel subpackage
This commit is contained in:
Robin Lee 2014-02-02 15:46:42 +08:00
parent 5a90a6307a
commit 0660c67bc1
3 changed files with 26 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ kbibtex-0.2.2.tar.bz2
/kbibtex-0.3.tar.bz2
/kbibtex-0.4.tar.bz2
/kbibtex-0.4.1.tar.bz2
/kbibtex-0.5.tar.xz

View File

@ -1,14 +1,14 @@
%global branch 0.4
%global branch 0.5
Name: kbibtex
Version: 0.4.1
Release: 5%{?dist}
Version: 0.5
Release: 1%{?dist}
Summary: A BibTeX editor for KDE
Group: Applications/Editors
License: GPLv2+
URL: http://home.gna.org/kbibtex/index.html
Source0: http://download.gna.org/%{name}/%{branch}/%{name}-%{version}.tar.bz2
Source0: http://download.gna.org/%{name}/%{branch}/%{name}-%{version}.tar.xz
BuildRequires: cmake kdelibs-devel libxslt-devel desktop-file-utils gettext
BuildRequires: poppler-qt4-devel
@ -19,6 +19,16 @@ Requires: okular-part
The program KBibTeX is a bibliography editor for KDE. Its main purpose is to
provide a user-friendly interface to BibTeX files.
%package devel
Summary: Development files for KBibTeX
Group: Development/Libraries
Requires: kbibtex = %{version}-%{release}
Requires: kdelibs-devel libxslt-devel poppler-qt4-devel
%description devel
The %{name}-devel package contains libraries and header files necessary for
developing programs using KBibTeX libraries.
%prep
%setup -q
@ -58,7 +68,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%doc LICENSE README
%{_kde4_bindir}/%{name}
%{_libdir}/%{name}/lib%{name}*.so
%{_libdir}/%{name}/lib%{name}*.so.*
%{_kde4_libdir}/kde4/%{name}part.so
%{_kde4_datadir}/applications/kde4/%{name}.desktop
%{_kde4_appsdir}/%{name}/
@ -69,7 +79,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.1.*
%files devel
%{_libdir}/%{name}/lib%{name}*.so
%{_kde4_includedir}/%{name}/
%changelog
* Mon Dec 30 2013 Robin Lee <cheeselee@fedoraproject.org> - 0.5-1
- Update to 0.5
- Split out a devel subpackage
* Wed Nov 20 2013 Robin Lee <cheeselee@fedoraproject.org> - 0.4.1-5
- Fix URL

View File

@ -1 +1 @@
657eda1da48198a3c336ff268ce46d6f kbibtex-0.4.1.tar.bz2
bbd2affd1edfb8f02a077c2c7cfc2038 kbibtex-0.5.tar.xz