tellico/tellico.spec

85 lines
2.4 KiB
RPMSpec
Raw Normal View History

#
# spec file for package tellico (Version 1.9_SVN20090725)
#
# Copyright (c) 2009 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/
#
# norootforbuild
%define sversion svn1002315
Name: tellico
BuildRequires: cmake kdemultimedia4 kdepim4-devel libkde4-devel libpoppler-qt4-devel libqimageblitz-devel
Summary: A book collection manager
Version: 1.9_SVN20090725
Release: 1
License: GPL v2 or later
Group: Productivity/Other
Source: %{name}-%{sversion}.tar.bz2
Provides: bookcase
Obsoletes: bookcase
BuildRoot: %{_tmppath}/%{name}-%{version}-build
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
provides default templates for books, bibliographies, videos, music,
coins, stamps, trading cards, comic books, and wines.
%lang_package
%prep
%setup -q -n %{name}
%build
%cmake_kde4 -d build
%make_jobs
%install
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
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,0755)
%doc AUTHORS COPYING ChangeLog
%{_bindir}/tellico
%{_datadir}/applications/kde4/tellico.desktop
%{_datadir}/icons/hicolor/*/apps/tellico.png
%{_datadir}/icons/hicolor/*/mimetypes/application-x-tellico.png
%{_datadir}/mime/packages/tellico.xml
%{_kde_share_dir}/apps/kconf_update/tellico*
%{_kde_share_dir}/config.kcfg/tellico_config.kcfg
%{_kde_share_dir}/apps/%{name}
%{_kde_config_dir}/*
%files lang -f %{name}.lang
%defattr(-,root,root,0755)
%dir %{_kde_html_dir}/fr
%changelog