diff --git a/.cvsignore b/.cvsignore index 15275a4..aeb2ea1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -digikamimageplugins-0.8.1.tar.bz2 +digikamimageplugins-0.8.2.tar.bz2 diff --git a/digikamimageplugins.spec b/digikamimageplugins.spec index a2b13cb..f1d4c36 100644 --- a/digikamimageplugins.spec +++ b/digikamimageplugins.spec @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.1 -Release: 1%{?dist} +Version: 0.8.2 +Release: 2%{?dist} License: GPL Group: Applications/Multimedia @@ -14,12 +14,13 @@ Obsoletes: digikamplugins < %{version} BuildRequires: gettext BuildRequires: libxml2 -BuildRequires: kdelibs-devel >= 6:3.4 +BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} BuildRequires: digikam-devel < 0.9 +#BuildRequires: symlinks +# rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} -#Requires: digikam < 0.9 Requires: ImageMagick %description @@ -45,6 +46,8 @@ Currently implemented plugins include: (CImg library). o Photograph Inpainting : a tool to remove unwanted photograph area (CImg library). + o Photograph Refocus : a sharpness editor to refocus a photograph (SVN only). + o Hot Pixels Correction : a tool to remove photograph hot pixels generated by a deficient camera CCD (SVN only). * Transformation tools: o Free Rotation : a plugin to rotate a photograph with a free angle in degrees. @@ -80,12 +83,13 @@ Currently implemented plugins include: %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ + --disable-gcc-hidden-visibility \ + --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -140,12 +144,18 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: %doc AUTHORS COPYING README TODO %{_libdir}/kde3/digikamimageplugin_*.* %{_datadir}/apps/digikamimageplugins/ -%{_datadir}/apps/digikam/ +%{_datadir}/apps/digikam/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/services/*.desktop %changelog +* Mon Aug 07 2006 Rex Dieter 0.8.2-2 +- don't own %%_datadir/apps/digikam + +* Tue Jul 18 2006 Rex Dieter 0.8.2-1 +- 0.8.2 + * Thu Feb 16 2006 Rex Dieter 0.8.1-1 - 0.8.1 - update %%description (it's getting pretty long, maybe consider diff --git a/sources b/sources index 0bece26..da0ee68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -825f08d0a9f4b28b4b18c639be23152f digikamimageplugins-0.8.1.tar.bz2 +45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2