rpms/libvidcap/F-8 libvidcap.spec,NONE,1.1 sources,1.1,1.2

Tom Callaway spot at fedoraproject.org
Fri Sep 12 20:21:55 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/libvidcap/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15517/F-8

Modified Files:
	sources 
Added Files:
	libvidcap.spec 
Log Message:
initial branching


--- NEW FILE libvidcap.spec ---
Name:		libvidcap
Version:	0.2.1
Release:	2%{?dist}
Summary:	Cross-platform video capture library
Group:		System Environment/Libraries
License:	LGPLv2+
URL:		http://libvidcap.sourceforge.net/
Source0:	http://downloads.sourceforge.net/libvidcap/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	kernel-headers

%description
A cross-platform library for capturing video from webcams and other video 
capture devices.

%package devel
Summary:	Development files for %{name}
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:	pkgconfig

%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install INSTALL="%{_bindir}/install -p" DESTDIR=%{buildroot}
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc COPYING.LESSER
%{_libdir}/libvidcap.so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/libvidcap.so
%{_libdir}/pkgconfig/vidcap.pc
%{_includedir}/vidcap/

%changelog
* Fri Sep 12 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.2.1-2
- install with -p

* Tue Jun 10 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.2.1-1
- Initial package for Fedora



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvidcap/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Sep 2008 20:11:31 -0000	1.1
+++ sources	12 Sep 2008 20:21:25 -0000	1.2
@@ -0,0 +1 @@
+99521148426bff8319436494bbc5f0cb  libvidcap-0.2.1.tar.gz




More information about the fedora-extras-commits mailing list