Update to latest stable release 2.0.2

This commit is contained in:
Tim Niemueller 2008-05-16 20:04:59 +00:00
parent 83d9ffd3f4
commit 329a57139a
3 changed files with 12 additions and 8 deletions

View File

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

View File

@ -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 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.1 %define real_version 2.0.2
%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.1 Version: 2.0.2
Release: 4%{?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/
@ -76,6 +76,7 @@ make doc
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p" make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
mkdir -p %{buildroot}%{_docdir}/%{name}-docs-%{version} mkdir -p %{buildroot}%{_docdir}/%{name}-docs-%{version}
%{__install} -p -m 0644 doc/html/* %{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 %post -p /sbin/ldconfig
@ -105,10 +106,13 @@ mkdir -p %{buildroot}%{_docdir}/%{name}-docs-%{version}
%defattr(-, root, root, 0755) %defattr(-, root, root, 0755)
%{_bindir}/dc1394_reset_bus %{_bindir}/dc1394_reset_bus
%{?_without_juju:%{_bindir}/dc1394_vloopback} %{?_without_juju:%{_bindir}/dc1394_vloopback}
%{_mandir}/man1/dc1394_reset_bus.1.gz
%{?_without_juju:%{_mandir}/man1/dc1394_vloopback.1.gz}
%changelog %changelog
* Sat Feb 09 2008 Tim Niemueller <tim@niemueller.de> - 2.0.1-4 * Mon May 12 2008 Tim Niemueller <tim@niemueller.de> - 2.0.2-1
- Rebuild with GCC 4.3 for rawhide (F9) - Update to latest stable release 2.0.2
* Sat Jan 19 2008 Tim Niemueller <tim@niemueller.de> - 2.0.1-3 * Sat Jan 19 2008 Tim Niemueller <tim@niemueller.de> - 2.0.1-3
- Made autotools calls optional, only called if svn_snapshot is defined - Made autotools calls optional, only called if svn_snapshot is defined

View File

@ -1 +1 @@
6b5abeed347e7f6682f4fa9f06437a5f libdc1394-2.0.1.tar.gz c2dc94e9568765f34f7a23b31b9c2f6d libdc1394-2.0.2.tar.gz