Update to latest stable release 2.1.0

Tim
This commit is contained in:
Tim Niemueller 2009-03-17 14:47:28 +00:00
parent e1ea58ffc0
commit d714e24c7e
3 changed files with 12 additions and 9 deletions

View File

@ -1 +1 @@
libdc1394-2.0.2.tar.gz libdc1394-2.1.0.tar.gz

View File

@ -1,18 +1,18 @@
# $Id: libdc1394.spec,v 1.4 2009/02/25 14:20:21 jkeating Exp $ # $Id: libdc1394.spec,v 1.5 2009/03/17 14:47:28 timn Exp $
#define svn_snapshot .svn459 #define svn_snapshot .svn459
#define real_version 2.0.0-rc8%{svn_snapshot} #define real_version 2.0.0-rc8%{svn_snapshot}
%define real_version 2.0.2 #%define real_version 2.1.0
%define svn_build %{?svn_snapshot:1}%{!?svn_snapshot:0} %define svn_build %{?svn_snapshot:1}%{!?svn_snapshot:0}
Summary: 1394-based digital camera control library Summary: 1394-based digital camera control library
Name: libdc1394 Name: libdc1394
Version: 2.0.2 Version: 2.1.0
Release: 2%{?svn_snapshot}%{?dist} Release: 1%{?svn_snapshot}%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://sourceforge.net/projects/libdc1394/ URL: http://sourceforge.net/projects/libdc1394/
Source: http://dl.sf.net/libdc1394/libdc1394-%{real_version}.tar.gz Source: http://dl.sf.net/libdc1394/libdc1394-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: kernel-headers BuildRequires: kernel-headers
@ -55,7 +55,7 @@ This package contains tools that are useful when working and
developing with %{name}. developing with %{name}.
%prep %prep
%setup -q -n libdc1394-%{real_version} %setup -q -n libdc1394-%{version}
%build %build
%if %{svn_build} %if %{svn_build}
@ -105,12 +105,15 @@ mkdir -p %{buildroot}%{_docdir}/%{name}-docs-%{version}
%files tools %files tools
%defattr(-, root, root, 0755) %defattr(-, root, root, 0755)
%{_bindir}/dc1394_reset_bus %{_bindir}/dc1394_reset_bus
%{?_without_juju:%{_bindir}/dc1394_vloopback} %{_bindir}/dc1394_vloopback
%{_mandir}/man1/dc1394_reset_bus.1.gz %{_mandir}/man1/dc1394_reset_bus.1.gz
%{?_without_juju:%{_mandir}/man1/dc1394_vloopback.1.gz} %{?_without_juju:%{_mandir}/man1/dc1394_vloopback.1.gz}
%changelog %changelog
* Tue Mar 17 2009 Tim Niemueller <tim@niemueller.de> - 2.1.0-1
- Update to latest stable release 2.1.0
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
c2dc94e9568765f34f7a23b31b9c2f6d libdc1394-2.0.2.tar.gz 51909785c8c3da6881dd983c98c0c6d6 libdc1394-2.1.0.tar.gz