OBS User unknown 2008-04-02 20:03:31 +00:00 committed by Git OBS Bridge
parent cec15debed
commit 1db2f043bb
4 changed files with 51 additions and 38 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad03157afaf87bd93add7d6f81e5bce60a06bc19cf3eac63651c883ace4cc1c8
size 273008

3
libraw1394-1.3.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81b94fe0f74da0076a8ff84bd0d159f423feb347c84e8ea3ad0e90c6b796f7e5
size 266519

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 18 20:58:03 CET 2008 - crrodriguez@suse.de
- remove pointless libtool archive with empty dependency_libs
- remove static libraries
- update to version 1.3.0
* added raw1394_read_cycle_timer() as used by FFADO project.
* added support for environment variable RAW1394DEV to override default device node /dev/raw1394.
* added --with-valgrind to configure script. other optimizations and bugfixes - see ChangeLog.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 4 17:22:06 CEST 2007 - olh@suse.de Sat Aug 4 17:22:06 CEST 2007 - olh@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package libraw1394 (Version 1.2.1) # spec file for package libraw1394 (Version 1.3.0)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,12 +10,13 @@
# norootforbuild # norootforbuild
Name: libraw1394 Name: libraw1394
Version: 1.2.1 Version: 1.3.0
Release: 53 Release: 1
License: LGPL v2 or later License: LGPL v2.1 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
@ -41,6 +42,7 @@ Authors:
Andreas Bombe <andreas.bombe@munich.netsurf.de> Andreas Bombe <andreas.bombe@munich.netsurf.de>
%package 8 %package 8
License: LGPL v2.1 or later
Summary: A Firewire Interface Summary: A Firewire Interface
Group: System/Kernel Group: System/Kernel
@ -62,11 +64,11 @@ Authors:
Andreas Bombe <andreas.bombe@munich.netsurf.de> Andreas Bombe <andreas.bombe@munich.netsurf.de>
%package devel %package devel
License: LGPL v2.1 or later
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}-8 == %{version} Requires: %{name}-8 == %{version} glibc-devel
AutoProv: no
%description devel %description devel
Libraw1394 is the only supported interface to the kernel side raw1394 Libraw1394 is the only supported interface to the kernel side raw1394
@ -97,18 +99,15 @@ Authors:
%patch11 -p1 %patch11 -p1
%build %build
%{?suse_update_config -ft}
autoreconf --force --install autoreconf --force --install
export CFLAGS="%optflags" export CFLAGS="%optflags"
./configure --prefix=/usr \ %configure --disable-static --with-pic
--libdir=%{_libdir} \
--mandir=%{_mandir}
%{__make} %{?jobs:-j%jobs} all %{__make} %{?jobs:-j%jobs} all
%install %install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
%{__make} install DESTDIR=%{buildroot} %{__make} install DESTDIR=%{buildroot}
# empty dependency libs
rm -f %{buildroot}%{_libdir}/libraw1394.la
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -124,58 +123,62 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/dumpiso %{_bindir}/dumpiso
%{_bindir}/sendiso %{_bindir}/sendiso
%{_bindir}/mpg1394grab %{_bindir}/mpg1394grab
%doc %{_mandir}/man*/* %{_mandir}/man*/*
%files 8 %files 8
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libraw1394.so.* %{_libdir}/libraw1394.so.8*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/libraw1394 %{_includedir}/libraw1394
%defattr(644,root,root)
%{_libdir}/libraw1394.la
%{_libdir}/libraw1394.a
%{_libdir}/libraw1394.so %{_libdir}/libraw1394.so
%{_libdir}/pkgconfig/libraw1394.pc %{_libdir}/pkgconfig/libraw1394.pc
%changelog %changelog
* Sat Aug 04 2007 - olh@suse.de * Tue Mar 18 2008 crrodriguez@suse.de
- remove pointless libtool archive with empty dependency_libs
- remove static libraries
- update to version 1.3.0
* added raw1394_read_cycle_timer() as used by FFADO project.
* added support for environment variable RAW1394DEV to override default device node /dev/raw1394.
* added --with-valgrind to configure script. other optimizations and bugfixes - see ChangeLog.
* Sat Aug 04 2007 olh@suse.de
- remove isodump.5 man page - remove isodump.5 man page
split libraw1394-8 package which contains only libraries 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
- update to version 1.2.1 - update to version 1.2.1
generate compiler warnings on deprecated functions (legacy isochronous). generate compiler warnings on deprecated functions (legacy isochronous).
bugfixes and optimizations. bugfixes and optimizations.
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Fri Jul 01 2005 - olh@suse.de * Fri Jul 01 2005 olh@suse.de
- update to version 1.2.0 - update to version 1.2.0
add bugfix stalling on iso transmission underflow add bugfix stalling on iso transmission underflow
* Tue Jan 11 2005 - olh@suse.de * Tue Jan 11 2005 olh@suse.de
- update to version 1.1.0 - update to version 1.1.0
* Mon Mar 08 2004 - lmuelle@suse.de * Mon Mar 08 2004 lmuelle@suse.de
- update to version 0.10.1 - update to version 0.10.1
* Fri Feb 20 2004 - kkaempf@suse.de * Fri Feb 20 2004 kkaempf@suse.de
- adapt aclocal definitions to automake 1.8.x (#34793) - adapt aclocal definitions to automake 1.8.x (#34793)
* Sun Jan 11 2004 - adrian@suse.de * Sun Jan 11 2004 adrian@suse.de
- add %%run_ldconfig - add %%run_ldconfig
* Mon Jan 27 2003 - kukuk@suse.de * Mon Jan 27 2003 kukuk@suse.de
- Move .so symlinks into -devel package [Bug #22382] - Move .so symlinks into -devel package [Bug #22382]
* Sun Jan 12 2003 - aj@suse.de * Sun Jan 12 2003 aj@suse.de
- Fix multiline strings. - Fix multiline strings.
* Thu Jun 20 2002 - ro@suse.de * Thu Jun 20 2002 ro@suse.de
- run autoreconf - run autoreconf
* Thu Jun 06 2002 - bk@suse.de * Thu Jun 06 2002 bk@suse.de
- fix defattr properly(for perms of includedir, mandir, docdir) - fix defattr properly(for perms of includedir, mandir, docdir)
- never ever include %%{_mandir}/* (dirs!) into package filelist - never ever include %%{_mandir}/* (dirs!) into package filelist
- fix rpm license tag to LGPL and add URL tag und use optflags - fix rpm license tag to LGPL and add URL tag und use optflags
* Tue May 28 2002 - lmuelle@suse.de * Tue May 28 2002 lmuelle@suse.de
- fixed directory permissions of includedir - fixed directory permissions of includedir
* Tue Feb 26 2002 - kraxel@suse.de * Tue Feb 26 2002 kraxel@suse.de
- added automake m4 file to devel package file list - added automake m4 file to devel package file list
- fixed s390x build failure - fixed s390x build failure
* Sat Sep 22 2001 - bjacke@suse.de * Sat Sep 22 2001 bjacke@suse.de
- initial build: version 0.9.0 - initial build: version 0.9.0