gtkam.spec
changeset 2244 6ab9fc9b4a49
parent 2159 3613e9792e23
child 2280 8e749eca2b37
equal deleted inserted replaced
2243:e9559a179124 2244:6ab9fc9b4a49
     1 %define gexif_version 0.5
     1 %define gexif_version 0.5
     2 
     2 
     3 Name:         gtkam
     3 Name:         gtkam
     4 License:      GPL
     4 License:      GPL
     5 Group:        Hardware/Other
     5 Group:        Hardware/Other
     6 Version:      0.1.10
     6 Version:      0.1.11
     7 Release:      20
     7 Release:      1
     8 Distribution: Cinnabar
     8 Distribution: Cinnabar
     9 Vendor:       Sun Microsystems, Inc.
     9 Vendor:       Sun Microsystems, Inc.
    10 Summary:      A GTK Digital Camera Viewing Tool
    10 Summary:      A GTK Digital Camera Viewing Tool
    11 Source:       gtkam-%{version}.tar.bz2
    11 Source:       gtkam-%{version}.tar.bz2
    12 Source1:      gexif-%{gexif_version}.tar.bz2
    12 Source1:      gexif-%{gexif_version}.tar.bz2
    13 Source2:      gtkam-l10n-po-0.8.tar.bz2
    13 Source2:      gtkam-l10n-po-0.9.tar.bz2
    14 Patch1:	      gtkam-01-menu-entry.diff
    14 Patch1:	      gtkam-01-menu-entry.diff
    15 Patch2:	      gtkam-02-enable-deprecated.diff
    15 Patch2:	      gtkam-02-enable-deprecated.diff
    16 Patch3:	      gtkam-03-g11n-i18n-ui.diff
    16 Patch3:	      gtkam-03-g11n-i18n-ui.diff
    17 Patch4:	      gtkam-04-gexif-i18n.diff
    17 Patch4:	      gtkam-04-gexif-i18n.diff
    18 URL:          http://www.gphoto.org
    18 URL:          http://www.gphoto.org
    40 %patch2 -p1
    40 %patch2 -p1
    41 %patch3 -p1
    41 %patch3 -p1
    42 %patch4 -p1
    42 %patch4 -p1
    43 
    43 
    44 %build
    44 %build
       
    45 gnome-doc-common
    45 libtoolize --force
    46 libtoolize --force
    46 aclocal -I %{_datadir}/aclocal/gnome2-macros
    47 aclocal -I %{_datadir}/aclocal/gnome2-macros
    47 automake -a -c -f
    48 automake -a -c -f
    48 autoconf
    49 autoconf
    49 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
    50 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
    79 %{_datadir}/applications/*
    80 %{_datadir}/applications/*
    80 # disabled, since it requires gimp 1.3 :/
    81 # disabled, since it requires gimp 1.3 :/
    81 # %{_libdir}/gimp/*/plug-ins/gtkam-gimp
    82 # %{_libdir}/gimp/*/plug-ins/gtkam-gimp
    82 
    83 
    83 %changelog -n gtkam
    84 %changelog -n gtkam
       
    85 * Thu Mar 18 2004 - [email protected]
       
    86 - Bump to 0.1.11
       
    87 
    84 * Thu Mar 04 2004 - [email protected]
    88 * Thu Mar 04 2004 - [email protected]
    85 - Updated gtkam-03-l10n-and-utf8.diff to gtkam-03-g11n-i18n-ui.diff 
    89 - Updated gtkam-03-l10n-and-utf8.diff to gtkam-03-g11n-i18n-ui.diff 
    86   to fix 4935751, 4981813
    90   to fix 4935751, 4981813
    87 
    91 
    88 * Thu Feb 04 2004 - [email protected]
    92 * Thu Feb 04 2004 - [email protected]