base-specs/gphoto2.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16426 6e0af232ec80
child 16797 9ec262bbf629
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
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
#
11963
2d0d271222b0 2008-03-29 Brian Cameron <[email protected]>
yippi
parents: 11262
diff changeset
     4
# Copyright (c) 2008 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
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16426
diff changeset
     8
%define owner mattman
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
License:      GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Group:        Hardware/Other
15560
65d37195962d 2009-04-04 Brian Cameron <[email protected]>
yippi
parents: 14952
diff changeset
    17
Version:      2.4.5
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Vendor:       Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:      Digital camera utility
14485
eed87ee36159 2008-10-22 Brian Cameron <[email protected]>
yippi
parents: 12991
diff changeset
    22
Source:       http://kent.dl.sourceforge.net/sourceforge/gphoto/gphoto2-%{version}.tar.bz2
12741
f93ee62574f5 update bugid of gettext bug
laca
parents: 11963
diff changeset
    23
# date:2005-09-30 type:bug owner:dcarbery bugster:6570425
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Patch1:       gphoto2-01-gettext.diff
12991
5890cd0839ce * base-specs/gtkam.spec : Add new man page attributes patch
mattman
parents: 12872
diff changeset
    25
# date:2008-08-01 type:branding owner:mattman
5890cd0839ce * base-specs/gtkam.spec : Add new man page attributes patch
mattman
parents: 12872
diff changeset
    26
Patch2:       gphoto2-02-man.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
12991
5890cd0839ce * base-specs/gtkam.spec : Add new man page attributes patch
mattman
parents: 12872
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
11262
d5323ec2120e 2007-11-28 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
    74
aclocal-1.9 $ACLOCAL_FLAGS -I ./m4m -I ./auto-m4
10248
35a83f63b2d9 2007-08-01 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
    75
autoheader
9650
4d1a83cf35ef 2007-04-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    76
automake-1.9 -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 
15560
65d37195962d 2009-04-04 Brian Cameron <[email protected]>
yippi
parents: 14952
diff changeset
   102
* Fri Apr 03 2009 - [email protected]
65d37195962d 2009-04-04 Brian Cameron <[email protected]>
yippi
parents: 14952
diff changeset
   103
- Bump to 2.4.5.
14952
3e824b3ccde6 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14485
diff changeset
   104
* Wed Jan 21 2009 - [email protected]
3e824b3ccde6 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14485
diff changeset
   105
- Bump to 2.4.4.
14485
eed87ee36159 2008-10-22 Brian Cameron <[email protected]>
yippi
parents: 12991
diff changeset
   106
* Tue Oct 21 2008 - [email protected]
eed87ee36159 2008-10-22 Brian Cameron <[email protected]>
yippi
parents: 12991
diff changeset
   107
- Bump to 2.4.3.
12991
5890cd0839ce * base-specs/gtkam.spec : Add new man page attributes patch
mattman
parents: 12872
diff changeset
   108
* Fri Aug 01 2008 - [email protected]
5890cd0839ce * base-specs/gtkam.spec : Add new man page attributes patch
mattman
parents: 12872
diff changeset
   109
- Add man page attributes patch
12872
c05b9a4d5da5 2008-07-21 Brian Cameron - <[email protected]>
yippi
parents: 12741
diff changeset
   110
* Mon Jul 21 2008 - [email protected]
c05b9a4d5da5 2008-07-21 Brian Cameron - <[email protected]>
yippi
parents: 12741
diff changeset
   111
- Bump to 2.4.2.
11963
2d0d271222b0 2008-03-29 Brian Cameron <[email protected]>
yippi
parents: 11262
diff changeset
   112
* Sat Mar 29 2008 - [email protected]
2d0d271222b0 2008-03-29 Brian Cameron <[email protected]>
yippi
parents: 11262
diff changeset
   113
- Bump to 2.4.1.
11262
d5323ec2120e 2007-11-28 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   114
* Wed Nov 28 2007 - [email protected]
d5323ec2120e 2007-11-28 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   115
- 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
   116
* Mon Aug 13 2007 - [email protected]
65b5e8e98ad4 2007-08-13 Brian Cameron <[email protected]>
yippi
parents: 10263
diff changeset
   117
- 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
   118
  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
   119
  libtool is in Nevada.
10248
35a83f63b2d9 2007-08-01 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
   120
* Tue Jul 31 2007 - [email protected]
35a83f63b2d9 2007-08-01 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
   121
- Bump to 2.4.0.
9650
4d1a83cf35ef 2007-04-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   122
* Mon Apr  2 2007 - [email protected]
4d1a83cf35ef 2007-04-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   123
- force using automake 1.9
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
- Bump to 2.3.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
- Bump to 2.3.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
* Mon Jul 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
- add option --with-libintl-prefix=/usr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
* Web Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
- Bump to 2.2.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
* Tue Jan 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
- Bump to 2.1.99.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
* Tue Sep 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
- 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
   136
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
- Bump to 2.1.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
* Wed Jun 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
- Bump to 2.1.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
* Fri Nov 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
- 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
   142
* Thu Oct 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
- Backing out Patch4,only applies in linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
- and not in Solaris for unknown reason.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
* Thu Oct 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
- Recreated gphoto2-04-g11n-alllinguas.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
* Mon Sep 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
- Removed patch 04
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
* Thu Sep 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
- 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
   151
* Tue Aug 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
- fix man pge installation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
* Fri Aug 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
- added man page to pkg list
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
- 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
   157
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
- 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
   161
* Tue May 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
- 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
   163
* Mon May 03 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- fixed %install cleanup error
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Wed Apr 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Added $ACLOCAL_FLAGS to aclocal call, needed for Solaris.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Wed Apr 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- 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
   169
  removing it.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
- 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
   172
* Wed Feb 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- Ported Patch 01 from QS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
* Wed Feb 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
- New tarball 2.1.4 for Cinnabar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
* Tue Oct 14 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
- New Tarball 2.1.2 for QS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
* Wed Jul 16 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
- Initial version