automatic version update by autodist [release 0.9.8-1mamba;Sun May 18 2014]
This commit is contained in:
parent
ab922af849
commit
6a66ca9467
@ -1,5 +1,5 @@
|
||||
Name: kdenlive
|
||||
Version: 0.9.6
|
||||
Version: 0.9.8
|
||||
Release: 1mamba
|
||||
Summary: A non linear video editor for the KDE environment
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@ -48,12 +48,13 @@ make
|
||||
%makeinstall
|
||||
install -d %{buildroot}%{_kde4_xdgappsdir}
|
||||
#mv %{buildroot}%{_kde4_sharedir}/applications/kde/kdenlive.desktop %{buildroot}%{_kde4_xdgappsdir}/kdenlive.desktop
|
||||
%find_lang %{name}
|
||||
#%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files
|
||||
#-f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_bindir}/kdenlive
|
||||
%{_kde4_bindir}/kdenlive_render
|
||||
@ -94,40 +95,43 @@ install -d %{buildroot}%{_kde4_xdgappsdir}
|
||||
%{_kde4_sharedir}/mime/packages/westley.xml
|
||||
%{_kde4_sharedir}/menu/kdenlive
|
||||
%{_kde4_sharedir}/pixmaps/kdenlive.xpm
|
||||
%{_mandir}/man1/kdenlive.1.gz
|
||||
%{_mandir}/man1/kdenlive_render.1.gz
|
||||
%{_mandir}/man1/kdenlive.1*
|
||||
%{_mandir}/man1/kdenlive_render.1*
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kdenlive/*.png
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kdenlive/common
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kdenlive/index.cache.bz2
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kdenlive/index.docbook
|
||||
%doc %lang(uk) %{_kde4_htmldir}/uk/kdenlive/*.png
|
||||
%doc %lang(uk) %{_kde4_htmldir}/uk/kdenlive/common
|
||||
%doc %lang(uk) %{_kde4_htmldir}/uk/kdenlive/index.cache.bz2
|
||||
%doc %lang(uk) %{_kde4_htmldir}/uk/kdenlive/index.docbook
|
||||
%doc %lang(ca) %{_kde4_htmldir}/ca/kdenlive/common
|
||||
%doc %lang(ca) %{_kde4_htmldir}/ca/kdenlive/index.cache.bz2
|
||||
%doc %lang(ca) %{_kde4_htmldir}/ca/kdenlive/index.docbook
|
||||
%doc %lang(pt_BR) %{_kde4_htmldir}/pt_BR/kdenlive/common
|
||||
%doc %lang(pt_BR) %{_kde4_htmldir}/pt_BR/kdenlive/index.cache.bz2
|
||||
%doc %lang(pt_BR) %{_kde4_htmldir}/pt_BR/kdenlive/index.docbook
|
||||
%doc %lang(pt) %{_kde4_htmldir}/pt/kdenlive/common
|
||||
%doc %lang(pt) %{_kde4_htmldir}/pt/kdenlive/index.cache.bz2
|
||||
%doc %lang(pt) %{_kde4_htmldir}/pt/kdenlive/index.docbook
|
||||
%doc %lang(es) %{_kde4_htmldir}/es/kdenlive/common
|
||||
%doc %lang(es) %{_kde4_htmldir}/es/kdenlive/index.cache.bz2
|
||||
%doc %lang(es) %{_kde4_htmldir}/es/kdenlive/index.docbook
|
||||
%doc %lang(it) %{_kde4_htmldir}/it/kdenlive/common
|
||||
%doc %lang(it) %{_kde4_htmldir}/it/kdenlive/index.cache.bz2
|
||||
%doc %lang(it) %{_kde4_htmldir}/it/kdenlive/index.docbook
|
||||
%doc %lang(nl) %{_kde4_htmldir}/nl/kdenlive/common
|
||||
%doc %lang(nl) %{_kde4_htmldir}/nl/kdenlive/index.cache.bz2
|
||||
%doc %lang(nl) %{_kde4_htmldir}/nl/kdenlive/index.docbook
|
||||
%doc %lang(sv) %{_kde4_htmldir}/sv/kdenlive/common
|
||||
%doc %lang(sv) %{_kde4_htmldir}/sv/kdenlive/index.cache.bz2
|
||||
%doc %lang(sv) %{_kde4_htmldir}/sv/kdenlive/index.docbook
|
||||
%doc AUTHORS COPYING README
|
||||
#%doc %lang(uk) %{_kde4_htmldir}/uk/kdenlive/*.png
|
||||
#%doc %lang(uk) %{_kde4_htmldir}/uk/kdenlive/common
|
||||
#%doc %lang(uk) %{_kde4_htmldir}/uk/kdenlive/index.cache.bz2
|
||||
#%doc %lang(uk) %{_kde4_htmldir}/uk/kdenlive/index.docbook
|
||||
#%doc %lang(ca) %{_kde4_htmldir}/ca/kdenlive/common
|
||||
#%doc %lang(ca) %{_kde4_htmldir}/ca/kdenlive/index.cache.bz2
|
||||
#%doc %lang(ca) %{_kde4_htmldir}/ca/kdenlive/index.docbook
|
||||
#%doc %lang(pt_BR) %{_kde4_htmldir}/pt_BR/kdenlive/common
|
||||
#%doc %lang(pt_BR) %{_kde4_htmldir}/pt_BR/kdenlive/index.cache.bz2
|
||||
#%doc %lang(pt_BR) %{_kde4_htmldir}/pt_BR/kdenlive/index.docbook
|
||||
#%doc %lang(pt) %{_kde4_htmldir}/pt/kdenlive/common
|
||||
#%doc %lang(pt) %{_kde4_htmldir}/pt/kdenlive/index.cache.bz2
|
||||
#%doc %lang(pt) %{_kde4_htmldir}/pt/kdenlive/index.docbook
|
||||
#%doc %lang(es) %{_kde4_htmldir}/es/kdenlive/common
|
||||
#%doc %lang(es) %{_kde4_htmldir}/es/kdenlive/index.cache.bz2
|
||||
#%doc %lang(es) %{_kde4_htmldir}/es/kdenlive/index.docbook
|
||||
#%doc %lang(it) %{_kde4_htmldir}/it/kdenlive/common
|
||||
#%doc %lang(it) %{_kde4_htmldir}/it/kdenlive/index.cache.bz2
|
||||
#%doc %lang(it) %{_kde4_htmldir}/it/kdenlive/index.docbook
|
||||
#%doc %lang(nl) %{_kde4_htmldir}/nl/kdenlive/common
|
||||
#%doc %lang(nl) %{_kde4_htmldir}/nl/kdenlive/index.cache.bz2
|
||||
#%doc %lang(nl) %{_kde4_htmldir}/nl/kdenlive/index.docbook
|
||||
#%doc %lang(sv) %{_kde4_htmldir}/sv/kdenlive/common
|
||||
#%doc %lang(sv) %{_kde4_htmldir}/sv/kdenlive/index.cache.bz2
|
||||
#%doc %lang(sv) %{_kde4_htmldir}/sv/kdenlive/index.docbook
|
||||
#%doc AUTHORS COPYING README
|
||||
|
||||
%changelog
|
||||
* Sun May 18 2014 Automatic Build System <autodist@mambasoft.it> 0.9.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 09 2013 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user