gtkam.spec
author dermotm
Mon, 25 Apr 2005 09:26:30 +0000
changeset 5370 06fd4677e6e3
parent 5333 817fa62bc95d
child 5400 46e96785b77d
permissions -rw-r--r--
Incremented release numbers for build 34
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1576
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
     1
%define gexif_version 0.5
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
     2
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
     3
Name:         gtkam
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
     4
License:      GPL
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
     5
Group:        Hardware/Other
2244
6ab9fc9b4a49 Bump to 0.1.11
mattk
parents: 2159
diff changeset
     6
Version:      0.1.11
5370
06fd4677e6e3 Incremented release numbers for build 34
dermotm
parents: 5333
diff changeset
     7
Release:      41
4867
e8cfe7e64783 *.spec (almost): update Vendor and Distribution tags
dermotm
parents: 4860
diff changeset
     8
Distribution: Java Desktop System, Release 3
591
fcfbe1893a20 *** empty log message ***
mattk
parents: 585
diff changeset
     9
Vendor:       Sun Microsystems, Inc.
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    10
Summary:      A GTK Digital Camera Viewing Tool
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    11
Source:       gtkam-%{version}.tar.bz2
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    12
Source1:      gexif-%{gexif_version}.tar.bz2
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
    13
Source2:      gtkam-l10n-po-1.2.tar.bz2
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    14
Source3:      l10n-configure.sh
5100
2d8dab9b93e9 * gtkam.spec: Integrate docs tarball (gtkam-docs-0.1) from [email protected].
dc144907
parents: 5082
diff changeset
    15
Source4:      gtkam-docs-0.1.tar.bz2
5285
0adbc5030bb3 2005-03-29 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5281
diff changeset
    16
Source5:      gtkam-l10n-online-help-ci-linux-1.1.tar.bz2
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
    17
Patch1:	      gtkam-01-menu-entry.diff
1532
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
    18
Patch2:	      gtkam-02-enable-deprecated.diff
3169
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    19
Patch3:	      gtkam-03-g11n-i18n.diff
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    20
Patch4:       gtkam-04-solaris.diff
3515
9578f17b2e47 2004-08-09 Archana Shah <[email protected]>
archana
parents: 3425
diff changeset
    21
Patch5:       gtkam-05-short-cut-key.diff
3951
5554afeb8f5d Added gtkam-06-g11n-potfiles.diff. Updated gtkam.spec.
yk150259
parents: 3907
diff changeset
    22
Patch6:       gtkam-06-g11n-potfiles.diff
5133
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5100
diff changeset
    23
Patch7:       gtkam-07-l10n-online-help.diff
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    24
URL:          http://www.gphoto.org
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    25
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
3750
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
    26
Docdir:	      %{_datadir}/doc 
650
74ae98c17a60 *** empty log message ***
mattk
parents: 591
diff changeset
    27
74ae98c17a60 *** empty log message ***
mattk
parents: 591
diff changeset
    28
%define libgphoto2_version 2.1.1
1576
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
    29
%define libexif_gtk_version 0.3.2
650
74ae98c17a60 *** empty log message ***
mattk
parents: 591
diff changeset
    30
74ae98c17a60 *** empty log message ***
mattk
parents: 591
diff changeset
    31
Requires:      libgphoto2 >= %{libgphoto2_version}
704
dcf13797f64b *** empty log message ***
mattk
parents: 683
diff changeset
    32
Requires:      libexif-gtk >= %{libexif_gtk_version}
683
78f2ea6472b5 *** empty log message ***
mattk
parents: 650
diff changeset
    33
BuildRequires: libgphoto2 >= %{libgphoto2_version}
704
dcf13797f64b *** empty log message ***
mattk
parents: 683
diff changeset
    34
BuildRequires: libexif-gtk >= %{libexif_gtk_version}
3907
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
    35
