base-specs/gphoto2.spec
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 20266 8bea88f4b589
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package gphoto2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
17429
98a745f2ed6b 2010-01-25 Brian Cameron <[email protected]>
yippi
parents: 17014
diff changeset
     4
# Copyright (c) 2010 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
17014
bbf159b4df17 2009-11-24 Ke Wang <[email protected]>
wangke
parents: 16875
diff changeset
     8
%define owner wangke
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
# bugdb: http://sourceforge.net/tracker/index.php?func=detail&group_id=8874&atid=108874&aid=
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
#
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15560
diff changeset
    11
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15560
diff changeset
    12
%define OSR 2306:2.1.4
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15560
diff changeset
    13
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Name:         gphoto2
17468
cb433c96dc50 Improve License line.
yippi
parents: 17429
diff changeset
    15
License:      GPLv2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Group:        Hardware/Other
20266
8bea88f4b589 2010-10-27 Brian Cameron <[email protected]>
yippi
parents: 17885
diff changeset
    17
Version:      2.4.10
11963
2d0d271222b0 2008-03-29 Brian Cameron <[email protected]>
yippi
parents: 11262
diff changeset
    18
Release:      1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution: Java Desktop System
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17468
diff changeset
    20
Vendor:       Sourcforge
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:      Digital camera utility
17429
98a745f2ed6b 2010-01-25 Brian Cameron <[email protected]>
yippi
parents: 17014
diff changeset
    22
Source:       %{sf_download}/gphoto/gphoto2-%{version}.tar.bz2
12991
5890cd0839ce * base-specs/gtkam.spec : Add new man page attributes patch
mattman
parents: 12872
diff changeset
    23
# date:2008-08-01 type:branding owner:mattman
16797
9ec262bbf629 2009-10-16 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
    24
Patch1:       gphoto2-01-man.diff
16875
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents: 16797
diff changeset
    25
# date:2009-10-27 type:feature owner:funix
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents: 16797
diff changeset
    26
