cvsdist c4ed31b
Summary: Software for accessing digital cameras
cvsdist c4ed31b
Name: gphoto2
cvsdist c4ed31b
%define pkg gphoto2
b83ed4a
%define pkgver 2.1.5
cvsdist e6b59cc
%define libpkg libgphoto2
b83ed4a
%define libver 2.1.5
cvsdist edd2fd0
Version: %{pkgver}
b83ed4a
Release: 2
cvsdist c4ed31b
License: LGPL
cvsdist c4ed31b
Group: Applications/Multimedia
cvsdist c4ed31b
BuildRoot: %{_tmppath}/%{name}-%{version}-root
b83ed4a
Source0: http://prdownloads.sourceforge.net/gphoto/%{pkg}-%{pkgver}.tar.gz
b83ed4a
Source1: http://prdownloads.sourceforge.net/gphoto/%{libpkg}-%{libver}.tar.gz
cvsdist 7c4d39b
Patch1: gphoto2-hotplug.patch
cvsdist c4ed31b
Url: http://www.gphoto.org/
cvsdist edd2fd0
ExcludeArch: s390 s390x
cvsdist c4ed31b
# For /etc/hotplug/usb..
cvsdist c4ed31b
PreReq: hotplug >= 2001_04_24-13
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
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
cvsdist 7c4d39b
%patch1 -p1 -b .hotplug
cvsdist c4ed31b
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%build
cvsdist e6b59cc
pushd %{libpkg}-%{libver}
cvsdist e6b59cc
%configure --disable-rpath --enable-docs \
cvsdist e6b59cc
	--with-doc-dir=%{buildroot}%{_docdir}/%{name}
cvsdist e6b59cc
export tagname=CC
cvsdist e6b59cc
make LIBTOOL=/usr/bin/libtool
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=.
cvsdist c4ed31b
%configure --enable-docs --with-doc-dir=%{buildroot}%{_docdir}/%{name}
cvsdist e6b59cc
export tagname=CC
cvsdist e6b59cc
make LIBTOOL=/usr/bin/libtool
cvsdist c4ed31b
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%install
cvsdist c4ed31b
rm -rf "${RPM_BUILD_ROOT}"
cvsdist c4ed31b
cvsdist e6b59cc
pushd %{libpkg}-%{libver}
cvsdist e6b59cc
cvsdist c4ed31b
# Convince gphoto2 to be packaged.
cvsdist c4ed31b
perl -p -i -e "s|^libdir.*|libdir='$RPM_BUILD_ROOT%{_libdir}'|g" \
cvsdist c4ed31b
	libgphoto2_port/libgphoto2_port/libgphoto2_port.la
cvsdist c4ed31b
cvsdist e6b59cc
export tagname=CC
cvsdist e6b59cc
%makeinstall LIBTOOL=/usr/bin/libtool
cvsdist e6b59cc
cvsdist e6b59cc
install -d -m755 %{buildroot}/etc/hotplug/usb/
cvsdist e6b59cc
install -m755 packaging/linux-hotplug/usbcam.console %{buildroot}/etc/hotplug/usb/usbcam
cvsdist e6b59cc
cvsdist e6b59cc
popd
cvsdist e6b59cc
cvsdist e6b59cc
export tagname=CC
cvsdist e6b59cc
%makeinstall LIBTOOL=/usr/bin/libtool
cvsdist c4ed31b
cvsdist c4ed31b
# Fix up libtool libraries.
cvsdist c4ed31b
find $RPM_BUILD_ROOT -name '*.la' | \
cvsdist 362fbf5
  xargs perl -p -i -e "s|$RPM_BUILD_ROOT||g"
cvsdist c4ed31b
cvsdist c4ed31b
cp -a %{buildroot}%{_docdir}/%{name} installed-doc
cvsdist e6b59cc
find installed-doc -name '*.sgml' | xargs -r rm
cvsdist f324e22
rm -rf %{buildroot}%{_docdir}/%{name}
cvsdist f324e22
rm -rf %{buildroot}%{_libdir}/gphoto2/*/*a
cvsdist f324e22
rm -rf %{buildroot}%{_libdir}/gphoto2_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
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 c4ed31b
/etc/hotplug/usb/usbcam
cvsdist e6b59cc
%{_datadir}/libgphoto2
cvsdist c4ed31b
%dir %{_libdir}/gphoto2_port
cvsdist c4ed31b
%dir %{_libdir}/gphoto2_port/*
cvsdist c4ed31b
%{_libdir}/gphoto2_port/*/*.so
cvsdist edd2fd0
%dir %{_libdir}/gphoto2
cvsdist edd2fd0
%dir %{_libdir}/gphoto2/*
cvsdist c4ed31b
%{_libdir}/gphoto2/*/*.so
cvsdist c4ed31b
%{_libdir}/*.so.*
cvsdist e6b59cc
%{_libdir}/libgphoto2
cvsdist c4ed31b
%{_mandir}/man1/gphoto2.1*
cvsdist c4ed31b
cvsdist c4ed31b
cvsdist c4ed31b
####################################
cvsdist c4ed31b
%post
cvsdist c4ed31b
# add supported cameras to /etc/hotplug/usb.usermap
cvsdist c4ed31b
grep -v '^usbcam' /etc/hotplug/usb.usermap > /etc/hotplug/usb.usermap.tmp
cvsdist e6b59cc
%{_libdir}/libgphoto2/print-usb-usermap >> /etc/hotplug/usb.usermap.tmp
cvsdist c4ed31b
mv /etc/hotplug/usb.usermap.tmp /etc/hotplug/usb.usermap
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
if [ "$1" = 0 ]; then
cvsdist c4ed31b
    # remove supported cameras from /etc/hotplug/usb.usermap
cvsdist c4ed31b
    grep -v '^usbcam' /etc/hotplug/usb.usermap > /etc/hotplug/usb.usermap.new
cvsdist c4ed31b
    mv /etc/hotplug/usb.usermap.new /etc/hotplug/usb.usermap
cvsdist c4ed31b
fi
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
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