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.
libavc1394/libavc1394.spec

84 lines
1.7 KiB

Summary: AV control lib for 1394
Name: libavc1394
Version: 0.3.1
Release: 7
Copyright: GPL
Group: Applications/Multimedia
Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz
BuildRequires: libraw1394-devel
BuildRoot: /var/tmp/%{name}-%{version}-root
ExcludeArch: s390 s390x
%description
The libavc1394 library allows utilities to control IEEE-1394 devices.
%package devel
Summary: Development libs for libavc1394
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
Development libraries required to build applications using libavc1394.
%prep
%setup
%build
%configure
make
%install
rm -rf %{buildroot}
%makeinstall
%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/dvcont.1.gz
/usr/bin/dvcont
%{_libdir}/libavc1394.so.0.0.4
%{_libdir}/librom1394.so.0.0.4
%files devel
%defattr(-,root,root)
/usr/include/libavc1394
%{_libdir}/libavc1394.a
%{_libdir}/libavc1394.la
%{_libdir}/libavc1394.so
%{_libdir}/librom1394.a
%{_libdir}/librom1394.la
%{_libdir}/librom1394.so
%changelog
* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.3.1-7
- fix buildreqs (#102204)
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 0.3.1-4
- rebuild on all arches
* 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
* Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
- First RPM build