This commit is contained in:
parent
9f570963fb
commit
cec15debed
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 4 17:22:06 CEST 2007 - olh@suse.de
|
||||||
|
|
||||||
|
- remove isodump.5 man page
|
||||||
|
split libraw1394-8 package which contains only libraries
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 29 12:56:37 CET 2007 - olh@suse.de
|
Mon Jan 29 12:56:37 CET 2007 - olh@suse.de
|
||||||
|
|
||||||
|
17
libraw1394.no-isodump.patch
Normal file
17
libraw1394.no-isodump.patch
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
doc/Makefile.am | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
--- a/doc/Makefile.am
|
||||||
|
+++ b/doc/Makefile.am
|
||||||
|
@@ -1,8 +1,8 @@
|
||||||
|
-EXTRA_DIST = testlibraw.1.in sendiso.1.in dumpiso.1.in isodump.5.in \
|
||||||
|
+EXTRA_DIST = testlibraw.1.in sendiso.1.in dumpiso.1.in \
|
||||||
|
libraw1394.sgml
|
||||||
|
|
||||||
|
# man files for testlibraw
|
||||||
|
-man_MANS = testlibraw.1 sendiso.1 dumpiso.1 isodump.5
|
||||||
|
+man_MANS = testlibraw.1 sendiso.1 dumpiso.1
|
||||||
|
|
||||||
|
# libraw1394 docbook documentation
|
||||||
|
|
@ -12,13 +12,14 @@
|
|||||||
|
|
||||||
Name: libraw1394
|
Name: libraw1394
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 24
|
Release: 53
|
||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: LGPL v2 or later
|
||||||
Summary: A Firewire Interface
|
Summary: A Firewire Interface
|
||||||
URL: http://www.linux1394.org/
|
URL: http://www.linux1394.org/
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: http://www.linux1394.org/files/libraw1394/%{name}-%{version}.tar.bz2
|
Source0: http://www.linux1394.org/files/libraw1394/%{name}-%{version}.tar.bz2
|
||||||
|
Patch: libraw1394.no-isodump.patch
|
||||||
Patch10: libraw1394.mpg1394grab.patch
|
Patch10: libraw1394.mpg1394grab.patch
|
||||||
Patch11: libraw1394.mpg1394grab-beautify.patch
|
Patch11: libraw1394.mpg1394grab-beautify.patch
|
||||||
|
|
||||||
@ -28,6 +29,27 @@ access to the connected 1394 (Firewire) bus.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Dan Dennedy <dan@dennedy.org>
|
||||||
|
|
||||||
|
Manfred Weihs <weihs@ict.tuwien.ac.at>
|
||||||
|
Christian Toegel <christian.toegel@gmx.at>
|
||||||
|
Dan Maas <dmaas@maasdigital.com>
|
||||||
|
Ben Collins <bcollins@debian.org>
|
||||||
|
|
||||||
|
Andreas Bombe <andreas.bombe@munich.netsurf.de>
|
||||||
|
|
||||||
|
%package 8
|
||||||
|
Summary: A Firewire Interface
|
||||||
|
Group: System/Kernel
|
||||||
|
|
||||||
|
%description 8
|
||||||
|
A library for the Linux IEEE-1394 subsystem, which provides direct
|
||||||
|
access to the connected 1394 (Firewire) bus.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Dan Dennedy <dan@dennedy.org>
|
Dan Dennedy <dan@dennedy.org>
|
||||||
@ -40,10 +62,10 @@ Authors:
|
|||||||
Andreas Bombe <andreas.bombe@munich.netsurf.de>
|
Andreas Bombe <andreas.bombe@munich.netsurf.de>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development and Include Files for Libraw1394
|
Summary: Development and Include Files for libraw1394
|
||||||
Summary(pt_BR): Arquivos de desenvolvimento e cabeçalhos para o libraw1394
|
Summary(pt_BR): Arquivos de desenvolvimento e cabeçalhos para o libraw1394
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} == %{version}
|
Requires: %{name}-8 == %{version}
|
||||||
AutoProv: no
|
AutoProv: no
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -70,6 +92,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -p1
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
|
|
||||||
@ -83,17 +106,16 @@ export CFLAGS="%optflags"
|
|||||||
%{__make} %{?jobs:-j%jobs} all
|
%{__make} %{?jobs:-j%jobs} all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "${RPM_BUILD_ROOT}" != "/" -a -d "${RPM_BUILD_ROOT}" ] && rm -rf "${RPM_BUILD_ROOT}"
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
mkdir $RPM_BUILD_ROOT
|
||||||
%{__make} install DESTDIR=%{buildroot}
|
%{__make} install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "${RPM_BUILD_ROOT}" != "/" -a -d "${RPM_BUILD_ROOT}" ] && rm -rf "${RPM_BUILD_ROOT}"
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post 8 -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%postun
|
%postun 8 -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -102,8 +124,11 @@ export CFLAGS="%optflags"
|
|||||||
%{_bindir}/dumpiso
|
%{_bindir}/dumpiso
|
||||||
%{_bindir}/sendiso
|
%{_bindir}/sendiso
|
||||||
%{_bindir}/mpg1394grab
|
%{_bindir}/mpg1394grab
|
||||||
|
%doc %{_mandir}/man*/*
|
||||||
|
|
||||||
|
%files 8
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libraw1394.so.*
|
%{_libdir}/libraw1394.so.*
|
||||||
%doc %{_mandir}/man[15]/*.gz
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -114,7 +139,10 @@ export CFLAGS="%optflags"
|
|||||||
%{_libdir}/libraw1394.so
|
%{_libdir}/libraw1394.so
|
||||||
%{_libdir}/pkgconfig/libraw1394.pc
|
%{_libdir}/pkgconfig/libraw1394.pc
|
||||||
|
|
||||||
%changelog -n libraw1394
|
%changelog
|
||||||
|
* Sat Aug 04 2007 - olh@suse.de
|
||||||
|
- remove isodump.5 man page
|
||||||
|
split libraw1394-8 package which contains only libraries
|
||||||
* Mon Jan 29 2007 - olh@suse.de
|
* Mon Jan 29 2007 - olh@suse.de
|
||||||
- add mpg1394grab (#236537)
|
- add mpg1394grab (#236537)
|
||||||
* Tue Jul 18 2006 - olh@suse.de
|
* Tue Jul 18 2006 - olh@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user