From afde3c49e7fe502c5f960e2787a3389431c7f533 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:16:03 +0100 Subject: [PATCH] automatic version update by autodist [release 0.4.1-1mamba;Mon Mar 10 2014] --- README.md | 2 ++ gnome-video-effects.spec | 49 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 gnome-video-effects.spec diff --git a/README.md b/README.md index c4471a6..c57fa8b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gnome-video-effects +Gnome desktop video effects. + diff --git a/gnome-video-effects.spec b/gnome-video-effects.spec new file mode 100644 index 0000000..d1c0a85 --- /dev/null +++ b/gnome-video-effects.spec @@ -0,0 +1,49 @@ +%define majver %(echo %version | cut -d. -f1-2) +Name: gnome-video-effects +Version: 0.4.1 +Release: 1mamba +Summary: Gnome desktop video effects +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.gnome.org +Source: ftp://ftp.gnome.org/pub/gnome/sources/gnome-video-effects/%{majver}/gnome-video-effects-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Gnome desktop video effects. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/*.effect +%{_datadir}/pkgconfig/gnome-video-effects.pc +%doc AUTHORS COPYING ChangeLog NEWS README + +%changelog +* Mon Mar 10 2014 Automatic Build System 0.4.1-1mamba +- automatic version update by autodist + +* Sun Apr 01 2012 Automatic Build System 0.4.0-1mamba +- update to 0.4.0 + +* Tue Jul 26 2011 Silvan Calarco 0.3.0-1mamba +- package created by autospec