Blame SPECS/gstreamer1.spec

407126
%global         majorminor      1.0
407126
407126
#global gitrel     140
407126
#global gitcommit  a70055b58568f7304ba46bd8742232337013487b
407126
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
407126
407126
%global         _glib2                  2.32.0
407126
%global         _libxml2                2.4.0
407126
%global         _gobject_introspection  1.31.1
407126
407126
Name:           gstreamer1
ed7b70
Version:        1.16.1
ed7b70
Release:        2%{?gitcommit:.git%{shortcommit}}%{?dist}
407126
Summary:        GStreamer streaming media framework runtime
407126
407126
License:        LGPLv2+
407126
URL:            http://gstreamer.freedesktop.org/
407126
%if 0%{?gitrel}
407126
# git clone git://anongit.freedesktop.org/gstreamer/gstreamer
407126
# cd gstreamer; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
407126
Source0:        gstreamer-%{version}.tar.xz
407126
%else
407126
Source0:        http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
407126
%endif
407126
## For GStreamer RPM provides
407126
Patch0:         gstreamer-inspect-rpm-format.patch
407126
Source1:        gstreamer1.prov
407126
Source2:        gstreamer1.attr
407126
407126
BuildRequires:  glib2-devel >= %{_glib2}
407126
BuildRequires:  libxml2-devel >= %{_libxml2}
407126
BuildRequires:  gobject-introspection-devel >= %{_gobject_introspection}
407126
BuildRequires:  bison
407126
BuildRequires:  flex
407126
BuildRequires:  m4
407126
BuildRequires:  check-devel
407126
BuildRequires:  gtk-doc >= 1.3
407126
BuildRequires:  gettext
407126
BuildRequires:  pkgconfig
ed7b70
BuildRequires:  libcap-devel
407126
407126
# ./autogen.sh deps
407126
BuildRequires:  automake gettext-devel libtool
407126
BuildRequires:  chrpath
407126
407126
### documentation requirements
ed7b70
BuildRequires:  python3
407126
BuildRequires:  openjade
407126
BuildRequires:  texlive-jadetex
407126
BuildRequires:  libxslt
407126
BuildRequires:  docbook-style-dsssl
407126
BuildRequires:  docbook-style-xsl
407126
BuildRequires:  docbook-utils
407126
BuildRequires:  transfig
407126
BuildRequires:  netpbm-progs
407126
BuildRequires:  texlive-dvips
407126
BuildRequires:  ghostscript
407126
407126
%description
407126
GStreamer is a streaming media framework, based on graphs of filters which
407126
operate on media data. Applications using this library can do anything
407126
from real-time sound processing to playing videos, and just about anything
407126
else media-related.  Its plugin-based architecture means that new data
ed7b70
types or processing capabilities can be added simply by installing new
407126
plugins.
407126
407126
407126
%package devel
407126
Summary:        Libraries/include files for GStreamer streaming media framework
407126
Requires:       %{name}%{?isa} = %{version}-%{release}
407126
Requires:       glib2-devel%{?_isa} >= %{_glib2}
407126
Requires:       libxml2-devel%{?_isa} >= %{_libxml2}
407126
Requires:       check-devel
407126
# file /usr/include/gstreamer-1.0/gst/base/gstaggregator.h conflicts between attempted installs of gstreamer1-plugins-bad-free-devel-1.12.4-3.fc28.x86_64 and gstreamer1-devel-1.13.1-1.fc29.x86_64
407126
Conflicts:      gstreamer1-plugins-bad-free-devel < 1.13
407126
407126
%description devel
407126
The %{name}-devel package contains libraries and header files for
407126
developing applications that use %{name}.
407126
407126
407126
%package devel-docs
407126
Summary:         Developer documentation for GStreamer streaming media framework
407126
Requires:        %{name} = %{version}-%{release}
407126
BuildArch:       noarch
407126
407126
%description devel-docs
407126
This %{name}-devel-docs contains developer documentation for the
407126
GStreamer streaming media framework.
407126
407126
407126
%prep
407126
%setup -q -n gstreamer-%{version}
407126
%patch0 -p1 -b .rpm-provides
407126
407126
%build
407126
NOCONFIGURE=1 \
407126
./autogen.sh
407126
407126
%configure \
407126
  --with-package-name='Fedora GStreamer package' \
407126
  --with-package-origin='http://download.fedoraproject.org' \
407126
  --enable-gtk-doc \
407126
  --enable-debug \
407126
  --disable-fatal-warnings \
407126
  --disable-silent-rules \
ed7b70
  --disable-tests --disable-examples \
ed7b70
  --with-ptp-helper-permissions=capabilities
