Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 248695592312d6a89386e3a4abba15b7 > files > 2

gst-rtsp-server-1.4.3-2.mga5.src.rpm

%define api	1.0
%define major	0

%define libname %mklibname gstrtspserver %{api} %{major}
%define develname %mklibname -d gstrtspserver

Summary:	RTSP server library for the GStreamer framework
Name:		gst-rtsp-server
Version:	1.4.3
Release:	%mkrel 2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://gstreamer.freedesktop.org/
Source0:  	http://gstreamer.freedesktop.org/src/%{name}/%{name}-%{version}.tar.xz
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)

%description
RTSP server based on GStreamer.

%package -n %{libname}
Summary:	RTSP server library for the GStreamer framework
Group:		System/Libraries

%description -n %{libname}
RTSP server based on GStreamer1.0.

%package -n %{develname}
Summary:	RTSP server library for the GStreamer framework
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}
Provides:	libgstrtspserver-devel = %{version}-%{release}

%description -n %{develname}
RTSP server based on GStreamer1.0.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-maintainer-mode
%make

%install
%makeinstall_std

# we don't want these
find %{buildroot} -name '*.la' -delete

%files -n %{libname}
%doc README AUTHORS docs/libs/html
%{_libdir}/libgstrtspserver-%{api}.so.%{major}*
%{_libdir}/girepository-1.0/GstRtspServer-%{api}.typelib

%files -n %{develname}
%{_libdir}/libgstrtspserver-%{api}.so
%{_libdir}/pkgconfig/gstreamer-rtsp-server-%{api}.pc
%{_includedir}/gstreamer-%{api}/gst/rtsp-server
%{_datadir}/gir-1.0/GstRtspServer-%{api}.gir


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 1.4.3-2.mga5
+ Revision: 740418
- Second Mageia 5 Mass Rebuild

* Wed Oct 01 2014 wally <wally> 1.4.3-1.mga5
+ Revision: 733838
- new version 1.4.3
- switch to gstreamer1.0
- drop python and vala bindigs

* Sat Sep 27 2014 tv <tv> 0.10.8-7.mga5
+ Revision: 726450
- rebuild for missing pythoneggs deps

* Fri Sep 26 2014 wally <wally> 0.10.8-6.mga5
+ Revision: 724897
- rebuild with new rpm-mageia-setup to generate requires for .typelib files

* Tue Sep 16 2014 umeabot <umeabot> 0.10.8-5.mga5
+ Revision: 679967
- Mageia 5 Mass Rebuild

* Fri Oct 18 2013 umeabot <umeabot> 0.10.8-4.mga4
+ Revision: 505303
- Mageia 4 Mass Rebuild

* Sat Jan 12 2013 umeabot <umeabot> 0.10.8-3.mga3
+ Revision: 352705
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Jan 05 2013 cjw <cjw> 0.10.8-2.mga3
+ Revision: 339092
- patch2: fix build with automake 1.13

* Wed Oct 03 2012 ovitters <ovitters> 0.10.8-1.mga3
+ Revision: 302671
- don't package .la files
- use mkrel macro
- Import from Mandriva


* Tue May 22 2012 Matthew Dawkins <mattydaw@mandriva.org> 0.10.8-1
+ Revision: 800109
- new version 0.10.8
- cleaned up spec

* Fri Dec 17 2010 Götz Waschk <waschk@mandriva.org> 0.10.7-1mdv2011.0
+ Revision: 622535
- new version
- bump vala and gst deps
- enable introspection
- update file list

* Sun Nov 21 2010 Funda Wang <fwang@mandriva.org> 0.10.6-2mdv2011.0
+ Revision: 599416
- fix py linking

* Mon Sep 27 2010 Götz Waschk <waschk@mandriva.org> 0.10.6-1mdv2011.0
+ Revision: 581244
- new version
- patch for new vala
- update file list for new vala

* Fri Nov 06 2009 Frederik Himpe <fhimpe@mandriva.org> 0.10.5-1mdv2010.1
+ Revision: 462059
- update to new version 0.10.5

* Wed Aug 05 2009 Götz Waschk <waschk@mandriva.org> 0.10.4-1mdv2010.0
+ Revision: 410207
- update to new version 0.10.4

* Sun May 17 2009 Götz Waschk <waschk@mandriva.org> 0.10.3-1mdv2010.0
+ Revision: 376631
- new version
- remove pkgconfig workaround

* Sat May 16 2009 Götz Waschk <waschk@mandriva.org> 0.10.2-2mdv2010.0
+ Revision: 376451
- fix version in pkgconfig file

* Fri May 15 2009 Götz Waschk <waschk@mandriva.org> 0.10.2-1mdv2010.0
+ Revision: 376212
- update build deps
- update to new version 0.10.2

* Mon Feb 02 2009 Götz Waschk <waschk@mandriva.org> 0.10.1.0-1mdv2009.1
+ Revision: 336579
- new version
- fix URL

* Mon Jan 26 2009 Götz Waschk <waschk@mandriva.org> 0.10.0.1-0.20090124.1mdv2009.1
+ Revision: 333758
- new snapshot
- remove binary, add library and python packages
- update build deps
- fix version number

* Sat Jan 03 2009 Emmanuel Andry <eandry@mandriva.org> 0.20090103-0.1mdv2009.1
+ Revision: 323881
- BR gettext-devel
- import gst-rtsp-server