fix spec file + broken links in docs

Original commit message from CVS:
fix spec file + broken links in docs
This commit is contained in:
Stéphane Loeuillet 2004-05-01 16:55:37 +00:00
parent 290df83671
commit 3eae754e99
4 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@
<title>Authors</title> <title>Authors</title>
<para> <para>
Please feel free to contact the developers. They hang out on IRC (<ulink url="http://gstreamer.net/dev/"/>) and the mailing lists (<ulink url="http://gstreamer.net/contact/lists.php"/>). Please feel free to contact the developers. They hang out on IRC (<ulink url="http://gstreamer.freedesktop.org/dev/"/>) and the mailing lists (<ulink url="http://gstreamer.freedesktop.org/lists/"/>).
</para> </para>
<!--=================--> <!--=================-->

View file

@ -23,7 +23,7 @@
</authorgroup> </authorgroup>
<abstract> <abstract>
<para>Introductory information for the GStreamer Python bindings.</para> <para>Introductory information for the GStreamer Python bindings.</para>
<para><ulink url="http://www.gstreamer.net/bindings/python/"/></para> <para><ulink url="http://gstreamer.freedesktop.org/bindings/python.html"/></para>
</abstract> </abstract>
<revhistory> <revhistory>
<revision> <revision>
@ -134,7 +134,7 @@ Try running examples:
<title>General API</title> <title>General API</title>
<para> <para>
The gst-python bindings are directly generated from the GStreamer headers. Look at the GStreamer documentation at <ulink url="http://www.gstreamer.net/docs/"/> for general API and programming issues. In most cases the GStreamer classes and boxed types map directly to Python classes. The function-based GObject methods also map onto Python methods. The gst-python bindings are directly generated from the GStreamer headers. Look at the GStreamer documentation at <ulink url="http://gstreamer.freedesktop.org/documentation/"/> for general API and programming issues. In most cases the GStreamer classes and boxed types map directly to Python classes. The function-based GObject methods also map onto Python methods.
</para> </para>
</section> </section>

View file

@ -22,7 +22,7 @@
<section id="homepage"> <section id="homepage">
<title>Gst-Python Homepage</title> <title>Gst-Python Homepage</title>
<para><ulink url="http://www.gstreamer.net/bindings/python/"/></para> <para><ulink url="http://gstreamer.freedesktop.org/bindings/python.html"/></para>
</section> </section>
<!--=====================================================================--> <!--=====================================================================-->

View file

@ -7,7 +7,7 @@ Group: Development/Languages
License: LGPL License: LGPL
URL: http://gstreamer.net/ URL: http://gstreamer.net/
Vendor: GStreamer Backpackers Team <package@gstreamer.net> Vendor: GStreamer Backpackers Team <package@gstreamer.net>
Source: http://gstreamer.net/releases/gst-python/gst-python-%{version}.tar.gz Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%define _pygtk @pygtk_required_version@ %define _pygtk @pygtk_required_version@
@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: python2 Requires: python2
Requires: gnome-python2 = %{version} Requires: gnome-python2 = %{version}
Requires: pygtk2 >= %_pygtk Requires: pygtk2 >= %_pygtk
Requires: gstreamer >= 0.6.2 Requires: gstreamer >= 0.8.1
BuildRequires: pygtk2-devel = %_pygtk BuildRequires: pygtk2-devel = %_pygtk
BuildRequires: python2-devel BuildRequires: python2-devel