]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- fixed libexif loading
authorwrobell <wrobell@pld-linux.org>
Sun, 1 May 2005 22:44:20 +0000 (22:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 2

Changed files:
    f-spot.spec -> 1.12

f-spot.spec

index be5c3b8b63d602b87139f2b4bd6226c48982f350..a9aac66427a041d6f6c0c977111e8ec1990e6274 100644 (file)
@@ -2,17 +2,18 @@ Summary:      Personal photo manager
 Summary(pl):   Mened¿er prywatnych galerii fotograficznych
 Name:          f-spot
 Version:       0.0.12
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/f-spot/0.0/%{name}-%{version}.tar.bz2
 # Source0-md5: 92e95c633b20a167e4ec88f3b855f12f
+Patch0:                %{name}-exif.patch
 URL:           http://www.gnome.org/projects/f-spot/
 BuildRequires: GConf2-devel
 BuildRequires: dotnet-gtk-sharp-devel >= 1.0
 BuildRequires: intltool >= 0.21
 BuildRequires: lcms-devel >= 1.12
-BuildRequires: libexif-devel >= 1:0.5.7
+BuildRequires: libexif-devel >= 1:0.6.12
 BuildRequires: libgnomeui-devel >= 2.4.0
 BuildRequires: libgphoto2-devel >= 2.1.4
 BuildRequires: libjpeg-devel
@@ -35,8 +36,12 @@ F-Spot jest prywatnym mened
 
 %prep
 %setup -q
+# the problem fixed by exif patch is fixed in f-spot cvs
+# http://mail.gnome.org/archives/f-spot-list/2005-March/msg00020.html
+%patch0 -p1
 
 %build
+autoreconf
 %configure \
        --disable-static
 %{__make}
This page took 0.062803 seconds and 4 git commands to generate.