From f324e2203a17e7ca40058dd8f7a7a967fbdc3b3c Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 05:49:33 +0000 Subject: auto-import changelog data from gphoto2-2.1.0-7.src.rpm Sat Feb 01 2003 Florian La Roche - only package man3 in devel rpm Wed Jan 22 2003 Tim Powers - rebuilt Sun Dec 01 2002 Florian La Roche - remove some old mainframe ifdefs Tue Nov 19 2002 Tim Waugh 2.1.0-5 - Fix file lists. - Don't install files not shipped. - Rebuild in new environment. --- diff --git a/gphoto2.spec b/gphoto2.spec index 4e1f7d3..3b5604b 100644 --- a/gphoto2.spec +++ b/gphoto2.spec @@ -3,7 +3,7 @@ Name: gphoto2 %define pkg gphoto2 %define pkgver 2.1.0 Version: %{pkgver} -Release: 4 +Release: 7 License: LGPL Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -86,15 +86,19 @@ perl -p -i -e "s|^libdir.*|libdir='$RPM_BUILD_ROOT%{_libdir}'|g" \ find $RPM_BUILD_ROOT -name '*.la' | \ xargs perl -p -i -e "s|$RPM_BUILD_ROOT||g" -%ifnarch s390 s390x install -d -m755 %{buildroot}/etc/hotplug/usb/ install -m755 packaging/linux-hotplug/usbcam.console %{buildroot}/etc/hotplug/usb/usbcam -%endif cp -a %{buildroot}%{_docdir}/%{name} installed-doc find installed-doc -name '*.sgml' | xargs rm +rm -rf %{buildroot}%{_docdir}/%{name} +rm -rf %{buildroot}%{_libdir}/gphoto2/*/*a +rm -rf %{buildroot}%{_libdir}/gphoto2_port/*/*a +rm -rf %{buildroot}%{_libdir}/*.a %find_lang %{name} +%find_lang libgphoto2_port +cat libgphoto2_port.lang >> %{name}.lang #################################### @@ -111,9 +115,7 @@ rm -rf "${RPM_BUILD_ROOT}" %doc doc/gphoto2.txt doc/gphoto2-cli.txt %doc AUTHORS README COPYING %{_bindir}/gphoto2 -%ifnarch s390 s390x /etc/hotplug/usb/usbcam -%endif %{_datadir}/gphoto2 %dir %{_libdir}/gphoto2_port %dir %{_libdir}/gphoto2_port/* @@ -126,7 +128,6 @@ rm -rf "${RPM_BUILD_ROOT}" #################################### -%ifnarch s390 s390x %post # add supported cameras to /etc/hotplug/usb.usermap grep -v '^usbcam' /etc/hotplug/usb.usermap > /etc/hotplug/usb.usermap.tmp @@ -144,7 +145,6 @@ if [ "$1" = 0 ]; then grep -v '^usbcam' /etc/hotplug/usb.usermap > /etc/hotplug/usb.usermap.new mv /etc/hotplug/usb.usermap.new /etc/hotplug/usb.usermap fi -%endif ######################################################################## # file list and installation for -devel subpackage @@ -160,11 +160,26 @@ fi %{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/* +%{_mandir}/man3/* ######################################################################## # ChangeLog ######################################################################## %changelog +* Sat Feb 01 2003 Florian La Roche +- only package man3 in devel rpm + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Sun Dec 01 2002 Florian La Roche +- remove some old mainframe ifdefs + +* Tue Nov 19 2002 Tim Waugh 2.1.0-5 +- Fix file lists. +- Don't install files not shipped. +- Rebuild in new environment. + * Wed Jul 24 2002 Tim Waugh 2.1.0-4 - Rebuild, just in case (readline).