rpms/gphoto2/devel gphoto2.spec,1.48,1.49

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 13 13:54:36 UTC 2006


Author: rvokal

Update of /cvs/dist/rpms/gphoto2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6676

Modified Files:
	gphoto2.spec 
Log Message:
- export LIBDIR before creating .fdi file


Index: gphoto2.spec
===================================================================
RCS file: /cvs/dist/rpms/gphoto2/devel/gphoto2.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- gphoto2.spec	13 Jan 2006 12:42:57 -0000	1.48
+++ gphoto2.spec	13 Jan 2006 13:54:31 -0000	1.49
@@ -5,7 +5,7 @@
 %define libpkg libgphoto2
 %define libver 2.1.99
 Version: %{pkgver}
-Release: 2
+Release: 3
 License: LGPL
 Group: Applications/Multimedia
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -118,9 +118,9 @@
 make mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT install
 
 install -d -m755 %{buildroot}/usr/share/hal/fdi/information/20thirdparty/
-#
+
 #LIBDIR=%{buildroot}%{_libdir} %{SOURCE2} > %{buildroot}/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
-#
+export LIBDIR=$RPM_BUILD_ROOT/%{_libdir} 
 export CAMLIBS=$RPM_BUILD_ROOT/%{_libdir}/%{libpkg}/%{libver}
 $RPM_BUILD_ROOT/%{_libdir}/%{libpkg}/print-usb-usermap --fdi > $RPM_BUILD_ROOT/%{_datadir}/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
 popd
@@ -210,6 +210,9 @@
 # ChangeLog
 ########################################################################
 %changelog
+* Fri Jan 13 2006 Radek Vokal <rvokal at redhat.com> 2.1.99-3
+- export LIBDIR before creating .fdi file
+
 * Fri Jan 13 2006 Radek Vokal <rvokal at redhat.com> 2.1.99-2
 - spec file clean-up
 - use ./print-usb-map 




More information about the fedora-cvs-commits mailing list