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

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Wed Jun 20 16:55:24 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/schroedinger/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26576/devel

Modified Files:
	.cvsignore sources 
Added Files:
	schroedinger.spec 
Log Message:
Initial import to devel



--- NEW FILE schroedinger.spec ---
%define abi 0.1

Name:           schroedinger
Version:        0.6.1
Release:        2%{?dist}
Summary:        Portable libraries for the high quality Dirac video codec

Group:          System Environment/Libraries
License:        LGPL/MIT/MPL
URL:            http://schrodinger.sourceforge.net/
Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  liboil-devel >= 0.3.12
BuildRequires:  gstreamer-devel >= 0.10
BuildRequires:  gstreamer-plugins-base-devel >= 0.10
BuildRequires:  gtk-doc

%description
The Schrödinger project will implement portable libraries for the high
quality Dirac video codec created by BBC Research and
Development. Dirac is a free and open source codec producing very high
image quality video.

The Schrödinger project is a project done by BBC R&D and Fluendo in
order to create a set of high quality decoder and encoder libraries
for the Dirac video codec.

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

%description devel
Development files for schrodinger

%package -n gstreamer-plugins-schroedinger
Group:          Applications/Multimedia
Summary:        GStreamer Plugins that implement Dirac video encoding and decoding

%description -n gstreamer-plugins-schroedinger
GStreamer Plugins that implement Dirac video encoding and decoding

%prep
%setup -q

%build
%configure --disable-static --enable-gtk-doc
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
find %{buildroot} -name \*.la -delete

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING* NEWS TODO
%{_libdir}/libschroedinger-%{abi}.so.*

%files devel
%defattr(-,root,root,-)
%doc %{_datadir}/gtk-doc/html/schroedinger-%{abi}
%{_includedir}/schroedinger-%{abi}
%{_libdir}/*.so
%{_libdir}/pkgconfig/schroedinger-%{abi}.pc

%files -n gstreamer-plugins-schroedinger
%defattr(-,root,root,-)
%{_libdir}/gstreamer-0.10/libgstschro.so

%changelog
* Wed Jun 20 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.6.1-2
- Fix license field
- Add pkgconfig as a requirement for the devel subpackage

* Sun Jun 10 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.6.1-1
- First version for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/schroedinger/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jun 2007 16:44:54 -0000	1.1
+++ .cvsignore	20 Jun 2007 16:54:49 -0000	1.2
@@ -0,0 +1 @@
+schroedinger-0.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/schroedinger/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jun 2007 16:44:54 -0000	1.1
+++ sources	20 Jun 2007 16:54:49 -0000	1.2
@@ -0,0 +1 @@
+66cb093505f9d56068e80ebc4e674275  schroedinger-0.6.1.tar.gz




More information about the fedora-extras-commits mailing list