Sun Jun 09 2002 Michael Fulbright <msf@redhat.com> - First RPM buildepel9
parent
c59cfd909a
commit
37c7cff0a6
@ -0,0 +1 @@
|
|||||||
|
libavc1394-0.3.1.tar.gz
|
@ -0,0 +1,68 @@
|
|||||||
|
%define name libavc1394
|
||||||
|
%define version 0.3.1
|
||||||
|
%define release 1
|
||||||
|
|
||||||
|
Summary: AV control lib for 1394
|
||||||
|
Name: %{name}
|
||||||
|
Version: %{version}
|
||||||
|
Release: %{release}
|
||||||
|
Copyright: GPL
|
||||||
|
Group: Applications/Multimedia
|
||||||
|
Source: http://downloads.sourceforge.net/libavc1394/libavc1394-0.3.1.tar.gz
|
||||||
|
BuildRequires: libraw1394
|
||||||
|
BuildRoot: /var/tmp/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
The libavc1394 library allows utilities to control IEEE-1394 devices.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development libs for libavc1394
|
||||||
|
Group: Development/Libraries
|
||||||
|
|
||||||
|
%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
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
|
%postun
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING INSTALL README
|
||||||
|
%doc /usr/share/man/man1/dvcont.1.gz
|
||||||
|
/usr/bin/dvcont
|
||||||
|
/usr/lib/libavc1394.so.0.0.4
|
||||||
|
/usr/lib/librom1394.so.0.0.4
|
||||||
|
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
/usr/include/libavc1394
|
||||||
|
/usr/lib/libavc1394.a
|
||||||
|
/usr/lib/libavc1394.la
|
||||||
|
/usr/lib/libavc1394.so
|
||||||
|
/usr/lib/librom1394.a
|
||||||
|
/usr/lib/librom1394.la
|
||||||
|
/usr/lib/librom1394.so
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
|
||||||
|
- First RPM build
|
||||||
|
|
Loading…
Reference in new issue