OBS User unknown 2007-08-05 09:43:43 +00:00 committed by Git OBS Bridge
parent 9f570963fb
commit cec15debed
3 changed files with 63 additions and 12 deletions

View File

@ -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

View 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

View File

@ -12,13 +12,14 @@
Name: libraw1394
Version: 1.2.1
Release: 24
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Release: 53
License: LGPL v2 or later
Summary: A Firewire Interface
URL: http://www.linux1394.org/
Group: System/Kernel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.linux1394.org/files/libraw1394/%{name}-%{version}.tar.bz2
Patch: libraw1394.no-isodump.patch
Patch10: libraw1394.mpg1394grab.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:
--------
Dan Dennedy <dan@dennedy.org>
@ -40,10 +62,10 @@ Authors:
Andreas Bombe <andreas.bombe@munich.netsurf.de>
%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
Group: Development/Libraries/C and C++
Requires: %{name} == %{version}
Requires: %{name}-8 == %{version}
AutoProv: no
%description devel
@ -70,6 +92,7 @@ Authors:
%prep
%setup -q
%patch -p1
%patch10 -p1
%patch11 -p1
@ -83,17 +106,16 @@ export CFLAGS="%optflags"
%{__make} %{?jobs:-j%jobs} all
%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}
%clean
[ "${RPM_BUILD_ROOT}" != "/" -a -d "${RPM_BUILD_ROOT}" ] && rm -rf "${RPM_BUILD_ROOT}"
rm -rf $RPM_BUILD_ROOT
%post
%run_ldconfig
%post 8 -p /sbin/ldconfig
%postun
%run_ldconfig
%postun 8 -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -102,8 +124,11 @@ export CFLAGS="%optflags"
%{_bindir}/dumpiso
%{_bindir}/sendiso
%{_bindir}/mpg1394grab
%doc %{_mandir}/man*/*
%files 8
%defattr(-,root,root)
%{_libdir}/libraw1394.so.*
%doc %{_mandir}/man[15]/*.gz
%files devel
%defattr(-,root,root)
@ -114,7 +139,10 @@ export CFLAGS="%optflags"
%{_libdir}/libraw1394.so
%{_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
- add mpg1394grab (#236537)
* Tue Jul 18 2006 - olh@suse.de