Author: deejay1 Date: Wed Jan 30 16:58:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.3 - merged parts from DEVEL - new webcam bcond for built-in barcode recognition - rel. 1
---- Files affected: SPECS: tellico.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/tellico.spec diff -u SPECS/tellico.spec:1.49 SPECS/tellico.spec:1.50 --- SPECS/tellico.spec:1.49 Wed Nov 7 01:25:19 2007 +++ SPECS/tellico.spec Wed Jan 30 17:58:46 2008 @@ -1,16 +1,22 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_with webcam # build with webcam barcode recognition +# Summary: A collection manager Summary(pl.UTF-8): Zarządca zbiorów wideo, audio i książek Name: tellico -Version: 1.2.14 -Release: 2 +Version: 1.3 +Release: 1 License: GPL v2 Group: X11/Applications Source0: http://www.periapsis.org/tellico/download/%{name}-%{version}.tar.gz -# Source0-md5: 38047e27d482757fae977fa49809a784 +# Source0-md5: e14286bc16a639a4e956edee4f1a9100 +Patch0: %{name}-u64.patch URL: http://www.periapsis.org/tellico/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: exempi-devel BuildRequires: kdelibs-devel >= 9:3.3.1 BuildRequires: kdemultimedia-devel BuildRequires: kdepim-devel @@ -18,6 +24,7 @@ BuildRequires: libxml2-devel BuildRequires: libxml2-progs BuildRequires: libxslt-devel >= 1.0.19 +BuildRequires: poppler-qt-devel BuildRequires: rpmbuild(macros) >= 1.129 BuildRequires: taglib-devel BuildRequires: yaz-devel @@ -36,7 +43,8 @@ księgozbiorów, archiwów wideo i audio. %prep -%setup -q +%setup -q -n %{name}-%{version} +%patch0 -p1 %build cp -f /usr/share/automake/config.sub admin @@ -48,6 +56,7 @@ %{__perl} admin/am_edit %configure \ --enable-final \ + %{?with_webcam:--enable-webcam} \ --with-qt-libraries=%{_libdir} %{__make} @@ -70,9 +79,11 @@ %post %update_desktop_database_post +%update_mime_database %postun %update_desktop_database_postun +%update_mime_database %files -f %{name}.lang %defattr(644,root,root,755) @@ -81,11 +92,13 @@ %{_datadir}/mimelnk/application/x-%{name}.desktop %{_datadir}/apps/kconf_update/%{name}-rename.upd %{_datadir}/apps/kconf_update/tellico.upd +%{_datadir}/apps/kconf_update/tellico-1-3-update.pl %{_datadir}/apps/%{name} %{_datadir}/config/tellicorc %{_datadir}/config.kcfg/tellico_config.kcfg +%{_datadir}/mime/packages/*.xml %{_desktopdir}/kde/%{name}.desktop -%{_iconsdir}/*/*/*/%{name}.png +%{_iconsdir}/*/*/*/*.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -93,6 +106,16 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2008-01-30 16:58:46 deejay1 +- updated to 1.3 +- merged parts from DEVEL +- new webcam bcond for built-in barcode recognition +- rel. 1 + +Revision 1.49.2.1 2008-01-16 18:51:24 deejay1 +- updated to 1.3pre3 +- barcode recognition is on by default now, will be bconded + Revision 1.49 2007-11-07 00:25:19 glen - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tellico.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
