libexif-gtk.spec
changeset 5518 235b0b4aa324
parent 5517 c3ddcedacbf0
child 5565 b1beceba7539
--- a/libexif-gtk.spec	Thu Aug 11 18:30:17 2005 +0000
+++ b/libexif-gtk.spec	Thu Aug 11 18:34:53 2005 +0000
@@ -1,20 +1,23 @@
+#
+# spec file for package libexif-gtk
+#
+# Copyright (c) 2005 Sun Microsystems, Inc.
+# This file and all modifications and additions to the pristine
+# package are under the same license as the package itself.
+#
 Name:         libexif-gtk
 License:      GPL
 Group:        Development/Libraries/C and C++
-Version:      0.3.3
-Release:      39
-Distribution: Java Desktop System, Release 3
+Version:      0.3.5
+Release:      2
+Distribution: Java Desktop System
 Vendor:       Sun Microsystems, Inc.
 Summary:      GTK widgets for viewing EXIF information
 Source:       %{name}-%{version}.tar.bz2
-Source1:      libexif-gtk-l10n-po-1.14.tar.bz2
-Source2:      l10n-configure.sh
 Patch1:       libexif-gtk-01-enable-deprecated.diff
-Patch2:       libexif-gtk-02-fix-potfile.diff
-Patch3:       libexif-gtk-03-g11n-potfiles.diff
-Patch4:       libexif-gtk-04-gettext.diff
-Patch5:       libexif-gtk-05-solaris.diff
-Patch6:       libexif-gtk-06-uninstalled-pc.diff
+Patch2:       libexif-gtk-02-gettext.diff
+Patch3:       libexif-gtk-03-solaris.diff
+Patch4:       libexif-gtk-04-uninstalled-pc.diff
 URL:          http://sourceforge.net/projects/libexif
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 DocDir:       %{_defaultdocdir}/libexif-gtk
@@ -32,15 +35,10 @@
 
 %prep 
 %setup -q
-/usr/bin/bzcat -dc %SOURCE1|tar xf -
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
-
-bash -x %SOURCE2
 
 %build
 %ifos linux
@@ -56,7 +54,7 @@
 
 glib-gettextize -f
 libtoolize --force
-aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
+aclocal $ACLOCAL_FLAGS
 automake -a -c -f
 autoconf
 CFLAGS="$CFLAGS $RPM_OPT_FLAGS" 	\
@@ -88,6 +86,12 @@
 %{_datadir}/locale/*
 
 %changelog -n libexif-gtk
+* Wed Jun 15 2005 - [email protected]
+- Add more libs to LDADD so that it builds with the new pkgconfig
+
+* Wed Jun 15 2005 - [email protected]
+- Bump to 0.3.5
+
 * Wed Jul 13 2004 - [email protected]
 - fix for rpm4 packaging