Accepting request 76948 from KDE:Distro:Factory
new package (split from kdegraphics4) OBS-URL: https://build.opensuse.org/request/show/76948 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mobipocket?expand=0&rev=1
This commit is contained in:
commit
21f5de34a5
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
mobipocket-4.7.0.tar.bz2
Normal file
3
mobipocket-4.7.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d8a1c93297f5431617564e9d3e1eeb3055fab7187b9be2ed38e30195b0f101b
|
||||
size 19773
|
18
mobipocket.changes
Normal file
18
mobipocket.changes
Normal file
@ -0,0 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 20:28:56 CEST 2011 - dmueller@suse.de
|
||||
|
||||
- update to 4.7.0
|
||||
* Small fixes over KDE 4.7 RC2
|
||||
* see http://kde.org/announcements/4.7 for details
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 9 10:02:21 CEST 2011 - dmueller@suse.de
|
||||
|
||||
- update to 4.6.95
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 11:41:35 UTC 2011 - idonmez@novell.com
|
||||
|
||||
- Initial packaging
|
||||
|
59
mobipocket.spec
Normal file
59
mobipocket.spec
Normal file
@ -0,0 +1,59 @@
|
||||
#
|
||||
# spec file for package mobipocket (Version 4.7.0)
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: mobipocket
|
||||
Version: 4.7.0
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Mobipocket support for Okular
|
||||
Url: http://www.kde.org
|
||||
Group: Productivity/Office/Other
|
||||
Source: mobipocket-%{version}.tar.bz2
|
||||
BuildRequires: okular-devel
|
||||
BuildRequires: strigi-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
Mobipocket support for Okular.
|
||||
|
||||
%prep
|
||||
%setup -q -n mobipocket-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%make_install
|
||||
%kde_post_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %_kde4_libdir/strigi
|
||||
%{_kde4_modulesdir}/mobithumbnail.so
|
||||
%{_kde4_modulesdir}/okularGenerator_mobi.so
|
||||
%_kde4_libdir/strigi/strigila_mobi.so
|
||||
%{_kde4_applicationsdir}/okularApplication_mobi.desktop
|
||||
%{_kde4_servicesdir}/libokularGenerator_mobi.desktop
|
||||
%{_kde4_servicesdir}/mobithumbnail.desktop
|
||||
%{_kde4_servicesdir}/okularMobi.desktop
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user