cvsdist c4ed31b
Summary: Software for accessing digital cameras
cvsdist c4ed31b
Name: gphoto2
cvsdist c4ed31b
%define pkg gphoto2
e826ff1
%define pkgver 2.1.99
cvsdist e6b59cc
%define libpkg libgphoto2
e826ff1
%define libver 2.1.99
cvsdist edd2fd0
Version: %{pkgver}
e4f8dd7
Release: 3
cvsdist c4ed31b
License: LGPL
cvsdist c4ed31b
Group: Applications/Multimedia
cvsdist c4ed31b
BuildRoot: %{_tmppath}/%{name}-%{version}-root
e826ff1
Source0: http://prdownloads.sourceforge.net/gphoto/%{pkg}-%{pkgver}.tar.bz2
e826ff1
Source1: http://prdownloads.sourceforge.net/gphoto/%{libpkg}-%{libver}.tar.bz2
395c632
#Source2: gen-libgphoto-hal-fdi
80a7b1f
Source3: 90-gphoto-camera-policy.fdi
80a7b1f
Source4: gphoto-set-procperm
56f4354
Patch2: gphoto2-gcc4.patch
e826ff1
Patch3: gphoto2-2.1.99-dbus.patch
cvsdist c4ed31b
Url: http://www.gphoto.org/
cvsdist edd2fd0
ExcludeArch: s390 s390x
cvsdist 362fbf5
PreReq: /sbin/ldconfig, grep, fileutils
cvsdist c4ed31b
Provides: libgphoto2
cvsdist edd2fd0
Requires: lockdev
cvsdist c4ed31b
BuildRequires: libusb-devel >= 0.1.5
cvsdist 362fbf5
BuildRequires: gtk-doc
cvsdist c4ed31b
BuildRequires: findutils perl
cvsdist c4ed31b
BuildRequires: transfig
cvsdist edd2fd0
BuildRequires: lockdev-devel
cvsdist 9a7b2a9
BuildRequires: libexif-devel
cvsdist c90833d
BuildRequires: libjpeg-devel, readline-devel
1f2ac4d
BuildRequires: libtool, pkgconfig, sharutils
cvsdist c4ed31b
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%description
cvsdist c4ed31b
The gPhoto2 project is a universal, free application and library
cvsdist c4ed31b
framework that lets you download images from several different
cvsdist c4ed31b
digital camera models, including the newer models with USB
cvsdist c4ed31b
connections. Note that
cvsdist c4ed31b
a) for some older camera models you must use the old "gphoto" package.
cvsdist c4ed31b
b) for USB mass storage models you must use the driver in the kernel
cvsdist c4ed31b
cvsdist c4ed31b
This package contains
cvsdist c4ed31b
i) the library that digital camera applications can use
cvsdist 362fbf5
ii) the command-line utility gphoto2 
cvsdist c4ed31b
cvsdist c4ed31b
Other (GUI) frontends are available separately.
cvsdist c4ed31b
cvsdist 362fbf5
####################################
cvsdist c4ed31b
%package devel
cvsdist c4ed31b
Summary: Headers and links to compile against the libgphoto2 library.
cvsdist c4ed31b
Requires: %{name} = %{version}
cvsdist c4ed31b
Requires: pkgconfig
23650b5
Requires: libexif-devel
cvsdist c4ed31b
Group: Development/Libraries
cvsdist c4ed31b
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%description devel
cvsdist c4ed31b
The gPhoto2 project is a universal, free application and library
cvsdist c4ed31b
framework that lets you download images from several different
cvsdist c4ed31b
digital camera models, including the newer models with USB
cvsdist c4ed31b
connections. Note that for some older camera models you must use
cvsdist c4ed31b
the old "gphoto" package.
cvsdist c4ed31b
cvsdist c4ed31b
This package contains the files needed to compile applications that
cvsdist c4ed31b
use libgphoto2.
cvsdist c4ed31b
cvsdist 362fbf5
########################################################################
cvsdist 362fbf5
# Building and installing the beast into %{buildroot}
cvsdist 362fbf5
########################################################################
cvsdist 362fbf5
cvsdist 362fbf5
####################################
cvsdist c4ed31b
%prep
cvsdist e6b59cc
%setup -q -a 1
56f4354
%patch2 -p1 -b .gcc4
e826ff1
%patch3 -p1 -b .dbus
cvsdist c4ed31b
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%build
cvsdist e6b59cc
pushd %{libpkg}-%{libver}
395c632
export CFLAGS=$RPM_OPT_FLAGS
395c632
%configure \
395c632
	--mandir=%{_mandir} \