BuildRequires: javahelp-convert
650
74ae98c17a60 *** empty log message ***
mattk
parents: 591
diff changeset
    36
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    37
%description
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    38
GTKam is a GTK/GNOME based tool to access Digital Cameras,
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    39
view thumbnails and download pictures from the camera.
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    40
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    41
%prep
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    42
%setup -q
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1195
diff changeset
    43
bzcat %SOURCE1 | tar xf -
1579
38291e81f90c l10n tarball and patch compile errors
mattk
parents: 1576
diff changeset
    44
bzcat %SOURCE2 | tar xf -
5203
d9ff679c2616 * gtkam.spec: Add docs tarball (Source4) to %setup section.
dc144907
parents: 5152
diff changeset
    45
bzcat %SOURCE4 | tar xf -
5133
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5100
diff changeset
    46
bzcat %SOURCE5 | tar xf -
1532
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
    47
%patch1 -p1
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
    48
%patch2 -p1
1576
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
    49
%patch3 -p1
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
    50
%patch4 -p1
3515
9578f17b2e47 2004-08-09 Archana Shah <[email protected]>
archana
parents: 3425
diff changeset
    51
%patch5 -p1
3951
5554afeb8f5d Added gtkam-06-g11n-potfiles.diff. Updated gtkam.spec.
yk150259
parents: 3907
diff changeset
    52
%patch6 -p1
5133
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5100
diff changeset
    53
%patch7 -p1
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    54
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    55
bash -x %SOURCE3
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    56
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    57
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    60
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    61
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    62
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3750
diff changeset
    63
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    64
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    65
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    66
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    67
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    68
3746
9599d7d8b488 gtkam.spec: fixed glib-gettextize call
lk86177
parents: 3736
diff changeset
    69
glib-gettextize -f
2244
6ab9fc9b4a49 Bump to 0.1.11
mattk
parents: 2159
diff changeset
    70
gnome-doc-common
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
    71
libtoolize --force
3169
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    72
intltoolize --copy --force --automake
3001
9691a173d192 2004-06-02 Brian Cameron <[email protected]>
bc99092
parents: 2958
diff changeset
    73
aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
    74
automake -a -c -f
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
    75
autoconf
3750
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
    76
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \
4536
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
    77
		--bindir=%{_bindir} \
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
    78
		--libdir=%{_libdir} \
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
    79
                --includedir=%{_includedir} \
