From 65ec679814a857c3196c30f195efec3085aaf732 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Feb 20 2007 16:36:22 +0000 Subject: - update to 0.0.5 - new devel package now provides shared library and headers --- diff --git a/.cvsignore b/.cvsignore index 1393ec8..e753749 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ multican-0.0.4.tar.gz +multican-0.0.5.tar.gz diff --git a/multican.spec b/multican.spec index 3eabcdc..b2b87e0 100644 --- a/multican.spec +++ b/multican.spec @@ -1,7 +1,7 @@ Summary: Remote control utility for Canon cameras Name: multican -Version: 0.0.4 -Release: 2%{?dist} +Version: 0.0.5 +Release: 1%{?dist} Source0: http://prdownloads.sourceforge.net/multican/%{name}-%{version}.tar.gz URL: http://multican.sourceforge.net/ License: GPL @@ -11,11 +11,20 @@ BuildRequires: libusb-devel >= 0.1.12 Requires: libusb >= 0.1.12 %description -Multican is Canon EOS class USB remote control utility for 400D, 300D, -350D, 30D, 20D and 5D. It is possible to control more of Canon cameras -in the same time up to six cameras attached. Multican allows scripted +Multican is Canon EOS class USB remote control utility for300D, 350D, +30D, 20D and 5D. It is possible to control more of Canon cameras in +the same time up to six cameras attached. Multican allows scripted remote control of multiple cameras. +%package devel +Summary: Development library for multican +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains the header files, libraries needed to develop +applications that use multican library to access Canon cameras. + %prep %setup -q @@ -24,17 +33,34 @@ make CFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT -make BINDIR="$RPM_BUILD_ROOT%{_bindir}" install +make BINDIR="$RPM_BUILD_ROOT%{_bindir}" \ + LIBDIR="$RPM_BUILD_ROOT%{_libdir}" \ + INCLDIR="$RPM_BUILD_ROOT%{_includedir}" \ + install %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files %defattr(-,root,root) -%doc COPYING TODO README ChangeLog +%doc COPYING README %{_bindir}/* +%{_libdir}/*.so.* + +%files devel +%doc TODO ChangeLog +%defattr(-,root,root) +%{_includedir}/* +%{_libdir}/*.so %changelog +* Tue Feb 20 2007 Jindrich Novy 0.0.5-1 +- update to 0.0.5 +- new devel package now provides shared library and headers + * Sun Dec 17 2006 Jindrich Novy 0.0.4-2 - rebuild to avoid EVR problems with FC5 multican diff --git a/sources b/sources index 20f670d..5ee17ff 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ a620f5a908f7ea7ea40724674f05ef0e multican-0.0.4.tar.gz +e73650b62ac83fd69f316b8374bb905c multican-0.0.5.tar.gz