395c632
	--libdir=%{_libdir} \
395c632
	--with-drivers=all \
5dde45a
	--enable-docs \
395c632
	--with-doc-dir=%{_docdir}/%{name} \
395c632
	--disable-static
cvsdist e6b59cc
export tagname=CC
897c268
make
cvsdist e6b59cc
ln -s . libgphoto2/gphoto2
cvsdist e6b59cc
ln -s . libgphoto2_port/libgphoto2_port/gphoto2
cvsdist e6b59cc
popd
cvsdist e6b59cc
cvsdist e6b59cc
gp_path=../libgphoto2_port/libgphoto2_port
cvsdist e6b59cc
cat $(pwd)/libgphoto2-%{libver}/libgphoto2/libgphoto2.pc | sed \
cvsdist e6b59cc
  -e "s,^libdir=.*$,libdir=$(pwd)/libgphoto2-%{libver}/libgphoto2," \
cvsdist e6b59cc
  -e "s,^includedir=.*$,includedir=$(pwd)/libgphoto2-%{libver}/libgphoto2," \
cvsdist e6b59cc
  -e "s,^Libs:.*},Libs: -L\${libdir}/.libs -L\${libdir}/$gp_path/.libs/," \
cvsdist e6b59cc
  -e "s,^Cflags:.*$,Cflags: -I\${includedir}/$gp_path -I\${includedir}," \
cvsdist e6b59cc
  > libgphoto2.pc
cvsdist e6b59cc
export PKG_CONFIG_PATH=.
395c632
%configure \
395c632
	--mandir=%{_mandir} \
395c632
	--libdir=%{_libdir} \
5dde45a
	--enable-docs \
395c632
	--with-doc-dir=%{_docdir}/%{name} 
