diff --git a/.gitignore b/.gitignore index e69de29..afd0b60 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/gst-editing-services-105d901.tar.gz diff --git a/gst-editing-services.spec b/gst-editing-services.spec new file mode 100644 index 0000000..f9a3b43 --- /dev/null +++ b/gst-editing-services.spec @@ -0,0 +1,82 @@ +Name: gst-editing-services +Version: 1.1.90 +Release: 5%{?dist}.20140123git105d901 +Summary: Gstreamer editing services + +Group: Development/Libraries +License: GPLv2+ and LGPLv2+ +URL: http://cgit.freedesktop.org/gstreamer/gst-editing-services/ + +# autogen.sh was run before tarballing, because it calls git +Source0: gst-editing-services-105d901.tar.gz + +BuildRequires: gstreamer1-devel >= 1.2.0 +BuildRequires: gstreamer1-plugins-base-devel >= 1.2.0 +BuildRequires: autoconf automake libtool +BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc +Requires: python-gstreamer1 + +%description +This is a high-level library for facilitating the creation of audio/video +non-linear editors. + +%package devel +Summary: Development files for gst-editing-services +License: GPLv2+ and LGPLv2+ +Group: Development/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package contains libraries and header files for +developing applications that use %{name} + +%prep +%setup -q -n %{name}-105d901 + +%build +autoreconf -fiv +%configure +make %{?_smp_mflags} V=1 +find . -name '.gitignore' | xargs rm -f + + +%install +make install DESTDIR=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -name '*.la' -delete + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%doc ChangeLog COPYING* README RELEASE NEWS AUTHORS +%{_bindir}/ges-launch-1.0 +%{_libdir}/*.so.* +%{_libdir}/girepository-1.0/GES-1.0.typelib + +%files devel +%doc docs/ +%{_libdir}/*.so +%{_includedir}/gstreamer-1.0/ges/ +%{_libdir}/pkgconfig/gst-editing-services-1.0.pc +%{_datadir}/gir-1.0/GES-1.0.gir + + +%changelog +* Thu Jan 23 2014 Jon Ciesla - 1.1.90-5.20140123git105d901 + +* Thu Jan 16 2014 Jon Ciesla - 1.1.90-4.20131206git289b04f +- Added dep on python-gstreamer1. +- Moved .dir to -devel. + +* Fri Dec 06 2013 Jon Ciesla - 1.1.90-3.20131206git289b04f +- Added BuildRequires for gobject-introspection, gtk-doc +- Added ownershipo of GES files. + +* Tue Oct 29 2013 Jon Ciesla - 1.1.90-2.20131015git71a6d75 +- Multiple review fixes, BZ 1019403 comment 1. + +* Tue Oct 15 2013 Jon Ciesla - 1.1.90-1.20131015git71a6d75 +- Initial package creation. \ No newline at end of file diff --git a/sources b/sources index e69de29..332118d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +079a55c2094769398aa963084fe87c40 gst-editing-services-105d901.tar.gz