Author: deejay1 Date: Wed Jan 16 18:51:29 2008 GMT Module: SPECS Tag: DEVEL ---- Log message: - updated to 1.3pre3 - barcode recognition is on by default now, will be bconded
---- Files affected: SPECS: tellico.spec (1.49 -> 1.49.2.1) ---- Diffs: ================================================================ Index: SPECS/tellico.spec diff -u SPECS/tellico.spec:1.49 SPECS/tellico.spec:1.49.2.1 --- SPECS/tellico.spec:1.49 Wed Nov 7 01:25:19 2007 +++ SPECS/tellico.spec Wed Jan 16 19:51:24 2008 @@ -2,15 +2,17 @@ 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: 0.pre3.1 License: GPL v2 Group: X11/Applications -Source0: http://www.periapsis.org/tellico/download/%{name}-%{version}.tar.gz -# Source0-md5: 38047e27d482757fae977fa49809a784 +Source0: http://www.periapsis.org/tellico/download/%{name}-%{version}pre3.tar.gz +# Source0-md5: 52c961a51b78da97b8d5276597a77d1c +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 +20,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 +39,8 @@ ksiÄgozbiorĂłw, archiwĂłw wideo i audio. %prep -%setup -q +%setup -q -n %{name}-%{version}pre3 +%patch0 -p1 %build cp -f /usr/share/automake/config.sub admin @@ -48,6 +52,7 @@ %{__perl} admin/am_edit %configure \ --enable-final \ + --enable-webcam \ --with-qt-libraries=%{_libdir} %{__make} @@ -70,9 +75,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 +88,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 +102,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +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.49.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