Patch2:       gphoto2-02-gettext.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
URL:          http://www.gphoto.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
DocDir:       %{_defaultdocdir}/gphoto2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%define libgphoto2_version 2.1.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Requires:      libgphoto2 >= %{libgphoto2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildRequires: libgphoto2 >= %{libgphoto2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
gPhoto (GNU Photo) is a commandline tool for previewing, retrieving, and
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
capturing images from a range of supported digital camerason to your
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
local harddrive.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
(It does not support digital cameras based on the USB storage protocol,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
those can be mounted by Linux directly.)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
As of this time gPhoto supports around 200 cameras, listed on:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
 http://www.gphoto.org/cameras.html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
or by running
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
 gphoto2 --list-cameras
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
%setup -q -n gphoto2-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%patch1 -p1
16875
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents: 16797
diff changeset
    56
%patch2 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%ifos solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
glib-gettextize -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
libtoolize --copy --force
20266
8bea88f4b589 2010-10-27 Brian Cameron <[email protected]>
yippi
parents: 17885
diff changeset
    74
aclocal $ACLOCAL_FLAGS -I ./m4m -I ./auto-m4
10248
35a83f63b2d9 2007-08-01 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
    75
autoheader
20266
8bea88f4b589 2010-10-27 Brian Cameron <[email protected]>
yippi
parents: 17885
diff changeset
    76
automake -a -f
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
PATH="/usr/X11R6/bin:$PATH" CFLAGS="$RPM_OPT_FLAGS" ./configure	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
  --prefix=%{_prefix} 			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
  --mandir=%{_mandir} 			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
  --bindir=%{_bindir} 			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
  --libdir=%{_libdir} 			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
  --includedir=%{_includedir}           \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
  --with-cdk-prefix={_prefix}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
  --with-libintl-prefix=/usr		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
  --with-doc-dir=%{_defaultdocdir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
make -j $CPUS INTLLIBS=
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
make  DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%{_bindir}/gphoto2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%{_datadir}/locale/*/LC_MESSAGES/*.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%changelog 
20266
8bea88f4b589 2010-10-27 Brian Cameron <[email protected]>
yippi
parents: 17885
diff changeset
   102
* Wed Oct 27 2010 - [email protected]
8bea88f4b589 2010-10-27 Brian Cameron <[email protected]>
yippi
parents: 17885
diff changeset
   103
- Bump to 2.4.10.
17885
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
   104
* Tue Apr 20 2010 - [email protected]
17429
98a745f2ed6b 2010-01-25 Brian Cameron <[email protected]>
yippi
parents: 17014
diff changeset
   105
- Bump to 2.4.9.
17885
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
   106
* Mon Jan 25 2009 - [email protected]
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
   107
- Bump to 2.4.8.
16875
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents: 16797
diff changeset
   108
* Wed Oct 28 2009 - [email protected]
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents: 16797
diff changeset
   109
- Add patch gphoto2-02-gettext.diff.
16797
9ec262bbf629 2009-10-16 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   110
* Sat Oct 17 2009 - [email protected]
9ec262bbf629 2009-10-16 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   111
- Bump to 2.4.7.
15560
65d37195962d 2009-04-04 Brian Cameron <[email protected]>
yippi
parents: 14952
diff changeset
   112
* Fri Apr 03 2009 - [email protected]
65d37195962d 2009-04-04 Brian Cameron <[email protected]>
yippi
parents: 14952
diff changeset
   113
- Bump to 2.4.5.
14952
3e824b3ccde6 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14485
diff changeset
   114
* Wed Jan 21 2009 - [email protected]
3e824b3ccde6 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14485
diff changeset
   115
- Bump to 2.4.4.
14485
eed87ee36159 2008-10-22 Brian Cameron <[email protected]>
yippi
parents: 12991
diff changeset
   116
* Tue Oct 21 2008 - [email protected]
eed87ee36159 2008-10-22 Brian Cameron <[email protected]>
yippi
parents: 12991
diff changeset
   117
- Bump to 2.4.3.
12991
5890cd0839ce * base-specs/gtkam.spec : Add new man page attributes patch
mattman
parents: 12872
diff changeset
   118
* Fri Aug 01 2008 - [email protected]
5890cd0839ce * base-specs/gtkam.spec : Add new man page attributes patch
mattman
parents: 12872
diff changeset
   119
- Add man page attributes patch
12872
c05b9a4d5da5 2008-07-21 Brian Cameron - <[email protected]>
yippi
parents: 12741
diff changeset
   120
* Mon Jul 21 2008 - [email protected]
c05b9a4d5da5 2008-07-21 Brian Cameron - <[email protected]>
yippi
parents: 12741
diff changeset
   121
- Bump to 2.4.2.
11963
2d0d271222b0 2008-03-29 Brian Cameron <[email protected]>
yippi
parents: 11262
diff changeset
   122
* Sat Mar 29 2008 - [email protected]
2d0d271222b0 2008-03-29 Brian Cameron <[email protected]>
yippi
parents: 11262
diff changeset
   123
- Bump to 2.4.1.
11262
d5323ec2120e 2007-11-28 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   124
* Wed Nov 28 2007 - [email protected]
d5323ec2120e 2007-11-28 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   125
- Bump to 2.4.0 and add back patch gphoto2-02-fixbuild.diff
10304
65b5e8e98ad4 2007-08-13 Brian Cameron <[email protected]>
yippi
parents: 10263
diff changeset
   126
* Mon Aug 13 2007 - [email protected]
65b5e8e98ad4 2007-08-13 Brian Cameron <[email protected]>
yippi
parents: 10263
diff changeset
   127
- Bump back to 2.3.1, since 2.4.0 depends on libltdl which is not
65b5e8e98ad4 2007-08-13 Brian Cameron <[email protected]>
yippi
parents: 10263
diff changeset
   128
  yet in Nevada (it is a part of libtool).  Will bump back to 2.4.0 once
65b5e8e98ad4 2007-08-13 Brian Cameron <[email protected]>
yippi
parents: 10263
diff changeset
   129
  libtool is in Nevada.
10248
35a83f63b2d9 2007-08-01 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
   130
* Tue Jul 31 2007 - [email protected]
35a83f63b2d9 2007-08-01 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
   131
- Bump to 2.4.0.
9650
4d1a83cf35ef 2007-04-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   132
* Mon Apr  2 2007 - [email protected]
4d1a83cf35ef 2007-04-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   133
- force using automake 1.9
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
- Bump to 2.3.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
- Bump to 2.3.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
* Mon Jul 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
- add option --with-libintl-prefix=/usr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
* Web Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
- Bump to 2.2.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
* Tue Jan 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
- Bump to 2.1.99.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
* Tue Sep 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
- update patches forte-configure and forte-fixes and merge them into one
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
- Bump to 2.1.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
* Wed Jun 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
- Bump to 2.1.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
* Fri Nov 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
- Added --bindir=%{_bindir} so it can be redirected on Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
* Thu Oct 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
- Backing out Patch4,only applies in linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
- and not in Solaris for unknown reason.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
* Thu Oct 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
- Recreated gphoto2-04-g11n-alllinguas.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
* Mon Sep 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
- Removed patch 04
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
* Thu Sep 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
- Added gphoto2-04-g11n-alllinguas.diff to add hu lingua.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
* Tue Aug 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
- fix man pge installation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
* Fri Aug 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- added man page to pkg list
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Updated l10n content to gphoto2-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- Updated l10n content to gphoto2-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Tue May 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- grrr... don't rm -rf $RPM_BUILD_ROOT in %install, do it in %clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
* Mon May 03 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
- fixed %install cleanup error
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Wed Apr 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- Added $ACLOCAL_FLAGS to aclocal call, needed for Solaris.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Wed Apr 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Removed -n from %changelog.  It breaks Solaris and Laca recommended
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
  removing it.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
- Updated l10n content to gphoto2-l10n-po-1.0.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Wed Feb 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- Ported Patch 01 from QS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Wed Feb 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- New tarball 2.1.4 for Cinnabar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
* Tue Oct 14 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
- New Tarball 2.1.2 for QS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
* Wed Jul 16 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- Initial version