You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
2.0 KiB
96 lines
2.0 KiB
Summary: Library providing low-level IEEE-1394 access
|
|
Name: libraw1394
|
|
Version: 0.9.0
|
|
Release: 12
|
|
License: GPL
|
|
Group: Applications/Multimedia
|
|
Source: http://download.sourceforge.net/libraw1394/libraw1394_0.9.0.tar.gz
|
|
Patch0: libraw1394-0.9.0-gcc33.patch
|
|
ExcludeArch: s390 s390x
|
|
BuildRequires: libtool automake autoconf
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
The libraw1394 library provides direct access to the
|
|
IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space
|
|
interface.
|
|
|
|
%package devel
|
|
Summary: Development libs for libraw1394
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
Development libraries needed to build applications against libraw1394.
|
|
|
|
%prep
|
|
%setup
|
|
%patch0 -p1 -b .gcc33
|
|
libtoolize --force
|
|
aclocal
|
|
automake --add-missing
|
|
autoconf
|
|
|
|
%build
|
|
%configure
|
|
make
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING INSTALL README
|
|
%doc /usr/share/man/man1/testlibraw.1.gz
|
|
/usr/bin/testlibraw
|
|
%{_libdir}/libraw1394.so.5.0.0
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
/usr/include/libraw1394
|
|
%{_libdir}/libraw1394.a
|
|
%{_libdir}/libraw1394.la
|
|
%{_libdir}/libraw1394.so
|
|
/usr/share/aclocal/libraw1394.m4
|
|
%doc doc/libraw1394.ps
|
|
%doc doc/libraw1394
|
|
|
|
|
|
%changelog
|
|
* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.9.0-12
|
|
- have -devel require main pacakge
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 0.9.0-10
|
|
- fix build with gcc 3.3
|
|
|
|
* Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com>
|
|
- ppc64 fix
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
- rebuilt
|
|
|
|
* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
- exclude mainframe
|
|
- allow lib64
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Wed Jun 19 2002 Michael Fulbright <msf@redhat.com>
|
|
- fixed up %files list for devel subpackage and included api docs
|
|
|
|
* Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
|
|
- First RPM build
|
|
|