ed7b70
407126
407126
%make_build V=1
407126
407126
407126
%install
407126
%make_install
407126
407126
%find_lang gstreamer-%{majorminor}
407126
# Clean out files that should not be part of the rpm.
407126
find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
407126
find $RPM_BUILD_ROOT -name '*.a' -exec rm -fv {} ';'
407126
# Add the provides script
407126
install -m0755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_rpmconfigdir}/gstreamer1.prov
407126
# Add the gstreamer plugin file attribute entry (rpm >= 4.9.0)
407126
install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer1.attr
407126
407126
407126
%ldconfig_scriptlets
407126
407126
%files -f gstreamer-%{majorminor}.lang
407126
%license COPYING
407126
%doc AUTHORS NEWS README RELEASE
407126
%{_libdir}/libgstreamer-%{majorminor}.so.*
407126
%{_libdir}/libgstbase-%{majorminor}.so.*
407126
%{_libdir}/libgstcheck-%{majorminor}.so.*
407126
%{_libdir}/libgstcontroller-%{majorminor}.so.*
407126
%{_libdir}/libgstnet-%{majorminor}.so.*
407126
407126
%{_libexecdir}/gstreamer-%{majorminor}/
407126
407126
%dir %{_libdir}/gstreamer-%{majorminor}
407126
%{_libdir}/gstreamer-%{majorminor}/libgstcoreelements.so
407126
%{_libdir}/gstreamer-%{majorminor}/libgstcoretracers.so
407126
407126
%{_libdir}/girepository-1.0/Gst-%{majorminor}.typelib
407126
%{_libdir}/girepository-1.0/GstBase-%{majorminor}.typelib
407126
%{_libdir}/girepository-1.0/GstCheck-%{majorminor}.typelib
407126
%{_libdir}/girepository-1.0/GstController-%{majorminor}.typelib
407126
%{_libdir}/girepository-1.0/GstNet-%{majorminor}.typelib
407126
407126
%{_bindir}/gst-inspect-%{majorminor}
407126
%{_bindir}/gst-launch-%{majorminor}
407126
%{_bindir}/gst-stats-%{majorminor}
407126
%{_bindir}/gst-typefind-%{majorminor}
407126
407126
%{_rpmconfigdir}/gstreamer1.prov
407126
%{_rpmconfigdir}/fileattrs/gstreamer1.attr
407126
407126
%doc %{_mandir}/man1/gst-inspect-%{majorminor}.*
407126
%doc %{_mandir}/man1/gst-launch-%{majorminor}.*
407126
%doc %{_mandir}/man1/gst-stats-%{majorminor}.*
407126
%doc %{_mandir}/man1/gst-typefind-%{majorminor}.*
407126
407126
%{_datadir}/bash-completion/completions/gst-inspect-1.0
407126
%{_datadir}/bash-completion/completions/gst-launch-1.0
407126
%{_datadir}/bash-completion/helpers/gst
407126
407126
%files devel
407126
%dir %{_includedir}/gstreamer-%{majorminor}
407126
%dir %{_includedir}/gstreamer-%{majorminor}/gst
407126
%dir %{_includedir}/gstreamer-%{majorminor}/gst/base
407126
%dir %{_includedir}/gstreamer-%{majorminor}/gst/check
407126
%dir %{_includedir}/gstreamer-%{majorminor}/gst/controller
407126
%dir %{_includedir}/gstreamer-%{majorminor}/gst/net
407126
%{_includedir}/gstreamer-%{majorminor}/gst/*.h
407126
%{_includedir}/gstreamer-%{majorminor}/gst/base/*.h
407126
%{_includedir}/gstreamer-%{majorminor}/gst/check/*.h
407126
%{_includedir}/gstreamer-%{majorminor}/gst/controller/*.h
407126
%{_includedir}/gstreamer-%{majorminor}/gst/net/*.h
407126
407126
%{_libdir}/libgstreamer-%{majorminor}.so
407126
%{_libdir}/libgstbase-%{majorminor}.so
407126
%{_libdir}/libgstcheck-%{majorminor}.so
407126
%{_libdir}/libgstcontroller-%{majorminor}.so
407126
%{_libdir}/libgstnet-%{majorminor}.so
407126
407126
%{_datadir}/gir-1.0/Gst-%{majorminor}.gir
407126
%{_datadir}/gir-1.0/GstBase-%{majorminor}.gir
407126
%{_datadir}/gir-1.0/GstCheck-%{majorminor}.gir
407126
%{_datadir}/gir-1.0/GstController-%{majorminor}.gir
407126
%{_datadir}/gir-1.0/GstNet-%{majorminor}.gir
407126
407126
%{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
ed7b70
%{_datadir}/gstreamer-%{majorminor}/gdb/
ed7b70
%{_datadir}/gdb/auto-load/
407126
407126
%{_libdir}/pkgconfig/gstreamer-%{majorminor}.pc
407126
%{_libdir}/pkgconfig/gstreamer-base-%{majorminor}.pc
407126
%{_libdir}/pkgconfig/gstreamer-controller-%{majorminor}.pc
407126
%{_libdir}/pkgconfig/gstreamer-check-%{majorminor}.pc
407126
%{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc
407126
407126
%files devel-docs
407126
%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
407126
%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
407126
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
407126
407126
407126
%changelog
ed7b70
* Mon Nov 18 2019 Tomas Pelka <tpelka@redhat.com> - 1.16.1-2
ed7b70
- Update to 1.16.2 for correctly pick up for side gating
ed7b70
- Resolves: rhbz#1756299
ed7b70
ed7b70
ed7b70
* Tue Nov 12 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
ed7b70
- Update to 1.16.1
ed7b70
- Enable libcap for the ptp helper permissions
ed7b70
- Resolves: rhbz#1756299
ed7b70
407126
* Fri Jun 29 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.14.0-3
407126
- Use python3 for docs generation
407126
407126
* Fri Jun 15 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-2
407126
- Remove (obsolete since 1.2.0) xfig build dependency.
407126
407126
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
407126
- Update to 1.14.0
407126
407126
* Wed Mar 14 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.91-1
407126
- Update to 1.13.91
407126
- fix doc dependencies
407126
407126
* Mon Mar 05 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
407126
- Update to 1.13.90
407126
407126
* Fri Feb 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-3
407126
- %%build: --disable-fatal-warnings --disable-silent-rules
407126
- fix rpath harder
407126
- use %%ldconfig_scriptlets, %%make_build, %%make_install
407126
- -devel: tighten deps with %%{_isa}
407126
407126
* Fri Feb 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-2
407126
- -devel: Conflicts: gstreamer1-plugins-bad-free-devel < 1.13
407126
407126
* Thu Feb 22 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-1
407126
- Update to 1.13.1
407126
- Update rpm patch
407126
- Fix compiler error
407126
407126
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-2
407126
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
407126
407126
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
407126
- Update to 1.12.4
407126
407126
* Fri Oct 13 2017 Troy Dawson <tdawson@redhat.com> - 1.12.3-2
407126
- Cleanup spec file conditionals
407126
407126
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
407126
- Update to 1.12.3
407126
407126
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-3
407126
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
407126
407126
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
407126
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
407126
407126
* Mon Jul 17 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.2-1
407126
- Update to 1.12.2
407126
407126
* Tue Jun 20 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.1-1
407126
- Update to 1.12.1
407126
- Add gst-stats manpage
407126
407126
* Wed May 10 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.0-1
407126
- Update to 1.12.0
407126
407126
* Fri Apr 28 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.91-1
407126
- Update to 1.11.91
407126
407126
* Tue Apr 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.90-1
407126
- Update to 1.11.90
407126
407126
* Thu Mar 30 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-2
407126
- rebuild for https://github.com/UnitedRPMs/packages/issues/106#issuecomment-290404434
407126
407126
* Fri Feb 24 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-1
407126
- Update to 1.11.2
407126
407126
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
407126
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
407126
- fix build
407126
407126
* Fri Jan 13 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.1-1
407126
- Update to 1.11.1
407126
- update rpm patch
407126
407126
* Mon Dec 05 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.2-1
407126
- Update to 1.10.2
407126
407126
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-1
407126
- Update to 1.10.1
407126
407126
* Thu Nov 3 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
407126
- Update to 1.10.0
407126
407126
* Fri Sep 30 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.90-1
407126
- Update to 1.9.90
407126
- remove obsolete patches
407126
407126
* Thu Sep  8 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.9.2-3
407126
- fix build on Power64
407126
407126
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-2
407126
- fix build on s390x
407126
407126
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
407126
- Update to 1.9.2
407126
- gstconfig.h was moved to normal include dir
407126
407126
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-1
407126
- Update to 1.9.1
407126
407126
* Thu Jun 09 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.2-1
407126
- Update to 1.8.2
407126
407126
* Thu Apr 21 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-1
407126
- Update to 1.8.1
407126
407126
* Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1
407126
- Update to 1.8.0
407126
407126
* Wed Mar 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.91-1
407126
- Update to 1.7.91
407126
407126
* Wed Mar 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
407126
- Update to 1.7.90
407126
407126
* Fri Feb 19 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
407126
- Update to 1.7.2
407126
407126
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
407126
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
407126
407126
* Mon Jan 4 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-1
407126
- Update to 1.7.1
407126
- update rpm inspect patch
407126
- add gst-stats
407126
- add core traces
407126
407126
* Tue Dec 15 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.2-1
407126
- Update to 1.6.2
407126
407126
* Mon Nov 2 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-1
407126
- Update to 1.6.1
407126
407126
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-2
407126
- Remove lib64 rpaths from newly added binaries
407126
407126
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
407126
- Update to 1.6.0
407126
- Use license macro for COPYING
407126
407126
* Mon Sep 21 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.91-1
407126
- Update to 1.5.91
407126
407126
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
407126
- Update to 1.5.90
407126
407126
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.2-1
407126
- Update to 1.5.2
407126
407126
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
407126
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
407126
407126
* Tue May 5 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.1-1
407126
- Update to 1.5.1
407126
- add new bash-completion scripts
407126
- gstconfig.h got moved
407126
407126
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.4.5-2
407126
- Rebuilt for Fedora 23 Change
407126
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
407126
407126
* Wed Jan 28 2015 Bastien Nocera <bnocera@redhat.com> 1.4.5-1
407126
- Update to 1.4.5
407126
407126
* Fri Nov 14 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.4-1
407126
- Update to 1.4.4
407126
407126
* Mon Sep 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.2-1
407126
- Update to 1.4.2
407126
407126
* Fri Aug 29 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.1-1
407126
- Update to 1.4.1
407126
407126
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-3
407126
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
407126
407126
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.0-2
407126
- Rebuilt for gobject-introspection 1.41.4
407126
407126
* Tue Jul 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.0-1
407126
- Update to 1.4.0
407126
407126
* Fri Jul 11 2014 Wim Taymans <wtaymans@redhat.com> - 1.3.91-1
407126
- Update to 1.3.91
407126
407126
* Mon Jun 30 2014 Richard Hughes <rhughes@redhat.com> - 1.3.90-1
407126
- Update to 1.3.90
407126
407126
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
407126
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
407126
407126
* Sun Apr 20 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.4-1
407126
- Update to 1.2.4.
407126
407126
* Mon Feb 10 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.3-1
407126
- Update to 1.2.3.
407126
407126
* Fri Dec 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-1
407126
- Update to 1.2.2.
407126
407126
* Mon Nov 11 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-1
407126
- Update to 1.2.1.
407126
407126
* Tue Sep 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.0-1
407126
- Update to 1.2.0.
407126
407126
* Thu Sep 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.90-1
407126
- Update to 1.1.90.
407126
407126
* Wed Aug 28 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-1
407126
- Update to 1.1.4.
407126
407126
* Mon Jul 29 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.3-1
407126
- Update to 1.1.3.
407126
407126
* Fri Jul 12 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.2-1
407126
- Update to 1.1.2.
407126
407126
* Fri Apr 26 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.7-1
407126
- Update to 1.0.7.
407126
407126
* Wed Mar 27 2013 Adam Jackson <ajax@redhat.com>
407126
- Tweak BRs for RHEL
407126
407126
* Fri Mar 22 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.6-1
407126
- Update to 1.0.6.
407126
- Remove BR on PyXML.
407126
407126
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
407126
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
407126
407126
* Tue Jan  8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.5-1
407126
- Update to 1.0.5.
407126
407126
* Wed Dec 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.4-1
407126
- Update to 1.0.4
407126
407126
* Wed Nov 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.3-1
407126
- Update to 1.0.3
407126
407126
* Thu Oct 25 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.2-1
407126
- Update to 1.0.2.
407126
407126
* Sun Oct  7 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.1-1
407126
- Update to 1.0.1
407126
407126
* Mon Oct  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-2
407126
- Enable verbose build
407126
407126
* Mon Sep 24 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-1
407126
- Update to 1.0.0.
407126
407126
* Wed Sep 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-1
407126
- Update to 0.11.99
407126
407126
* Fri Sep 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.94-1
407126
- Update to 0.11.94.
407126
407126
* Sat Sep  8 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-2
407126
- Add patch to gst-inspect to generate RPM provides
407126
- Add RPM find-provides script
407126
407126
* Tue Aug 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-1
407126
- Update to 0.11.93.
407126
- Bump minimum version of glib2 needed.
407126
407126
* Fri Aug  3 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-2
407126
- Use %%global instead of %%define.
407126
- Remove rpath.
407126
407126
* Tue Jul 17 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-1
407126
- Initial Fedora spec file.
407126