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