From 329a57139aa40033ef57e9c4140f40d36c0e474c Mon Sep 17 00:00:00 2001 From: Tim Niemueller Date: Fri, 16 May 2008 20:04:59 +0000 Subject: [PATCH] Update to latest stable release 2.0.2 --- .cvsignore | 2 +- libdc1394.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8bd4786..d0141d1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libdc1394-2.0.1.tar.gz +libdc1394-2.0.2.tar.gz diff --git a/libdc1394.spec b/libdc1394.spec index 2aa06c0..4f1c7f8 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -1,14 +1,14 @@ -# $Id: libdc1394.spec,v 1.2 2008/02/09 00:09:13 timn Exp $ +# $Id: libdc1394.spec,v 1.3 2008/05/16 20:04:59 timn Exp $ #define svn_snapshot .svn459 #define real_version 2.0.0-rc8%{svn_snapshot} -%define real_version 2.0.1 +%define real_version 2.0.2 %define svn_build %{?svn_snapshot:1}%{!?svn_snapshot:0} Summary: 1394-based digital camera control library Name: libdc1394 -Version: 2.0.1 -Release: 4%{?svn_snapshot}%{?dist} +Version: 2.0.2 +Release: 1%{?svn_snapshot}%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libdc1394/ @@ -76,6 +76,7 @@ make doc make install DESTDIR=%{buildroot} INSTALL="%{__install} -p" mkdir -p %{buildroot}%{_docdir}/%{name}-docs-%{version} %{__install} -p -m 0644 doc/html/* %{buildroot}%{_docdir}/%{name}-docs-%{version} +%{!?_without_juju:rm -f %{buildroot}/%{_mandir}/man1/dc1394_vloopback.1} %post -p /sbin/ldconfig @@ -105,10 +106,13 @@ mkdir -p %{buildroot}%{_docdir}/%{name}-docs-%{version} %defattr(-, root, root, 0755) %{_bindir}/dc1394_reset_bus %{?_without_juju:%{_bindir}/dc1394_vloopback} +%{_mandir}/man1/dc1394_reset_bus.1.gz +%{?_without_juju:%{_mandir}/man1/dc1394_vloopback.1.gz} + %changelog -* Sat Feb 09 2008 Tim Niemueller - 2.0.1-4 -- Rebuild with GCC 4.3 for rawhide (F9) +* Mon May 12 2008 Tim Niemueller - 2.0.2-1 +- Update to latest stable release 2.0.2 * Sat Jan 19 2008 Tim Niemueller - 2.0.1-3 - Made autotools calls optional, only called if svn_snapshot is defined diff --git a/sources b/sources index 246fefb..ef6fb71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b5abeed347e7f6682f4fa9f06437a5f libdc1394-2.0.1.tar.gz +c2dc94e9568765f34f7a23b31b9c2f6d libdc1394-2.0.2.tar.gz