automatic version update by autodist [release 0.5.0-1mamba;Wed Aug 14 2019]
This commit is contained in:
parent
735f3fe3bc
commit
98acc7af9b
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: gnome-video-effects
|
||||
Version: 0.4.3
|
||||
Version: 0.5.0
|
||||
Release: 1mamba
|
||||
Summary: Gnome desktop video effects
|
||||
Group: System/Libraries
|
||||
@ -21,12 +21,13 @@ Gnome desktop video effects.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -36,9 +37,13 @@ Gnome desktop video effects.
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/*.effect
|
||||
%{_datadir}/pkgconfig/gnome-video-effects.pc
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Wed Aug 14 2019 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 10 2017 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user