rpms/multican/devel .cvsignore, 1.2, 1.3 multican.spec, 1.2, 1.3 sources, 1.2, 1.3

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Tue Feb 20 16:36:54 UTC 2007


Author: jnovy

Update of /cvs/extras/rpms/multican/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30473

Modified Files:
	.cvsignore multican.spec sources 
Log Message:
- update to 0.0.5
- new devel package now provides shared library and headers



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/multican/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Nov 2006 11:42:51 -0000	1.2
+++ .cvsignore	20 Feb 2007 16:36:22 -0000	1.3
@@ -1 +1,2 @@
 multican-0.0.4.tar.gz
+multican-0.0.5.tar.gz


Index: multican.spec
===================================================================
RCS file: /cvs/extras/rpms/multican/devel/multican.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- multican.spec	17 Dec 2006 20:29:18 -0000	1.2
+++ multican.spec	20 Feb 2007 16:36:22 -0000	1.3
@@ -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 @@
 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 @@
 
 %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 <jnovy at redhat.com> 0.0.5-1
+- update to 0.0.5
+- new devel package now provides shared library and headers
+
 * Sun Dec 17 2006 Jindrich Novy <jnovy at redhat.com> 0.0.4-2
 - rebuild to avoid EVR problems with FC5 multican
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/multican/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Nov 2006 11:42:51 -0000	1.2
+++ sources	20 Feb 2007 16:36:22 -0000	1.3
@@ -1 +1,2 @@
 a620f5a908f7ea7ea40724674f05ef0e  multican-0.0.4.tar.gz
+e73650b62ac83fd69f316b8374bb905c  multican-0.0.5.tar.gz




More information about the scm-commits mailing list