rpms/theora-exp/devel theora-exp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Nov 10 16:43:23 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/theora-exp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32644/devel

Modified Files:
	.cvsignore sources 
Added Files:
	theora-exp.spec 
Log Message:
auto-import theora-exp-0.0.1-0.1.svn12061 on branch devel from theora-exp-0.0.1-0.1.svn12061.src.rpm


--- NEW FILE theora-exp.spec ---
%define svn     svn12061

Name:           theora-exp
Version:        0.0.1
Release:        0.1.%{svn}%{?dist}
Summary:        Experimental theora decoder
Group:          System Environment/Libraries
License:        BSD
URL:            http://svn.xiph.org/trunk/theora-exp/
# create this by doing:
# svn co http://svn.xiph.org/trunk/theora-exp/
# rm -fr `find theora-exp -name .svn`
# rm -fr theora-exp/doc
# tar cvfz theora-exp-%{svn}.tar.gz theora-exp
Source0:        %{name}-%{svn}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libtool libvorbis-devel SDL-devel libtheora-devel

%description
Experimental theora decoder with full support for the complete theora
specification (libtheora only supports a subset).


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

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


%prep
%setup -q -n %{name}
aclocal -I m4
autoheader
libtoolize --automake
automake --add-missing
autoconf


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


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/libtheoradec.la


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc LICENSE README
%{_libdir}/libtheoradec.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/theora
%{_libdir}/libtheoradec.so
%{_libdir}/pkgconfig/theoradec.pc


%changelog
* Tue Nov  7 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.0.1-0.1.svn12061
- New snapshot svn version 12061
- Various specfile improvements, thanks to Dmitry Butskoy

* Sun Jul 30 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.0-0.1.20060730
- initial Fedora Extras package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/theora-exp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Nov 2006 16:42:23 -0000	1.1
+++ .cvsignore	10 Nov 2006 16:42:53 -0000	1.2
@@ -0,0 +1 @@
+theora-exp-svn12061.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/theora-exp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Nov 2006 16:42:23 -0000	1.1
+++ sources	10 Nov 2006 16:42:53 -0000	1.2
@@ -0,0 +1 @@
+0866b55d727a888e553be2293f2ab9c8  theora-exp-svn12061.tar.gz




More information about the scm-commits mailing list