diff --git a/SPECS/gnome-video-effects.spec b/SPECS/gnome-video-effects.spec new file mode 100644 index 0000000..1959d2e --- /dev/null +++ b/SPECS/gnome-video-effects.spec @@ -0,0 +1,83 @@ +Name: gnome-video-effects +Version: 0.4.3 +Release: 1%{?dist} +Summary: Collection of GStreamer video effects + +Group: System Environment/Libraries +License: GPLv2 +URL: https://wiki.gnome.org/Projects/GnomeVideoEffects +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.xz +Buildarch: noarch + +BuildRequires: intltool + +Requires: frei0r-plugins + +%description +A collection of GStreamer effects to be used in different GNOME Modules. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + + +%install +make install DESTDIR=$RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS NEWS README +%license COPYING +%{_datadir}/pkgconfig/gnome-video-effects.pc +%{_datadir}/gnome-video-effects + + +%changelog +* Thu Feb 09 2017 Wim Taymans - 0.4.3-1 +- Update to 0.4.3 +- Resolves: #1386968 + +* Mon Oct 10 2016 Hans de Goede - 0.4.1-5 +- Fix URL (rhbz#1380981) + +* Mon Apr 14 2014 Richard Hughes - 0.4.1-1 +- Update to 0.4.1 + +* Fri Dec 27 2013 Daniel Mach - 0.4.0-6 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.4.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Sep 8 2012 Hans de Goede - 0.4.0-4 +- Drop Requires for gstreamer-plugins, as we may be used with both + gstreamer-0.10 and 1.0. Instead apps using gnome-video-effects should add + the necessary Requires themselves + +* Fri Aug 24 2012 Hans de Goede - 0.4.0-3 +- Add Requires for the gstreamer-plugins used by the effects (related#850505) + +* Thu Jul 19 2012 Fedora Release Engineering - 0.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Mar 28 2012 Yanko Kaneti 0.4.0-1 +- Update to 0.4.0. + +* Fri Jan 13 2012 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Mar 10 2011 Yanko Kaneti 0.3.0-1 +- Update to 0.3.0. + +* Tue Feb 08 2011 Fedora Release Engineering - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Dec 6 2010 Yanko Kaneti 0.2.0-1 +- Update to 0.2.0. New effects. + +* Wed Sep 1 2010 Yanko Kaneti 0.1.0-1 +- Packaged for review