automatic update by autodist [release 0.5.4-1mamba;Mon Jan 31 2011]
This commit is contained in:
parent
f46031978d
commit
3532ae0098
@ -1,2 +1,4 @@
|
|||||||
# libavc1394
|
# libavc1394
|
||||||
|
|
||||||
|
Libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set.
|
||||||
|
|
||||||
|
88
libavc1394.spec
Normal file
88
libavc1394.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <autodist@mambasoft.it> 0.5.4-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 30 2010 Automatic Build System <autodist@mambasoft.it> 0.5.3-4mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Wed Jan 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.3-3mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Mon Jun 16 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.3-2mamba
|
||||||
|
- specfile updated
|
||||||
|
|
||||||
|
* Mon Jul 03 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.5.3-1qilnx
|
||||||
|
- update to version 0.5.3 by autospec
|
||||||
|
|
||||||
|
* Tue Aug 02 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.5.1-1qilnx
|
||||||
|
- update to version 0.5.1 by autospec
|
||||||
|
|
||||||
|
* Sat Oct 02 2004 Davide Madrisan <davide.madrisan@qilinux.it> 0.9.3-2qilnx
|
||||||
|
- specfile modified to match QiLinux standards
|
||||||
|
|
||||||
|
* Fri Sep 10 2004 Matteo Bernasconi <voyagernm@virgilio.it> 0.4.1-1qilnx
|
||||||
|
- first build
|
Loading…
Reference in New Issue
Block a user