|
|
|
@ -1,15 +1,11 @@
|
|
|
|
|
%define name libavc1394
|
|
|
|
|
%define version 0.3.1
|
|
|
|
|
%define release 5
|
|
|
|
|
|
|
|
|
|
Summary: AV control lib for 1394
|
|
|
|
|
Name: %{name}
|
|
|
|
|
Version: %{version}
|
|
|
|
|
Release: %{release}
|
|
|
|
|
Name: libavc1394
|
|
|
|
|
Version: 0.3.1
|
|
|
|
|
Release: 7
|
|
|
|
|
Copyright: GPL
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
Source: http://downloads.sourceforge.net/libavc1394/libavc1394-0.3.1.tar.gz
|
|
|
|
|
BuildRequires: libraw1394
|
|
|
|
|
Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz
|
|
|
|
|
BuildRequires: libraw1394-devel
|
|
|
|
|
BuildRoot: /var/tmp/%{name}-%{version}-root
|
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
|
@ -19,6 +15,7 @@ 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.
|
|
|
|
@ -37,11 +34,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
@ -64,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|