rpms/libcapseo/devel libcapseo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Shawn Starr (spstarr) fedora-extras-commits at redhat.com
Fri May 16 03:41:41 UTC 2008


Author: spstarr

Update of /cvs/pkgs/rpms/libcapseo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8820/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libcapseo.spec 
Log Message:
Packaging for libcapseo and md5 checksum info



--- NEW FILE libcapseo.spec ---
%define capseo_version 0.2.0

# Tarfile created using git
# git clone git://gitorious.org/capseo/mainline.git libcapseo
# cd libcapseo
# git-archive --format=tar --prefix=libcapseo-%{capseo_version}/ %{git_version} | bzip2 > libcapseo-%{capseo_version}-%{gitdate}.tar.bz2

%define gitdate 20080323
%define git_version 1c5f3e5

%define tarfile %{name}-%{capseo_version}-%{gitdate}.tar.bz2
%define snapshot %{gitdate}git%{git_version}

Summary:        A realtime encoder/decoder library
Name:           libcapseo
Version:        %{capseo_version}
Release:        0.1.%{snapshot}%{?dist}
License:        GPLv2+
Group:          System Environment/Libraries
URL:            http://gitorious.org/projects/capseo/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libtool automake autoconf 
BuildRequires:  pkgconfig
BuildRequires:  libtheora-devel
BuildRequires:  libogg-devel
BuildRequires:  libX11-devel
BuildRequires:  mesa-libGL-devel

# Fedora specific snapshot no upstream release (yet)
Source0:        %{tarfile}

%description
Capseo is a realtime video codec being used by libcaptury/captury
for encoding captured video frames in realtime. (think of FRAPS codec).

Applications using capseo currently are libcaptury for encoding
captured data, e.g. currently from third-party OpenGL applications
via captury, the OpenGL video capturing tool.

%package devel
Summary: Files needed for development using %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: libtheora-devel
Requires: libogg-devel
Requires: libX11-devel
Requires: mesa-libGL-devel
Requires: pkgconfig

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

%package tools
Summary: Encoding/Decoding tools for capseo
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}

%description tools
Utilities for capseo

%prep
%setup -q -n %{name}-%{version}
./autogen.sh

%build
%configure --disable-static --enable-theora --disable-examples
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

rm -rf %{buildroot}/%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

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

%files tools
%defattr(-,root,root,-)
%{_bindir}/*

%files devel
%defattr(-,root,root,-)
%{_includedir}/*.h
%{_libdir}/libcapseo.so
%{_libdir}/pkgconfig/capseo.pc

%changelog
* Sat May 3 2008 Shawn Starr <shawn.starr at rogers.com> 0.2.0-1.20080323git1c5f3e5
- Initial Fedora package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libcapseo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 May 2008 16:13:58 -0000	1.1
+++ .cvsignore	16 May 2008 03:41:00 -0000	1.2
@@ -0,0 +1 @@
+libcapseo-0.2.0-20080323.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libcapseo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 May 2008 16:13:58 -0000	1.1
+++ sources	16 May 2008 03:41:00 -0000	1.2
@@ -0,0 +1 @@
+7d35d0e9717fa273a36fab6012d5445b  libcapseo-0.2.0-20080323.tar.bz2




More information about the fedora-extras-commits mailing list