rpms/libcapseo/F-9 libcapseo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Jul 18 19:17:13 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/libcapseo/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6790

Modified Files:
	.cvsignore sources 
Added Files:
	libcapseo.spec 
Log Message:
* Tue Jul 1 2008 Shawn Starr <spstarr at fedoraproject.org> 0.2.0-0.1.20080603gita6ec446
- Upstream snapshot, change GPLv2 to GPLv3. 
- Fix minor configure script issue.



--- 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 20080603
%define git_version a6ec446

%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:        GPLv3
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
* Tue Jul 1 2008 Shawn Starr <spstarr at fedoraproject.org> 0.2.0-0.1.20080603gita6ec446
- Upstream snapshot, change GPLv2 to GPLv3. 
- Fix minor configure script issue.

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libcapseo/F-9/.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	18 Jul 2008 19:16:27 -0000	1.2
@@ -0,0 +1 @@
+libcapseo-0.2.0-20080603.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libcapseo/F-9/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	18 Jul 2008 19:16:27 -0000	1.2
@@ -0,0 +1 @@
+f0fc20d0810bff5bf60d32fe1d04f171  libcapseo-0.2.0-20080603.tar.bz2




More information about the fedora-extras-commits mailing list