SPECS: libdc1394.spec - up to 2.0.0rc5 (i know there's already rc9...
shadzik
shadzik at pld-linux.org
Tue Dec 18 00:07:50 CET 2007
Author: shadzik Date: Mon Dec 17 23:07:50 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 2.0.0rc5 (i know there's already rc9)
- no link patch needed
---- Files affected:
SPECS:
libdc1394.spec (1.23 -> 1.24)
---- Diffs:
================================================================
Index: SPECS/libdc1394.spec
diff -u SPECS/libdc1394.spec:1.23 SPECS/libdc1394.spec:1.24
--- SPECS/libdc1394.spec:1.23 Mon Aug 27 00:44:22 2007
+++ SPECS/libdc1394.spec Tue Dec 18 00:07:44 2007
@@ -3,21 +3,22 @@
# Conditional build:
%bcond_without static_libs # don't build static library
#
+%define _rc rc5
Summary: Library for 1394 Digital Camera Specification
Summary(pl.UTF-8): Biblioteka dla specyfikacji Kamera Cyfrowa 1394
Name: libdc1394
-Version: 1.2.2
-Release: 1
+Version: 2.0.0
+Release: 0.%{_rc}.1
License: LGPL v2.1+
Group: Libraries
-Source0: http://dl.sourceforge.net/libdc1394/%{name}-%{version}.tar.gz
-# Source0-md5: 538d6df70dbe372284c8acad85ea9b4e
-Patch0: %{name}-link.patch
+Source0: http://dl.sourceforge.net/libdc1394/%{name}-%{version}-%{_rc}.tar.gz
+# Source0-md5: dff62b3b0b0187e0253479c901a5fec3
URL: http://sourceforge.net/projects/libdc1394/
BuildRequires: autoconf >= 2.59-9
BuildRequires: automake
BuildRequires: libraw1394-devel
BuildRequires: libtool
+BuildRequires: pkgconfig
BuildRequires: xorg-lib-libX11-devel
BuildRequires: xorg-lib-libXext-devel
BuildRequires: xorg-lib-libXv-devel
@@ -62,8 +63,7 @@
Statyczna biblioteka libdc1394.
%prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}-%{version}-%{_rc}
%build
%{__libtoolize}
@@ -90,19 +90,21 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/libdc1394_control.so.*.*.*
+%attr(755,root,root) %{_bindir}/dc1394_reset_bus
+%attr(755,root,root) %{_bindir}/dc1394_vloopback
+%attr(755,root,root) %{_libdir}/libdc1394.so.20.0.0
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libdc1394_control.so
-%{_libdir}/libdc1394_control.la
-%{_includedir}/libdc1394
+%attr(755,root,root) %{_libdir}/libdc1394.so
+%{_libdir}/libdc1394.la
+%{_includedir}/dc1394
+%{_pkgconfigdir}/libdc1394.pc
%if %{with static_libs}
%files static
%defattr(644,root,root,755)
-%{_libdir}/libdc1394_control.a
+%{_libdir}/libdc1394.a
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -111,6 +113,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2007-12-17 23:07:44 shadzik
+- up to 2.0.0rc5 (i know there's already rc9)
+- no link patch needed
+
Revision 1.23 2007-08-26 22:44:22 qboosh
- updated to 1.2.2
- removed obsolete def patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libdc1394.spec?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list