Accepting request 207211 from KDE:Distro:Factory
Update to 4.12 Beta 2 OBS-URL: https://build.opensuse.org/request/show/207211 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mobipocket?expand=0&rev=37
This commit is contained in:
parent
7eda48dc5f
commit
c35ed99ced
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a034608c88599d7a83463b431d5e871c4193442d5281310fcfe6965369c9bf09
|
|
||||||
size 20580
|
|
3
kdegraphics-mobipocket-4.11.90.tar.xz
Normal file
3
kdegraphics-mobipocket-4.11.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd1d6a32507bd3cc765e496c8c9f3a12a0a554fb323776d31698bf85136895be
|
||||||
|
size 14840
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 16 18:00:51 UTC 2013 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to 4.11.90
|
||||||
|
* KDE 4.12 Beta 2 release
|
||||||
|
* See http://www.kde.org/announcements/announce-4.12-beta2.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 9 23:02:16 UTC 2013 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to 4.11.80
|
||||||
|
* KDE 4.12 Beta 1 release
|
||||||
|
* See http://www.kde.org/announcements/announce-4.12-beta1.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 2 15:15:38 UTC 2013 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to 4.11.3
|
||||||
|
* KDE 4.11.3 bugfix release
|
||||||
|
* See http://www.kde.org/announcements/announce-4.11.3.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 28 15:15:36 UTC 2013 - tittiatcoke@gmail.com
|
Sat Sep 28 15:15:36 UTC 2013 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -17,22 +17,34 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mobipocket
|
Name: mobipocket
|
||||||
Version: 4.11.2
|
Version: 4.11.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: E-book plugin for Okular
|
Summary: E-book plugin and library
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source: kdegraphics-mobipocket-%{version}.tar.xz
|
Source: kdegraphics-mobipocket-%{version}.tar.xz
|
||||||
BuildRequires: okular-devel
|
BuildRequires: libkde4-devel
|
||||||
BuildRequires: strigi-devel
|
BuildRequires: strigi-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mobipocket E-book support for Okular.
|
Mobipocket E-book support for Okular.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: E-book plugin and library
|
||||||
|
Group: System/GUI/KDE
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Requires: libkde4-devel
|
||||||
|
Requires: strigi-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Mobipocket E-book plugin and library.
|
||||||
|
|
||||||
|
This package provides development files for mobipocket
|
||||||
|
library
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n kdegraphics-mobipocket-%{version}
|
%setup -q -n kdegraphics-mobipocket-%{version}
|
||||||
|
|
||||||
@ -41,18 +53,24 @@ Mobipocket E-book support for Okular.
|
|||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kde4_makeinstall -C build
|
||||||
%kde4_makeinstall
|
|
||||||
%kde_post_install
|
%kde_post_install
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_applicationsdir}/okularApplication_mobi.desktop
|
%{_kde4_libdir}/libqmobipocket.so.*
|
||||||
%{_kde4_libdir}/strigi/
|
%{_kde4_libdir}/strigi/
|
||||||
%{_kde4_modulesdir}/mobithumbnail.so
|
%{_kde4_modulesdir}/mobithumbnail.so
|
||||||
%{_kde4_modulesdir}/okularGenerator_mobi.so
|
|
||||||
%{_kde4_servicesdir}/libokularGenerator_mobi.desktop
|
|
||||||
%{_kde4_servicesdir}/mobithumbnail.desktop
|
%{_kde4_servicesdir}/mobithumbnail.desktop
|
||||||
%{_kde4_servicesdir}/okularMobi.desktop
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_kde4_libdir}/libqmobipocket.so
|
||||||
|
%{_kde4_libdir}/cmake/QMobipocket/
|
||||||
|
%{_kde4_includedir}/qmobipocket/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user