Accepting request 86834 from KDE:Distro:Factory
forward to factory OBS-URL: https://build.opensuse.org/request/show/86834 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=47
This commit is contained in:
parent
b001ef9ead
commit
24ce90bbfa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60ca7d5d0ec4504389bc21a16f0b78d4717940f3798643f0ba84038688a15aa0
|
||||
size 2814801
|
3
tellico-2.3.4.tar.bz2
Normal file
3
tellico-2.3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:376d8e8db8fcf19f77300e10921991d67d3d99e1abb88eda97900932c6e486fd
|
||||
size 2910721
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 19:02:39 UTC 2011 - asterios.dramis@gmail.com
|
||||
|
||||
- Update to tellico 2.3.4:
|
||||
Features:
|
||||
* Added data sources for Google Book Search and MovieMeter.nl.
|
||||
* Added capability for searching French, Spanish, and German data from
|
||||
TheMovieDB.org.
|
||||
* Added importer for Goodreads collection.
|
||||
* Added icon cache for improved performance with large images (bko#272583).
|
||||
* Added UI controls for changing icon size (bko#250907).
|
||||
* Added shortcut keys for showing full-screen and hiding menubar
|
||||
(bko#251157).
|
||||
Bug Fixes:
|
||||
* Fixed bug with image link in Tri-Column report template (bko#272744).
|
||||
* Fixed crashing bug with CSV importer and changing delimiters.
|
||||
* Fixed bug in year from Douban.com data source.
|
||||
* Fixed TMDB search for multiple person results.
|
||||
* Updated filter rules to match against values without diacritics for
|
||||
"Contains" criteria (bko#222400).
|
||||
* Fixed showing a doubled filter count (bko#281082).
|
||||
* Fixed bug when editing month in the date widget in KDE 4.7 (bko#281365).
|
||||
- Spec file updates:
|
||||
* Changed License: to GPL-2.0+.
|
||||
* Added libxml2-devel and libxslt-devel in BuildRequires:.
|
||||
* Removed support for openSUSE < 1120 from spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 9 18:53:58 UTC 2011 - asterios.dramis@gmail.com
|
||||
|
||||
|
20
tellico.spec
20
tellico.spec
@ -18,11 +18,11 @@
|
||||
|
||||
|
||||
Name: tellico
|
||||
Version: 2.3.3
|
||||
Release: 2
|
||||
Version: 2.3.4
|
||||
Release: 1
|
||||
Summary: A Collection Manager for KDE
|
||||
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Url: http://tellico-project.org/
|
||||
Group: Productivity/Office/Other
|
||||
Source0: http://tellico-project.org/files/%{name}-%{version}.tar.bz2
|
||||
@ -39,6 +39,8 @@ BuildRequires: libpoppler-qt4-devel
|
||||
BuildRequires: libqimageblitz-devel
|
||||
BuildRequires: libqjson-devel
|
||||
BuildRequires: libv4l-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: libyaz-devel
|
||||
BuildRequires: taglib-devel
|
||||
%if 0%{?suse_version}
|
||||
@ -68,7 +70,9 @@ stamps, trading cards, comic books, and wines.
|
||||
cd build
|
||||
%kde4_makeinstall
|
||||
cd ..
|
||||
rm -r %{buildroot}/nogo
|
||||
|
||||
# Remove directory (not needed)
|
||||
rm -r %{buildroot}/nogo/
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%suse_update_desktop_file -r %{name} Qt KDE Office Database
|
||||
@ -78,14 +82,6 @@ rm -r %{buildroot}/nogo
|
||||
|
||||
%kde_post_install
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1120
|
||||
mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/sv/common
|
||||
mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/en/common
|
||||
mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/fr/common
|
||||
mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/uk/common
|
||||
mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/pt_BR/common
|
||||
%endif
|
||||
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post
|
||||
|
Loading…
x
Reference in New Issue
Block a user