tellico/tellico.spec

109 lines
3.7 KiB
RPMSpec
Raw Normal View History

Name: tellico
Version: 2.3.9
Release: 1mamba
Summary: A KDE application for organizing your collections
Group: Graphical Desktop/Applications/Office
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://tellico-project.org
Source: http://tellico-project.org/files/tellico-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: kdelibs-devel
BuildRequires: kdepimlibs-devel
BuildRequires: libgcc
BuildRequires: libphonon-devel
BuildRequires: libqimageblitz-devel
BuildRequires: libqt4-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
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.
%prep
%setup -q
%build
%cmake_kde4 -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_kde4_bindir}/tellico
%{_kde4_sharedir}/appdata/tellico.appdata.xml
%{_kde4_xdgappsdir}/tellico.desktop
%{_kde4_kconfupdatedir}/tellico-1-3-update.pl
%{_kde4_kconfupdatedir}/tellico-rename.upd
%{_kde4_kconfupdatedir}/tellico.upd
%dir %{_kde4_datadir}/tellico
%{_kde4_datadir}/tellico/*.xsl
%{_kde4_datadir}/tellico/*.xml
%{_kde4_datadir}/tellico/*.png
%{_kde4_datadir}/tellico/griffith2tellico.py
%dir %{_kde4_datadir}/tellico/data-sources
%{_kde4_datadir}/tellico/data-sources/*
%dir %{_kde4_datadir}/tellico/entry-templates
%{_kde4_datadir}/tellico/entry-templates/*.xsl
%dir %{_kde4_datadir}/tellico/pics
%{_kde4_datadir}/tellico/pics/*
%dir %{_kde4_datadir}/tellico/report-templates
%{_kde4_datadir}/tellico/report-templates/*
%{_kde4_datadir}/tellico/tellico.dtd
%{_kde4_datadir}/tellico/tellico.tips
%{_kde4_datadir}/tellico/tellico2html.js
%{_kde4_datadir}/tellico/tellicoui.rc
%{_kde4_datadir}/tellico/welcome.html
%{_kde4_datadir}/tellico/z3950-servers.cfg
%{_kde4_kcfgdir}/tellico_config.kcfg
%config %{_kde4_configdir}/tellico-script.knsrc
%config %{_kde4_configdir}/tellico-template.knsrc
%config %{_kde4_configdir}/tellicorc
%dir %{_kde4_htmldir}/ca/tellico
%{_kde4_htmldir}/ca/tellico/*
%doc %lang(de) %{_kde4_htmldir}/de/tellico/*
%doc %lang(en) %{_kde4_htmldir}/en/tellico/*
%doc %lang(es) %{_kde4_htmldir}/es/tellico/*
%doc %lang(et) %{_kde4_htmldir}/et/tellico/*
%doc %lang(fr) %{_kde4_htmldir}/fr/tellico/*
%doc %lang(nl) %{_kde4_htmldir}/nl/tellico/*
%doc %lang(pt) %{_kde4_htmldir}/pt/tellico/*
%doc %lang(pt_BR) %{_kde4_htmldir}/pt_BR/tellico/*
%doc %lang(sv) %{_kde4_htmldir}/sv/tellico/*
%doc %lang(uk) %{_kde4_htmldir}/uk/tellico/*
%{_kde4_icondir}/hicolor/*/apps/tellico.png
%{_kde4_icondir}/hicolor/*/mimetypes/application-x-tellico.png
%{_kde4_xdgmimedir}/tellico.xml
%{_kde4_mimedir}lnk/application/x-tellico.desktop
%doc AUTHORS COPYING
%changelog
* Sat Oct 04 2014 Automatic Build System <autodist@mambasoft.it> 2.3.9-1mamba
- automatic version update by autodist
* Thu Jul 11 2013 Automatic Build System <autodist@mambasoft.it> 2.3.8-1mamba
- automatic update by autodist
* Sun Jan 27 2013 Automatic Build System <autodist@mambasoft.it> 2.3.7-1mamba
- automatic version update by autodist
* Thu Aug 09 2012 Automatic Build System <autodist@mambasoft.it> 2.3.6-1mamba
- automatic version update by autodist
* Mon Mar 12 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.3.5-1mamba
- package created by autospec