[libvpx/f15] 1.0.0

Tom Callaway spot at fedoraproject.org
Mon Jan 30 18:39:41 UTC 2012


commit 9e943eabc6cda3ea1f1d04b8f6584271f50ba77b
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Jan 30 13:39:38 2012 -0500

    1.0.0

 libvpx.spec |   30 +++++++++++++-----------------
 sources     |    2 +-
 2 files changed, 14 insertions(+), 18 deletions(-)
---
diff --git a/libvpx.spec b/libvpx.spec
index 922bac0..6215fb4 100644
--- a/libvpx.spec
+++ b/libvpx.spec
@@ -1,14 +1,11 @@
 Name:			libvpx
 Summary:		VP8 Video Codec SDK
-Version:		0.9.7.1
-#global soversion	%{version}
-%global soversion	0.9.7
-Release:		3%{?dist}
+Version:		1.0.0
+%global soversion	%{version}
+Release:		1%{?dist}
 License:		BSD
 Group:			System Environment/Libraries
-# sigh, non-canonical version strings.  clean up in 0.9.8 plz.
-#Source0:		http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
-Source0:		http://webm.googlecode.com/files/%{name}-v%{soversion}-p1.tar.bz2
+Source0:		http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
 # Probably this should be dropped now that upstream ships a vpx.pc;
 # not for F16 though
 Source1:		libvpx.pc
@@ -28,7 +25,7 @@ deployed on millions of computers and devices worldwide.
 %package devel
 Summary:		Development files for libvpx
 Group:			Development/Libraries
-Requires:		%{name} = %{version}-%{release}
+Requires:		%{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 Development libraries and headers for developing software against 
@@ -37,15 +34,14 @@ libvpx.
 %package utils
 Summary:		VP8 utilities and tools
 Group:			Development/Tools
-Requires:		%{name} = %{version}-%{release}
+Requires:		%{name}%{?_isa} = %{version}-%{release}
 
 %description utils
 A selection of utilities and tools for VP8, including a sample encoder
 and decoder.
 
 %prep
-#setup -q -n %{name}-v%{version}
-%setup -q -n %{name}-v%{soversion}-p1
+%setup -q -n %{name}-v%{version}
 
 %build
 %ifarch %{ix86}
@@ -138,19 +134,14 @@ mv usr/bin/twopass_encoder usr/bin/vp8_twopass_encoder
 chmod 755 usr/bin/*
 popd
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS CHANGELOG LICENSE README
 %{_libdir}/libvpx.so.*
 
 %files devel
-%defattr(-,root,root,-)
 # These are SDK docs, not really useful to an end-user.
 %doc docs/html/
 %{_includedir}/vpx/
@@ -159,10 +150,15 @@ rm -rf %{buildroot}
 %{_libdir}/libvpx.so
 
 %files utils
-%defattr(-,root,root,-)
 %{_bindir}/*
 
 %changelog
+* Mon Jan 30 2012 Tom Callaway <spot at fedoraproject.org> - 1.0.0-1
+- update to 1.0.0
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.7.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Mon Oct 10 2011 Dan HorĂ¡k <dan[at]danny.cz> - 0.9.7.1-3
 - use macro instead of hard-coded version
 
diff --git a/sources b/sources
index cbc95b3..eed8570 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bd888cffde8d9c3061c7fd719b0cd4ce  libvpx-v0.9.7-p1.tar.bz2
+d987b5140412edd37d2c6b10c29ad484  libvpx-v1.0.0.tar.bz2


More information about the scm-commits mailing list