Accepting request 20835 from KDE:KDE4:Factory:Desktop
Copy from KDE:KDE4:Factory:Desktop/tellico based on submit request 20835 from user Beineri OBS-URL: https://build.opensuse.org/request/show/20835 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=23
This commit is contained in:
parent
0926654364
commit
40d32e19f6
3
tellico-2.0.tar.bz2
Normal file
3
tellico-2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ec523eb9598fd82da35e43ddb14aedbbc12f6eb20ab13860eafe14a521fdb85
|
||||
size 2462988
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea86c5c9f06f60608e8eeb96525588ea6aacc511c4f42017dd52f9e549ddc93d
|
||||
size 2646342
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 08:30:21 UTC 2009 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to version 2.0
|
||||
* First release for KDE4
|
||||
* Relicensed under GPL2/GPL3
|
||||
* Document loading and image handling was improved for
|
||||
large collections
|
||||
* Amazon search was updated for new API (requires users to
|
||||
register at Amazon for secret key)
|
||||
* Webcam support was updated for newer kernels.
|
||||
* New fields were added for tracking entry id, creation
|
||||
date and last-modification date.
|
||||
* Dependent fields were improved to allow them to be any
|
||||
field type.
|
||||
* HTML export was fixed to use correct image location, as
|
||||
well as full locale sorting.
|
||||
* Adding multiple ISBN values using an unmodified CueCat
|
||||
barcode reader now works.
|
||||
* A crash when loading some large images was fixed.
|
||||
* Support for sending citations to OpenOffice.org was removed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 09:43:36 UTC 2009 - tittiatcoke@gmail.com
|
||||
|
||||
|
10
tellico.spec
10
tellico.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tellico (Version 1.9_SVN20090812)
|
||||
# spec file for package tellico (Version 2.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,16 +17,15 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define sversion svn1010674
|
||||
|
||||
Name: tellico
|
||||
BuildRequires: cmake fdupes kdemultimedia4 kdepim4-devel libkde4-devel libpoppler-qt4-devel libqimageblitz-devel
|
||||
Summary: A book collection manager
|
||||
Version: 1.9_SVN20090812
|
||||
Version: 2.0
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Other
|
||||
Source: %{name}-%{sversion}.tar.bz2
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Provides: bookcase
|
||||
Obsoletes: bookcase
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -42,9 +41,10 @@ coins, stamps, trading cards, comic books, and wines.
|
||||
|
||||
|
||||
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
|
Loading…
Reference in New Issue
Block a user