From 3532ae0098d5d06da6a44d85650984d4530119e4 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:50:10 +0100 Subject: [PATCH] automatic update by autodist [release 0.5.4-1mamba;Mon Jan 31 2011] --- README.md | 2 ++ libavc1394.spec | 88 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 libavc1394.spec diff --git a/README.md b/README.md index 06ebf70..fa41fe6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libavc1394 +Libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. + diff --git a/libavc1394.spec b/libavc1394.spec new file mode 100644 index 0000000..ae2d049 --- /dev/null +++ b/libavc1394.spec @@ -0,0 +1,88 @@ +Name: libavc1394 +Version: 0.5.4 +Release: 1mamba +Summary: Library for providing raw access to IEEE 1394 devices +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://sourceforge.net/projects/libavc1394/ +Source: http://garr.dl.sourceforge.net/project/libavc1394/libavc1394/libavc1394-%{version}.tar.gz +#Source: http://dl.sf.net/libavc1394/libavc1394-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libraw1394-devel +## AUTOBUILDREQ-END +BuildRequires: pkgconfig >= 0.15.0 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. + +%package devel +Summary: Files for developing applications that use %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +Libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. + +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-, root, root) +%{_bindir}/* +%{_libdir}/*.so.* +%{_mandir}/man1/* +%doc AUTHORS ChangeLog COPYING NEWS README TODO + +%files devel +%defattr(-, root, root) +%{_includedir}/* +%{_libdir}/*.a +%{_libdir}/*.la +%{_libdir}/*.so +%{_libdir}/pkgconfig/libavc1394.pc + +%changelog +* Mon Jan 31 2011 Automatic Build System 0.5.4-1mamba +- automatic update by autodist + +* Thu Sep 30 2010 Automatic Build System 0.5.3-4mamba +- automatic rebuild by autodist + +* Wed Jan 07 2009 Silvan Calarco 0.5.3-3mamba +- automatic rebuild by autodist + +* Mon Jun 16 2008 Silvan Calarco 0.5.3-2mamba +- specfile updated + +* Mon Jul 03 2006 Stefano Cotta Ramusino 0.5.3-1qilnx +- update to version 0.5.3 by autospec + +* Tue Aug 02 2005 Davide Madrisan 0.5.1-1qilnx +- update to version 0.5.1 by autospec + +* Sat Oct 02 2004 Davide Madrisan 0.9.3-2qilnx +- specfile modified to match QiLinux standards + +* Fri Sep 10 2004 Matteo Bernasconi 0.4.1-1qilnx +- first build