|
|
|
@ -1,22 +1,22 @@
|
|
|
|
|
Summary: Library providing low-level IEEE-1394 access
|
|
|
|
|
Name: libraw1394
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 1.fc5
|
|
|
|
|
Release: 2.fc5
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Source: http://www.linux1394.org/dl/libraw1394-1.2.0.tar.gz
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Source: http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz
|
|
|
|
|
URL: http://www.linux1394.org/
|
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The libraw1394 library provides direct access to the IEEE-1394 bus through
|
|
|
|
|
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}
|
|
|
|
|
Requires: %{name} = %{version}-%{release}, pkgconfig
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Development libraries needed to build applications against libraw1394.
|
|
|
|
@ -31,7 +31,6 @@ make %{?_smp_mflags}
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir}
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
@ -41,28 +40,31 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%defattr(-,root,root,0755)
|
|
|
|
|
%doc COPYING.LIB README NEWS
|
|
|
|
|
%doc %{_mandir}/man1/testlibraw.1.gz
|
|
|
|
|
%doc %{_mandir}/man1/dumpiso.1.gz
|
|
|
|
|
%doc %{_mandir}/man1/sendiso.1.gz
|
|
|
|
|
%doc %{_mandir}/man5/isodump.5.gz
|
|
|
|
|
%{_bindir}/testlibraw
|
|
|
|
|
%{_bindir}/dumpiso
|
|
|
|
|
%{_bindir}/sendiso
|
|
|
|
|
%{_bindir}/testlibraw
|
|
|
|
|
%{_libdir}/libraw1394.so.*
|
|
|
|
|
%{_mandir}/man1/dumpiso.1.gz
|
|
|
|
|
%{_mandir}/man1/sendiso.1.gz
|
|
|
|
|
%{_mandir}/man1/testlibraw.1.gz
|
|
|
|
|
%{_mandir}/man5/isodump.5.gz
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%defattr(-,root,root,0755)
|
|
|
|
|
%doc doc/libraw1394.sgml
|
|
|
|
|
%{_includedir}/libraw1394
|
|
|
|
|
%{_includedir}/libraw1394/
|
|
|
|
|
%{_libdir}/libraw1394.a
|
|
|
|
|
%{_libdir}/libraw1394.la
|
|
|
|
|
%exclude %{_libdir}/libraw1394.la
|
|
|
|
|
%{_libdir}/libraw1394.so
|
|
|
|
|
%{_libdir}/pkgconfig/libraw1394.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 11 2005 Warren Togami <wtogami@redhat.com> - 1.2.0-2
|
|
|
|
|
- spec fixes from Matthias (#172105)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2005 Warren Togami <wtogami@redhat.com> - 1.2.0-1
|
|
|
|
|
- 1.2.0
|
|
|
|
|
|
|
|
|
|