Accepting request 61287 from KDE:Distro:Factory
Accepted submit request 61287 from user wstephenson OBS-URL: https://build.opensuse.org/request/show/61287 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=39
This commit is contained in:
parent
719d42ea4e
commit
02f8c26932
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 12 20:39:42 UTC 2011 - asterios.dramis@gmail.com
|
||||
|
||||
- Spec file updates
|
||||
* Updated Group:, Summary: and %description.
|
||||
* Minor updates in BuildRequires: and %install sections.
|
||||
* Fixed tellico.desktop Categories entry.
|
||||
* Fixed fdupes macro usage (which fixed rpmlint warning for
|
||||
files-duplicate).
|
||||
* Moved the english help files in the main package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 20:29:26 UTC 2011 - asterios.dramis@gmail.com
|
||||
|
||||
|
48
tellico.spec
48
tellico.spec
@ -17,15 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: tellico
|
||||
Version: 2.3.2
|
||||
Release: 1
|
||||
Summary: A book collection manager
|
||||
Summary: A Collection Manager for KDE
|
||||
|
||||
License: GPLv2+
|
||||
Url: http://tellico-project.org
|
||||
Group: Productivity/Other
|
||||
Url: http://tellico-project.org/
|
||||
Group: Productivity/Office/Other
|
||||
Source0: http://tellico-project.org/files/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -41,7 +40,9 @@ BuildRequires: libqimageblitz-devel
|
||||
BuildRequires: libqjson-devel
|
||||
BuildRequires: libyaz-devel
|
||||
BuildRequires: taglib-devel
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: update-desktop-files
|
||||
%endif
|
||||
Requires: kdepim4-runtime
|
||||
%kde4_pimlibs_requires
|
||||
%kde4_runtime_requires
|
||||
@ -50,12 +51,12 @@ Provides: bookcase
|
||||
Obsoletes: bookcase
|
||||
|
||||
%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.
|
||||
|
||||
Tellico is a KDE application for organizing your collections. It provides
|
||||
default templates for books, bibliographies, videos, music, video games, coins,
|
||||
stamps, trading cards, comic books, and wines.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -68,9 +69,15 @@ cd build
|
||||
%kde4_makeinstall
|
||||
cd ..
|
||||
rm -r %{buildroot}/nogo
|
||||
%suse_update_desktop_file %{name} Office Database
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%suse_update_desktop_file -r %{name} Qt KDE Office Database
|
||||
%endif
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%kde_post_install
|
||||
|
||||
%if 0%{?suse_version} < 1120
|
||||
mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/sv/common
|
||||
mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/en/common
|
||||
@ -78,25 +85,28 @@ 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 -r %{buildroot}
|
||||
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog README
|
||||
%{_bindir}/tellico
|
||||
%{_datadir}/applications/kde4/tellico.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/tellico.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-x-tellico.png
|
||||
%doc AUTHORS COPYING ChangeLog README tellico.lsm
|
||||
%{_kde4_bindir}/tellico
|
||||
%{_kde4_applicationsdir}/tellico.desktop
|
||||
%{_kde4_htmldir}/en/tellico/
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/tellico.png
|
||||
%{_kde4_iconsdir}/hicolor/*/mimetypes/application-x-tellico.png
|
||||
%{_kde4_appsdir}/kconf_update/tellico*
|
||||
%{_kde4_appsdir}/tellico/
|
||||
%{_kde4_sharedir}/config.kcfg/tellico_config.kcfg
|
||||
%{_kde4_configdir}/tellico*
|
||||
%{_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,-)
|
||||
%exclude %{_kde4_htmldir}/en/tellico/
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user