- Package more documentation (#240656)
This commit is contained in:
parent
4a0c7e47e8
commit
0c7ae6fec6
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: %{gstreamer}
|
Name: %{gstreamer}
|
||||||
Version: 0.10.19
|
Version: 0.10.19
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: GStreamer streaming media framework runtime
|
Summary: GStreamer streaming media framework runtime
|
||||||
|
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -36,20 +36,19 @@ Patch1: gstreamer-inspect-rpm-format.patch
|
|||||||
Source1: gstreamer.prov
|
Source1: gstreamer.prov
|
||||||
|
|
||||||
### documentation requirements
|
### documentation requirements
|
||||||
### not needed currrently
|
BuildRequires: python2
|
||||||
# BuildRequires: python2
|
BuildRequires: openjade
|
||||||
# BuildRequires: openjade
|
BuildRequires: jadetex
|
||||||
# BuildRequires: jadetex
|
BuildRequires: libxslt
|
||||||
# BuildRequires: libxslt
|
BuildRequires: docbook-style-dsssl
|
||||||
# BuildRequires: docbook-style-dsssl
|
BuildRequires: docbook-style-xsl
|
||||||
# BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-utils
|
||||||
# BuildRequires: docbook-utils
|
BuildRequires: transfig
|
||||||
# BuildRequires: transfig
|
BuildRequires: xfig
|
||||||
# BuildRequires: xfig
|
BuildRequires: netpbm-progs
|
||||||
# BuildRequires: netpbm-progs
|
BuildRequires: tetex-dvips
|
||||||
# BuildRequires: tetex-dvips
|
BuildRequires: ghostscript
|
||||||
# BuildRequires: ghostscript
|
BuildRequires: PyXML
|
||||||
# BuildRequires: PyXML
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GStreamer is a streaming media framework, based on graphs of filters which
|
GStreamer is a streaming media framework, based on graphs of filters which
|
||||||
@ -107,8 +106,8 @@ popd
|
|||||||
%configure \
|
%configure \
|
||||||
--with-package-name='Fedora Core gstreamer package' \
|
--with-package-name='Fedora Core gstreamer package' \
|
||||||
--with-package-origin='http://download.fedora.redhat.com/fedora' \
|
--with-package-origin='http://download.fedora.redhat.com/fedora' \
|
||||||
|
--enable-gtk-doc \
|
||||||
--enable-debug \
|
--enable-debug \
|
||||||
--disable-gtk-doc --disable-docbook \
|
|
||||||
--disable-tests --disable-examples
|
--disable-tests --disable-examples
|
||||||
|
|
||||||
#make %{?_smp_mflags}
|
#make %{?_smp_mflags}
|
||||||
@ -123,7 +122,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%find_lang gstreamer-%{majorminor}
|
%find_lang gstreamer-%{majorminor}
|
||||||
# Clean out files that should not be part of the rpm.
|
# Clean out files that should not be part of the rpm.
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor}
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||||
@ -203,13 +201,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/gstreamer-dataprotocol-%{majorminor}.pc
|
%{_libdir}/pkgconfig/gstreamer-dataprotocol-%{majorminor}.pc
|
||||||
%{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc
|
%{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc
|
||||||
|
|
||||||
%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}/*
|
%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
|
||||||
%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}/*
|
%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
|
||||||
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}/*
|
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
|
||||||
|
|
||||||
%{_libdir}/rpm/gstreamer.prov
|
%{_libdir}/rpm/gstreamer.prov
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 02 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.19-3
|
||||||
|
- Package more documentation (#240656)
|
||||||
|
|
||||||
* Wed May 21 2008 - Tom "spot" Callaway <tcallawa@redhat.com> - 0.10.19-2
|
* Wed May 21 2008 - Tom "spot" Callaway <tcallawa@redhat.com> - 0.10.19-2
|
||||||
- fix license tag
|
- fix license tag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user