automatic version update by autodist [release 0.4.1-1mamba;Mon Mar 10 2014]
This commit is contained in:
parent
86fa4d5c29
commit
afde3c49e7
@ -1,2 +1,4 @@
|
|||||||
# gnome-video-effects
|
# gnome-video-effects
|
||||||
|
|
||||||
|
Gnome desktop video effects.
|
||||||
|
|
||||||
|
49
gnome-video-effects.spec
Normal file
49
gnome-video-effects.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <autodist@mambasoft.it> 0.4.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Apr 01 2012 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
||||||
|
- update to 0.4.0
|
||||||
|
|
||||||
|
* Tue Jul 26 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user