Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f5cb5c10ca | ||
|
ce4182bd5e | ||
|
a259ea9ffc | ||
|
d19980cf64 |
@ -1 +0,0 @@
|
||||
gstreamer-0.10.12.tar.bz2
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
gstreamer-0.10.13.tar.bz2
|
6
Makefile
6
Makefile
@ -1,6 +0,0 @@
|
||||
# Makefile for source rpm: gstreamer
|
||||
# $Id$
|
||||
NAME := gstreamer
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
include ../common/Makefile.common
|
@ -5,15 +5,14 @@
|
||||
%define _libxml2 2.4.0
|
||||
|
||||
Name: %{gstreamer}
|
||||
Version: 0.10.12
|
||||
Release: 1%{?dist}
|
||||
Version: 0.10.13
|
||||
Release: 0.1%{?dist}
|
||||
Summary: GStreamer streaming media framework runtime
|
||||
|
||||
Group: Applications/Multimedia
|
||||
License: LGPL
|
||||
URL: http://gstreamer.freedesktop.org/
|
||||
Source: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.bz2
|
||||
Patch0: gstreamer-0.10.9-docs.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: gstreamer-tools >= %{version}
|
||||
@ -91,7 +90,6 @@ with different major/minor versions of GStreamer.
|
||||
|
||||
%prep
|
||||
%setup -q -n gstreamer-%{version}
|
||||
%patch0 -p1 -b .docs
|
||||
|
||||
%build
|
||||
# 0.10.0: manuals do not build due to an openjade error; disable for now
|
||||
@ -197,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 26 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-0.1
|
||||
- Update to 0.10.13, remove upstreamed docs patch
|
||||
|
||||
* Thu Mar 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.12-1
|
||||
- Update to 0.10.12
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user