3750
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
    80
		--mandir=%{_mandir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    81
make -j $CPUS
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
    82
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    83
cd gexif-*
3169
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    84
  glib-gettextize -f
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    85
  libtoolize --force
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    86
  intltoolize --copy --force --automake
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    87
  aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    88
  automake -a -c -f
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    89
  autoconf
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    90
  CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure --prefix=%{_prefix}
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    91
  make
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    92
cd ..
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    93
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    94
%install
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    95
mkdir -p $RPM_BUILD_ROOT%{_prefix}
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    96
make DESTDIR=$RPM_BUILD_ROOT install-strip
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    97
cd gexif-*
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    98
	make prefix=$RPM_BUILD_ROOT%{_prefix} install-strip
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    99
cd ..
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   100
4221
f598fe508934 2004-10-11 Brian Cameron <[email protected]>
bc99092
parents: 4133
diff changeset
   101
mv $RPM_BUILD_ROOT%{_libdir}/gimp/1.3 $RPM_BUILD_ROOT%{_libdir}/gimp/2.0
f598fe508934 2004-10-11 Brian Cameron <[email protected]>
bc99092
parents: 4133
diff changeset
   102
3907
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   103
javahelp-convert-install $RPM_BUILD_ROOT %{name} %{name}.xml
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   104
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   105
%clean
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   106
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   107
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   108
%files
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   109
%defattr(-,root,root)
3736
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   110
%doc AUTHORS COPYING NEWS README TODO
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   111
%attr(755,root,root) %{_bindir}/gtkam
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   112
%attr(755,root,root) %{_bindir}/gexif
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   113
%{_datadir}/gtkam
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   114
%{_datadir}/images/gtkam
3736
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   115
%{_datadir}/pixmaps/*
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   116
%{_datadir}/locale/*/*/*
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
   117
%{_datadir}/applications/*
3907
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   118
%{_datadir}/gnome/help
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   119
%{_datadir}/gnome/javahelp
3736
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   120
%{_datadir}/omf/*
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   121
%{_libdir}/gimp/*/plug-ins/gtkam-gimp
3750
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
   122
%{_mandir}/man1/*
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   123
3907
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   124
%changelog
5203
d9ff679c2616 * gtkam.spec: Add docs tarball (Source4) to %setup section.
dc144907
parents: 5152
diff changeset
   125
* Thu Mar 10 2005 - [email protected]
d9ff679c2616 * gtkam.spec: Add docs tarball (Source4) to %setup section.
dc144907
parents: 5152
diff changeset
   126
- Add docs tarball (Source4) to %setup section.
d9ff679c2616 * gtkam.spec: Add docs tarball (Source4) to %setup section.
dc144907
parents: 5152
diff changeset
   127
5133
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5100
diff changeset
   128
* Fri Feb 25 2005 - [email protected]
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5100
diff changeset
   129
- Added dummy l10n online help to follow base update
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5100
diff changeset
   130
5100
2d8dab9b93e9 * gtkam.spec: Integrate docs tarball (gtkam-docs-0.1) from [email protected].
dc144907
parents: 5082
diff changeset
   131
* Wed Feb 16 2005 - [email protected]
2d8dab9b93e9 * gtkam.spec: Integrate docs tarball (gtkam-docs-0.1) from [email protected].
dc144907
parents: 5082
diff changeset
   132
- Integrate docs tarball (gtkam-docs-0.1) from [email protected].
2d8dab9b93e9 * gtkam.spec: Integrate docs tarball (gtkam-docs-0.1) from [email protected].
dc144907
parents: 5082
diff changeset
   133
4536
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   134
* Fri Nov 12 2004 - [email protected]
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   135
- added --libdir and --bindir to configure opts so they can be redirected
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   136
  on Solaris
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   137
4221
f598fe508934 2004-10-11 Brian Cameron <[email protected]>
bc99092
parents: 4133
diff changeset
   138
* Mon Oct 11 2004 - [email protected]
f598fe508934 2004-10-11 Brian Cameron <[email protected]>
bc99092
parents: 4133
diff changeset
   139
- Move gtkam-gimp plugin to lib/gimp/2.0.
f598fe508934 2004-10-11 Brian Cameron <[email protected]>
bc99092
parents: 4133
diff changeset
   140
3951
5554afeb8f5d Added gtkam-06-g11n-potfiles.diff. Updated gtkam.spec.
yk150259
parents: 3907
diff changeset
   141
* Wed Sep 15 2004 - [email protected]
5554afeb8f5d Added gtkam-06-g11n-potfiles.diff. Updated gtkam.spec.
yk150259
parents: 3907
diff changeset
   142
- Added gtkam-06-g11n-potfiles.diff
5554afeb8f5d Added gtkam-06-g11n-potfiles.diff. Updated gtkam.spec.
yk150259
parents: 3907
diff changeset
   143
3907
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   144
* Mon Sep 13 2004 - [email protected]
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   145
- Added code to install javahelp documents. Fixes #5096653
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   146
3746
9599d7d8b488 gtkam.spec: fixed glib-gettextize call
lk86177
parents: 3736
diff changeset
   147
* Wed Aug 25 2004 - [email protected]
3750
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
   148
- fixed man pages and docs installation
4221
f598fe508934 2004-10-11 Brian Cameron <[email protected]>
bc99092
parents: 4133
diff changeset
   149
3750
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
   150
* Wed Aug 25 2004 - [email protected]
3746
9599d7d8b488 gtkam.spec: fixed glib-gettextize call
lk86177
parents: 3736
diff changeset
   151
- fixed glib-gettextize call
4221
f598fe508934 2004-10-11 Brian Cameron <[email protected]>
bc99092
parents: 4133
diff changeset
   152
3736
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   153
* Wed Aug 25 2004 - [email protected]
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   154
- Add unpackaged files to %files section.
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   155
3515
9578f17b2e47 2004-08-09 Archana Shah <[email protected]>
archana
parents: 3425
diff changeset
   156
* Mon Aug 09 2004 - [email protected]
9578f17b2e47 2004-08-09 Archana Shah <[email protected]>
archana
parents: 3425
diff changeset
   157
- Added patch gtkam-05-short-cut-key.diff
9578f17b2e47 2004-08-09 Archana Shah <[email protected]>
archana
parents: 3425
diff changeset
   158
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   159
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   160
- Updated l10n content to gtkam-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   161
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   162
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   163
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   164
3169
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
   165
* Fri Jun 18 2004 - [email protected]
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
   166
- Run glib-gettexttize and intltoolize for both Solaris and Linux
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
   167
- merge i18n patches
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
   168
3092
9f36d27cf2fa gtkam.spec: make patch5 solaris-only
dermotm
parents: 3001
diff changeset
   169
* Thu Jun 10 2004 - [email protected]
9f36d27cf2fa gtkam.spec: make patch5 solaris-only
dermotm
parents: 3001
diff changeset
   170
- make patch5 solaris-only
9f36d27cf2fa gtkam.spec: make patch5 solaris-only
dermotm
parents: 3001
diff changeset
   171
3001
9691a173d192 2004-06-02 Brian Cameron <[email protected]>
bc99092
parents: 2958
diff changeset
   172
* Wed Jun 02 2004 - [email protected]
9691a173d192 2004-06-02 Brian Cameron <[email protected]>
bc99092
parents: 2958
diff changeset
   173
- Added needed patches for Solaris.
9691a173d192 2004-06-02 Brian Cameron <[email protected]>
bc99092
parents: 2958
diff changeset
   174
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   175
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   176
- Updated l10n content to gtkam-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   177
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   178
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   179
- Updated l10n content to gtkam-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   180
2244
6ab9fc9b4a49 Bump to 0.1.11
mattk
parents: 2159
diff changeset
   181
* Thu Mar 18 2004 - [email protected]
6ab9fc9b4a49 Bump to 0.1.11
mattk
parents: 2159
diff changeset
   182
- Bump to 0.1.11
6ab9fc9b4a49 Bump to 0.1.11
mattk
parents: 2159
diff changeset
   183
2143
301b08152338 2004-03-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 1934
diff changeset
   184
* Thu Mar 04 2004 - [email protected]
301b08152338 2004-03-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 1934
diff changeset
   185
- Updated gtkam-03-l10n-and-utf8.diff to gtkam-03-g11n-i18n-ui.diff 
301b08152338 2004-03-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 1934
diff changeset
   186
  to fix 4935751, 4981813
301b08152338 2004-03-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 1934
diff changeset
   187
1579
38291e81f90c l10n tarball and patch compile errors
mattk
parents: 1576
diff changeset
   188
* Thu Feb 04 2004 - [email protected]
38291e81f90c l10n tarball and patch compile errors
mattk
parents: 1576
diff changeset
   189
- Add l10n tarball, edit to gtkam-04-gexif-i18n.diff
38291e81f90c l10n tarball and patch compile errors
mattk
parents: 1576
diff changeset
   190
1576
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
   191
* Wed Feb 04 2004 - [email protected]
1579
38291e81f90c l10n tarball and patch compile errors
mattk
parents: 1576
diff changeset
   192
- Port Patches, gexif version
1576
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
   193
1532
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
   194
* Fri Jan 16 2004 - [email protected]
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
   195
- Enable deprecated patch
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
   196
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
   197
* Thu Aug 14 2003 - [email protected]
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
   198
- desktop file for menu entry
1532
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
   199
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   200
* Wed Jul 16 2003 - [email protected]
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   201
- Initial version