395c632
cvsdist e6b59cc
export tagname=CC
897c268
make
cvsdist c4ed31b
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%install
cvsdist c4ed31b
rm -rf "${RPM_BUILD_ROOT}"
cvsdist c4ed31b
cvsdist e6b59cc
pushd %{libpkg}-%{libver}
cvsdist e6b59cc
cvsdist e6b59cc
export tagname=CC
395c632
make mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT install
cvsdist e6b59cc
1f2ac4d
install -d -m755 %{buildroot}/usr/share/hal/fdi/information/20thirdparty/
e4f8dd7
395c632
#LIBDIR=%{buildroot}%{_libdir} %{SOURCE2} > %{buildroot}/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
e4f8dd7
export LIBDIR=$RPM_BUILD_ROOT/%{_libdir} 
395c632
export CAMLIBS=$RPM_BUILD_ROOT/%{_libdir}/%{libpkg}/%{libver}
395c632
$RPM_BUILD_ROOT/%{_libdir}/%{libpkg}/print-usb-usermap --fdi > $RPM_BUILD_ROOT/%{_datadir}/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
cvsdist e6b59cc
popd
cvsdist e6b59cc
392720c
install -d -m755 %{buildroot}/usr/share/hal/fdi/policy/20thirdparty/
392720c
install -m755 %{SOURCE3} %{buildroot}/usr/share/hal/fdi/policy/20thirdparty/90-gphoto-camera-policy.fdi
b95278f
cvsdist e6b59cc
export tagname=CC
395c632
make mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT install
cvsdist c4ed31b
b95278f
install -d -m755 $RPM_BUILD_ROOT%{_libexecdir}/
b95278f
80a7b1f
install -m755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/gphoto-set-procperm
b95278f
5dde45a
mv -f %{buildroot}%{_docdir}/%{name} installed-doc
5dde45a
mv -f %{buildroot}/%{name} installed-doc
5dde45a
mv -f %{buildroot}/%{name}-port installed-doc
5dde45a
mv -f %{buildroot}/canon installed-doc
cvsdist e6b59cc
find installed-doc -name '*.sgml' | xargs -r rm
5dde45a
e826ff1
rm -rf %{buildroot}%{_libdir}/libgphoto2/*/*a
e826ff1
rm -rf %{buildroot}%{_libdir}/libgphoto2_port/*/*a
cvsdist f324e22
rm -rf %{buildroot}%{_libdir}/*.a
cvsdist c4ed31b
cvsdist e6b59cc
eval `grep ^LIBGPHOTO2_CURRENT %{libpkg}-%{libver}/configure.in`
cvsdist e6b59cc
eval `grep ^LIBGPHOTO2_PORT_CURRENT %{libpkg}-%{libver}/libgphoto2_port/configure.in`
cvsdist c4ed31b
%find_lang %{name}
cvsdist e6b59cc
%find_lang %{libpkg}-$LIBGPHOTO2_CURRENT
cvsdist e6b59cc
%find_lang %{libpkg}_port-$LIBGPHOTO2_PORT_CURRENT
cvsdist e6b59cc
cat libgphoto2*.lang >> %{name}.lang
cvsdist c4ed31b
cvsdist c4ed31b
5dde45a
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%clean
cvsdist c4ed31b
rm -rf "${RPM_BUILD_ROOT}"
cvsdist c4ed31b
cvsdist c4ed31b
########################################################################
cvsdist c4ed31b
# file list and installation for main package
cvsdist c4ed31b
########################################################################
cvsdist c4ed31b
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%files -f %{name}.lang
cvsdist c4ed31b
%defattr(-,root,root)
cvsdist c4ed31b
%doc AUTHORS README COPYING
cvsdist c4ed31b
%{_bindir}/gphoto2
cvsdist e6b59cc
%{_datadir}/libgphoto2
e826ff1
%dir %{_libdir}/libgphoto2_port
e826ff1
%dir %{_libdir}/libgphoto2_port/*
e826ff1
%{_libdir}/libgphoto2_port/*/*.so
e826ff1
%dir %{_libdir}/libgphoto2
e826ff1
%dir %{_libdir}/libgphoto2/*
e826ff1
%{_libdir}/libgphoto2/*/*.so
cvsdist c4ed31b
%{_libdir}/*.so.*
cvsdist c4ed31b
%{_mandir}/man1/gphoto2.1*
e826ff1
%{_datadir}/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
e826ff1
%{_datadir}/hal/fdi/policy/20thirdparty/90-gphoto-camera-policy.fdi
b95278f
%{_libexecdir}/gphoto-set-procperm
cvsdist c4ed31b
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%post
cvsdist c4ed31b
# register libraries
cvsdist c4ed31b
/sbin/ldconfig
cvsdist c4ed31b
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%postun
cvsdist c4ed31b
# unregister libraries
cvsdist c4ed31b
/sbin/ldconfig
cvsdist c4ed31b
cvsdist c4ed31b
########################################################################
cvsdist c4ed31b
# file list and installation for -devel subpackage
cvsdist c4ed31b
########################################################################
cvsdist c4ed31b
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%files devel
cvsdist c4ed31b
%defattr(-,root,root)
cvsdist e6b59cc
%doc installed-doc
cvsdist c4ed31b
%{_bindir}/gphoto2-config
cvsdist c4ed31b
%{_bindir}/gphoto2-port-config
cvsdist c4ed31b
%{_includedir}/gphoto2
cvsdist c4ed31b
%{_libdir}/*.la
cvsdist 362fbf5
%{_libdir}/*.so
cvsdist c4ed31b
%{_libdir}/pkgconfig/*
cvsdist f324e22
%{_mandir}/man3/*
cvsdist c4ed31b
cvsdist c4ed31b
########################################################################
cvsdist c4ed31b
# ChangeLog
cvsdist c4ed31b
########################################################################
cvsdist c4ed31b
%changelog
e4f8dd7
* Fri Jan 13 2006 Radek Vokal <rvokal@redhat.com> 2.1.99-3
e4f8dd7
- export LIBDIR before creating .fdi file
e4f8dd7
395c632
* Fri Jan 13 2006 Radek Vokal <rvokal@redhat.com> 2.1.99-2
395c632
- spec file clean-up
5dde45a
- use ./print-usb-map 
5dde45a
- docs are back in -devel package
395c632
e826ff1
* Thu Jan 05 2006 Radek Vokal <rvokal@redhat.com> 2.1.99-1
e826ff1
- upgrade to 2.1.99 + dbus patch
e826ff1
4012e6a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 2.1.6-7.1
a769a4d
- rebuilt
a769a4d
741fc47
* Sun Nov 13 2005 John (J5) Palmieri <johnp@redhat.com> 2.1.6-7
741fc47
- Add callout to cameras with ptp access methods
741fc47
741fc47
* Fri Nov 11 2005 John (J5) Palmieri <johnp@redhat.com> 2.1.6-6
392720c
- Fix typo in fdi file to point to the correct script
392720c
- Install the fdi file to the policy directory instead of information
52aa7ec
52aa7ec
* Fri Nov 11 2005 John (J5) Palmieri <johnp@redhat.com> 2.1.6-5
52aa7ec
- Fix to not install scripts as directories
52aa7ec
b95278f
* Fri Nov 11 2005 John (J5) Palmieri <johnp@redhat.com> 2.1.6-4
b95278f
- Add gphoto-set-procperm and 90-gphoto-camera-policy.fdi to
b95278f
  have HAL set permissions on the usb cameras
09d6262
- Remove hotplug support since we don't use it anymore (udev takes care
09d6262
  of devices and HAL takes care of permissions)
b95278f
7849a90
* Mon Nov 07 2005 Radek Vokal <rvokal@redhat.com> 2.1.6-3
7849a90
- become self-hosting, don't depend on installed libs (#106442,#172519)
7849a90
ad83116
* Wed Jul 27 2005 Tim Waugh <twaugh@redhat.com> 2.1.6-2
ad83116
- Rebuilt.
ad83116
e809dfa
* Thu Jun 23 2005 Tim Waugh <twaugh@redhat.com> 2.1.6-1
e809dfa
- 2.1.6.
e809dfa
55a90c0
* Wed Jun  1 2005 Bill Nottingham <notting@redhat.com> 2.1.5-10
55a90c0
- fix multilib conflict on fdi files, and their generation on x86_64
55a90c0
  in general
55a90c0
7ac166f
* Sat May 14 2005 Tim Waugh <twaugh@redhat.com> 2.1.5-9
9afb2e7
- Fixed buffer overrun in ricoh/g3 (bug #157739).
9afb2e7
1f2ac4d
* Mon May  2 2005 David Zeuthen <davidz@redhat.com> 2.1.5-8
1f2ac4d
- Build and install hal device information files
1f2ac4d
1e542d5
* Tue Mar 29 2005 Tim Waugh <twaugh@redhat.com>
559c088
- Re-enable docs.
559c088
559c088
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> 2.1.5-7
db0430d
- Rebuild against newer libexif
db0430d
e1246cb
* Thu Mar 24 2005 Warren Togami <wtogami@redhat.com>
e1246cb
- BR libtool, pkgconfig
e1246cb
6a44718
* Thu Mar 24 2005 Tim Waugh <twaugh@redhat.com>
6a44718
- Disable docs again until gtk-doc is fixed (GNOME bug #169087).
6a44718
897c268
* Thu Mar 24 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.1.5-6
897c268
- Avoid creation of bad rpaths by removing libtool hacks from spec.
897c268
35d16a0
* Thu Mar 24 2005 Tim Waugh <twaugh@redhat.com>
35d16a0
- Disable docs again until gtk-doc is fixed (GNOME bug #169087).
35d16a0
dbcc8e5
* Mon Mar 21 2005 Tim Waugh <twaugh@redhat.com>
dbcc8e5
- Fixed memset() usage bug.
dbcc8e5
207a016
* Fri Mar 11 2005 Tim Waugh <twaugh@redhat.com>
207a016
- Re-enable docs.
207a016
299458b
* Fri Mar 11 2005 Tim Waugh <twaugh@redhat.com> 2.1.5-5
56f4354
- Rebuild with GCC 4 fixes.
56f4354
- Disable docs again until gtk-doc is fixed (GNOME bug #169087).
56f4354
0ca2949
* Fri Mar  4 2005 Tim Waugh <twaugh@redhat.com>
0ca2949
- Re-enable docs.
0ca2949
d5ea2c8
* Fri Mar  4 2005 Tim Waugh <twaugh@redhat.com> 2.1.5-4
d5ea2c8
- Disable docs until gtk-doc is fixed (GNOME bug #169087).
6cbb318
- Rebuilt for new GCC.
6cbb318
d479ab6
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 2.1.5-3
d479ab6
- Rebuilt for new readline.
d479ab6
b83ed4a
* Mon Jan 10 2005 Tim Waugh <twaugh@redhat.com> 2.1.5-2
b83ed4a
- 2.1.5 (bug #143141).
b83ed4a
23650b5
* Fri Oct  8 2004 Tim Waugh <twaugh@redhat.com> 2.1.4-7
23650b5
- devel sub-package requires libexif-devel (bug #135058).
23650b5
cvsdist 6575b7e
* Tue Aug 31 2004 Tim Waugh <twaugh@redhat.com> 2.1.4-6
cvsdist 6575b7e
- Fixed mis-applied patch (bug #130755).
cvsdist 6575b7e
cvsdist 7c4d39b
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 2.1.4-5
cvsdist 7c4d39b
- Apply patch from David Zeuthen to fix hotplug script (bug #130755).
cvsdist 7c4d39b
cvsdist c90833d
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c90833d
- rebuilt
cvsdist c90833d
cvsdist c90833d
* Mon Apr 19 2004 Tim Waugh <twaugh@redhat.com> 2.1.4-3
cvsdist c90833d
- BuildRequires libjpeg-devel, readline-devel (bug #121238).
cvsdist c90833d
cvsdist c90833d
* Wed Mar 10 2004 Tim Waugh <twaugh@redhat.com>
cvsdist c90833d
- Apply Jeff Law's cast-as-lvalue patch.
cvsdist c90833d
cvsdist a5fe6c6
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a5fe6c6
- rebuilt
cvsdist a5fe6c6
cvsdist a5fe6c6
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a5fe6c6
- rebuilt
cvsdist a5fe6c6
cvsdist 9a7b2a9
* Thu Jan 29 2004 Tim Waugh <twaugh@redhat.com> 2.1.4-1
cvsdist 9a7b2a9
- 2.1.4.
cvsdist 9a7b2a9
cvsdist 9a7b2a9
* Tue Dec 23 2003 Tim Waugh <twaugh@redhat.com> 2.1.3-3
cvsdist 9a7b2a9
- Build with libexif support.
cvsdist 9a7b2a9
cvsdist 9a7b2a9
* Thu Dec  4 2003 Tim Waugh <twaugh@redhat.com> 2.1.3-2
cvsdist 9a7b2a9
- Rebuilt.
cvsdist 9a7b2a9
cvsdist 0892559
* Wed Dec  3 2003 Tim Waugh <twaugh@redhat.com> 2.1.3-1
cvsdist 0892559
- 2.1.3.
cvsdist 0892559
cvsdist e6b59cc
* Tue Sep 16 2003 Tim Waugh <twaugh@redhat.com> 2.1.2-1
cvsdist e6b59cc
- 2.1.2.
cvsdist e6b59cc
cvsdist e6b59cc
* Wed Aug  6 2003 Elliot Lee <sopwith@redhat.com> 2.1.1-4
cvsdist e6b59cc
- Fix libtool
cvsdist e6b59cc
cvsdist e6b59cc
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist e6b59cc
- rebuilt
cvsdist e6b59cc
cvsdist e6b59cc
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 2.1.1-2
cvsdist e6b59cc
- Ship print-usb-usermap, fix post scriptlet.
cvsdist e6b59cc
cvsdist e6b59cc
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 2.1.1-1
cvsdist e6b59cc
- Use installed libtool.
cvsdist e6b59cc
- 2.1.1.
cvsdist e6b59cc
cvsdist f324e22
* Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist f324e22
- only package man3 in devel rpm
cvsdist f324e22
cvsdist f324e22
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist f324e22
- rebuilt
cvsdist f324e22
cvsdist f324e22
* Sun Dec 01 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist f324e22
- remove some old mainframe ifdefs
cvsdist f324e22
cvsdist f324e22
* Tue Nov 19 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-5
cvsdist f324e22
- Fix file lists.
cvsdist f324e22
- Don't install files not shipped.
cvsdist f324e22
- Rebuild in new environment.
cvsdist f324e22
cvsdist 903313d
* Wed Jul 24 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-4
cvsdist 903313d
- Rebuild, just in case (readline).
cvsdist 903313d
cvsdist edd2fd0
* Thu Jul 18 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-3
cvsdist edd2fd0
- Own some more directories.
cvsdist edd2fd0
cvsdist edd2fd0
* Fri Jun 28 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-2
cvsdist edd2fd0
- Don't use -rpath (bug #65983).
cvsdist edd2fd0
cvsdist edd2fd0
* Tue Jun 25 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-1
cvsdist edd2fd0
- 2.1.0.
cvsdist edd2fd0
- No longer need cvsfixes or consolelock patches.
cvsdist edd2fd0
cvsdist edd2fd0
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.0-9
cvsdist edd2fd0
- automated rebuild
cvsdist edd2fd0
cvsdist edd2fd0
* Thu May 23 2002 Tim Powers <timp@redhat.com> 2.0-8
cvsdist edd2fd0
- automated rebuild
cvsdist edd2fd0
cvsdist edd2fd0
* Thu May  9 2002 Tim Waugh <twaugh@redhat.com> 2.0-7
cvsdist edd2fd0
- Require lockdev (bug #64193).
cvsdist edd2fd0
cvsdist edd2fd0
* Mon Apr 29 2002 Tim Waugh <twaugh@redhat.com> 2.0-6
cvsdist edd2fd0
- In fact, don't even build for mainframe.
cvsdist edd2fd0
cvsdist edd2fd0
* Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de> 2.0-5
cvsdist edd2fd0
- do not require hotplug for mainframe
cvsdist edd2fd0
cvsdist 976de0a
* Mon Apr 15 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0-4
cvsdist 976de0a
- Set the owner of the device to the console lock holder, not the owner
cvsdist 976de0a
  of /dev/console, in the hotplug agent, fixing access for users who log
cvsdist 976de0a
  in at VTs and use startx (#62976).
cvsdist 976de0a
cvsdist 362fbf5
* Fri Apr 12 2002 Tim Waugh <twaugh@redhat.com> 2.0-3
cvsdist 362fbf5
- Rebuild (fixed bug #63355).
cvsdist 362fbf5
cvsdist 362fbf5
* Wed Feb 27 2002 Tim Waugh <twaugh@redhat.com> 2.0-2
cvsdist 362fbf5
- Fix from CVS: close port unconditionally in gp_camera_exit().
cvsdist 362fbf5
cvsdist 362fbf5
* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 2.0-1
cvsdist 362fbf5
- 2.0 is released.
cvsdist 362fbf5
- Ship the .so symlinks in the devel package.
cvsdist 362fbf5
cvsdist 362fbf5
* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc4.1
cvsdist 362fbf5
- 2.0rc4.
cvsdist 362fbf5
cvsdist 362fbf5
* Fri Feb 22 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc3.1
cvsdist 362fbf5
- 2.0rc3.  No longer need CVS patch.
cvsdist 362fbf5
- Build no longer requires xmlto.
cvsdist 362fbf5
cvsdist 362fbf5
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc2.2
cvsdist 362fbf5
- Fix DC240 hangs (patch from CVS).
cvsdist 362fbf5
- Rebuild in new environment.
cvsdist 362fbf5
cvsdist 362fbf5
* Tue Feb 19 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc2.1
cvsdist 362fbf5
- 2.0rc2 (bug #59993).  No longer need docs patch or man page.
cvsdist 362fbf5
- Really fix up libtool libraries (bug #60002).
cvsdist 362fbf5
cvsdist 362fbf5
* Fri Feb 15 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta5.2
cvsdist 362fbf5
- PreReq /sbin/ldconfig, grep, and fileutils (bug #59941).
cvsdist 362fbf5
cvsdist c4ed31b
* Tue Feb 12 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta5.1
cvsdist c4ed31b
- 2.0beta5.
cvsdist c4ed31b
- Fix Makefiles so that documentation can be built.
cvsdist c4ed31b
- Ship pkgconfig file.
cvsdist c4ed31b
- Add man page.
cvsdist c4ed31b
cvsdist c4ed31b
* Thu Feb  7 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta4.1
cvsdist c4ed31b
- 2.0beta4.
cvsdist c4ed31b
- Build requires transfig, and at least version 0.1.5 of libusb.
cvsdist c4ed31b
- Clean up file lists.
cvsdist c4ed31b
- Build documentation.
cvsdist c4ed31b
cvsdist c4ed31b
* Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta3.2
cvsdist c4ed31b
- Rebuild in new environment.
cvsdist c4ed31b
- Dump docbook-dtd30-sgml requirement; gtk-doc is sufficient.
cvsdist c4ed31b
cvsdist c4ed31b
* Sun Nov 18 2001 Tim Waugh <twaugh@redhat.com> 2.0-0.beta3.1
cvsdist c4ed31b
- Adapted for Red Hat Linux.
cvsdist c4ed31b
cvsdist c4ed31b
* Sat Oct 27 2001 Hans Ulrich Niedermann <gp@n-dimensional.de>
cvsdist c4ed31b
- fixed update behaviour for hotplug list (do not erase it when updating)
cvsdist c4ed31b
cvsdist c4ed31b
* Thu Oct 25 2001 Tim Waugh <twaugh@redhat.com>
cvsdist c4ed31b
- hotplug dependency is a prereq not a requires (the package scripts
cvsdist c4ed31b
  need it).
cvsdist c4ed31b
cvsdist c4ed31b
* Sun Oct 14 2001 Hans Ulrich Niedermann <gp@n-dimensional.de>
cvsdist c4ed31b
- integrated spec file into source package
cvsdist c4ed31b
cvsdist c4ed31b
* Sun Oct 14 2001 Hans Ulrich Niedermann <gp@n-dimensional.de>
cvsdist c4ed31b
- 2.0beta3
cvsdist c4ed31b
cvsdist c4ed31b
* Tue Oct  2 2001 Tim Waugh <twaugh@redhat.com> 2.0beta2-0.1
cvsdist c4ed31b
- Adapted for Red Hat Linux.
cvsdist c4ed31b
- 2.0beta2.
cvsdist c4ed31b
cvsdist c4ed31b
* Mon Aug  6 2001 Till Kamppeter <till@mandrakesoft.com> 2.0-0.beta1.2mdk
cvsdist c4ed31b
- Corrected "Requires:"
cvsdist c4ed31b
cvsdist c4ed31b
* Mon Aug  6 2001 Till Kamppeter <till@mandrakesoft.com> 2.0-0.beta1.1mdk
cvsdist c4ed31b
- Initial release
cvsdist c4ed31b
cvsdist c4ed31b
cvsdist c4ed31b