Accepting request 17736 from KDE:KDE4:Factory:Desktop

Copy from KDE:KDE4:Factory:Desktop/tellico based on submit request 17736 from user Beineri

OBS-URL: https://build.opensuse.org/request/show/17736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=22
This commit is contained in:
OBS User autobuild 2009-08-13 21:53:27 +00:00 committed by Git OBS Bridge
parent 067b950f58
commit 0926654364
4 changed files with 28 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3354dcfd9683ffe8bbb899ff1fc21498aec57c5c33c361e920ccb971a719e17a
size 2704925

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea86c5c9f06f60608e8eeb96525588ea6aacc511c4f42017dd52f9e549ddc93d
size 2646342

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 12 09:43:36 UTC 2009 - tittiatcoke@gmail.com
- updated to newer SVN Snapshot
* don't crash when saving config
* clean-ups to get ready for first 2.0 release
* add an ID field to all collections
* rearrange some widgets in the fields dialog
* use full language code for xsl sorting
* amazon can't be included by default since it requires an account now
* add bedetheque script from Raphaël Fischer
- added translations
-------------------------------------------------------------------
Sat Jul 25 18:49:08 CEST 2009 - tittiatcoke@gmail.com

View File

@ -1,5 +1,5 @@
#
# spec file for package tellico (Version 1.9_SVN20090725)
# spec file for package tellico (Version 1.9_SVN20090812)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,12 +17,12 @@
# norootforbuild
%define sversion svn1002315
%define sversion svn1010674
Name: tellico
BuildRequires: cmake kdemultimedia4 kdepim4-devel libkde4-devel libpoppler-qt4-devel libqimageblitz-devel
BuildRequires: cmake fdupes kdemultimedia4 kdepim4-devel libkde4-devel libpoppler-qt4-devel libqimageblitz-devel
Summary: A book collection manager
Version: 1.9_SVN20090725
Version: 1.9_SVN20090812
Release: 1
License: GPL v2 or later
Group: Productivity/Other
@ -34,7 +34,6 @@ Url: http://www.periapsis.org/tellico/
# PATCH-FIX-UPSTREAM fix-compile.diff pgajdos@suse.cz
Requires: %{name}-lang = %{version}
%kde4_pimlibs_requires
%kde4_runtime_requires
%description
Tellico is an KDE application for keeping track of your collections. It
@ -45,7 +44,7 @@ coins, stamps, trading cards, comic books, and wines.
%lang_package
%prep
%setup -q -n %{name}
%setup -q -n %{name}
%build
%cmake_kde4 -d build
@ -55,11 +54,17 @@ coins, stamps, trading cards, comic books, and wines.
cd build
%makeinstall
cd ..
rm $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/fr/tellico/fr/common
rm -r $RPM_BUILD_ROOT/nogo
%suse_update_desktop_file %name Office Database
%find_lang %{name}
%kde_post_install
%if %suse_version < 1120
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/sv/common
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/en/common
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/fr/common
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/uk/common
%endif
fdupes -r $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
@ -78,7 +83,5 @@ rm -rf $RPM_BUILD_ROOT
%{_kde_config_dir}/*
%files lang -f %{name}.lang
%defattr(-,root,root,0755)
%dir %{_kde_html_dir}/fr
%changelog