From 29e36e9f177a1b2949378e980c70a73b39fea3d6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:30:51 +0100 Subject: [PATCH] automatic version update by autodist [release 1.4.3-1mamba;Sat Nov 01 2014] --- gst-libav.spec | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/gst-libav.spec b/gst-libav.spec index 7a72f8c..87097fd 100644 --- a/gst-libav.spec +++ b/gst-libav.spec @@ -1,5 +1,6 @@ +%define apiver %(echo %version | cut -d. -f 1).0 Name: gst-libav -Version: 1.2.4 +Version: 1.4.3 Release: 1mamba Summary: GStreamer plugins based on the libav project, including codecs Group: System/Libraries @@ -23,6 +24,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GStreamer plugins based on the libav project, including codecs. +%package apidocs +Group: Documentation +Summary: %{name} API documentation +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: gtk-doc + +%description apidocs +This package includes the %{name} API documentation. + %debug_package %prep @@ -52,7 +62,15 @@ GStreamer plugins based on the libav project, including codecs. %doc AUTHORS COPYING COPYING.LIB #%doc ChangeLog NEWS README TODO +%files apidocs +%defattr(-,root,root) +%dir %{_datadir}/gtk-doc/html/gst-libav-plugins-%{apiver} +%{_datadir}/gtk-doc/html/gst-libav-plugins-%{apiver}/* + %changelog +* Sat Nov 01 2014 Automatic Build System 1.4.3-1mamba +- automatic version update by autodist + * Tue Apr 22 2014 Automatic Build System 1.2.4-1mamba - automatic version update by autodist