automatic version update by autodist [release 2020.09-1mamba;Tue Oct 06 2020]
This commit is contained in:
parent
d4a13259e9
commit
d57781b987
15
pitivi.spec
15
pitivi.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: pitivi
|
Name: pitivi
|
||||||
Version: 0.999
|
Version: 2020.09
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A non-linear audio/video editor based on GStreamer
|
Summary: A non-linear audio/video editor based on GStreamer
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -42,8 +42,9 @@ PiTiVi allows users to easily edit audio/video projects based on the GStreamer f
|
|||||||
* Render/Save the projects to any format supported by the GStreamer framework
|
* Render/Save the projects to any format supported by the GStreamer framework
|
||||||
* Much more...
|
* Much more...
|
||||||
|
|
||||||
%prep
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#for f in `find . -name \*.py`; do
|
#for f in `find . -name \*.py`; do
|
||||||
# sed -e '/^#!/,1d' < $f > $f.tmp && mv $f.tmp $f
|
# sed -e '/^#!/,1d' < $f > $f.tmp && mv $f.tmp $f
|
||||||
@ -71,15 +72,16 @@ export DESTDIR=%{buildroot}
|
|||||||
%dir %{_libdir}/pitivi/python
|
%dir %{_libdir}/pitivi/python
|
||||||
%dir %{_libdir}/pitivi/python/pitivi
|
%dir %{_libdir}/pitivi/python/pitivi
|
||||||
%{_libdir}/pitivi/python/pitivi/*
|
%{_libdir}/pitivi/python/pitivi/*
|
||||||
%{_datadir}/appdata/org.pitivi.Pitivi.appdata.xml
|
%{_datadir}/metainfo/org.pitivi.Pitivi.appdata.xml
|
||||||
%{_datadir}/applications/org.pitivi.Pitivi.desktop
|
%{_datadir}/applications/org.pitivi.Pitivi.desktop
|
||||||
%{_datadir}/mime/packages/org.pitivi.Pitivi-mime.xml
|
%{_datadir}/mime/packages/org.pitivi.Pitivi-mime.xml
|
||||||
%dir %{_datadir}/pitivi
|
%dir %{_datadir}/pitivi
|
||||||
%{_datadir}/pitivi/*
|
%{_datadir}/pitivi/*
|
||||||
%{_datadir}/icons/hicolor/*/apps/org.pitivi.Pitivi.png
|
%{_datadir}/icons/hicolor/scalable/apps/org.pitivi.Pitivi.svg
|
||||||
%{_datadir}/icons/hicolor/*/mimetypes/text-x-xges.png
|
%{_datadir}/icons/hicolor/scalable/mimetypes/text-x-xges.svg
|
||||||
%{_datadir}/icons/hicolor/symbolic/apps/org.pitivi.Pitivi-symbolic.svg
|
%{_datadir}/icons/hicolor/symbolic/apps/org.pitivi.Pitivi-symbolic.svg
|
||||||
%lang(C) %{_datadir}/help/C/pitivi/*
|
%lang(C) %{_datadir}/help/C/pitivi/*
|
||||||
|
%lang(ca) %{_datadir}/help/ca/pitivi/*
|
||||||
%lang(cs) %{_datadir}/help/cs/pitivi/*
|
%lang(cs) %{_datadir}/help/cs/pitivi/*
|
||||||
%lang(de) %{_datadir}/help/de/pitivi/*
|
%lang(de) %{_datadir}/help/de/pitivi/*
|
||||||
%lang(el) %{_datadir}/help/el/pitivi/*
|
%lang(el) %{_datadir}/help/el/pitivi/*
|
||||||
@ -94,6 +96,9 @@ export DESTDIR=%{buildroot}
|
|||||||
#ChangeLog NEWS
|
#ChangeLog NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 06 2020 Automatic Build System <autodist@mambasoft.it> 2020.09-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Apr 25 2019 Automatic Build System <autodist@mambasoft.it> 0.999-1mamba
|
* Thu Apr 25 2019 Automatic Build System <autodist@mambasoft.it> 0.999-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user