|
|
@ -1,4 +1,4 @@
|
|
|
|
# $Id: libdc1394.spec,v 1.1 2008/01/19 23:30:06 timn Exp $
|
|
|
|
# $Id: libdc1394.spec,v 1.2 2008/02/09 00:09:13 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}
|
|
|
@ -8,7 +8,7 @@
|
|
|
|
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.1
|
|
|
|
Release: 3%{?svn_snapshot}%{?dist}
|
|
|
|
Release: 4%{?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/
|
|
|
@ -107,6 +107,9 @@ mkdir -p %{buildroot}%{_docdir}/%{name}-docs-%{version}
|
|
|
|
%{?_without_juju:%{_bindir}/dc1394_vloopback}
|
|
|
|
%{?_without_juju:%{_bindir}/dc1394_vloopback}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Feb 09 2008 Tim Niemueller <tim@niemueller.de> - 2.0.1-4
|
|
|
|
|
|
|
|
- Rebuild with GCC 4.3 for rawhide (F9)
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
- devel subpackage now requires pkgconfig
|
|
|
|
- devel subpackage now requires pkgconfig
|
|
|
|