automatic version update by autodist [release 3.26.2-1mamba;Fri Aug 17 2018]
This commit is contained in:
parent
e204139ae8
commit
442ed9e3dd
35
totem.spec
35
totem.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: totem
|
Name: totem
|
||||||
Version: 3.24.0
|
Version: 3.26.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A movie player based on GStreamer
|
Summary: A movie player based on GStreamer
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -124,15 +124,14 @@ This package includes the %{name} API documentation.
|
|||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson
|
||||||
--enable-gtk-doc \
|
|
||||||
--disable-scrollkeeper
|
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
export DESTDIR=%{buildroot}
|
||||||
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -168,14 +167,14 @@ exit 0
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/totem
|
%{_bindir}/totem
|
||||||
%{_bindir}/totem-audio-preview
|
#%{_bindir}/totem-audio-preview
|
||||||
#%{_bindir}/totem-video-indexer
|
#%{_bindir}/totem-video-indexer
|
||||||
%{_bindir}/totem-video-thumbnailer
|
%{_bindir}/totem-video-thumbnailer
|
||||||
%{_datadir}/GConf/gsettings/opensubtitles.convert
|
%{_datadir}/GConf/gsettings/opensubtitles.convert
|
||||||
#%{_datadir}/GConf/gsettings/publish.convert
|
#%{_datadir}/GConf/gsettings/publish.convert
|
||||||
%{_datadir}/GConf/gsettings/pythonconsole.convert
|
%{_datadir}/GConf/gsettings/pythonconsole.convert
|
||||||
%{_datadir}/GConf/gsettings/totem.convert
|
%{_datadir}/GConf/gsettings/totem.convert
|
||||||
%{_datadir}/appdata/org.gnome.Totem.appdata.xml
|
%{_datadir}/metainfo/org.gnome.Totem.appdata.xml
|
||||||
%{_datadir}/applications/org.gnome.Totem.desktop
|
%{_datadir}/applications/org.gnome.Totem.desktop
|
||||||
%{_datadir}/dbus-1/services/org.gnome.Totem.service
|
%{_datadir}/dbus-1/services/org.gnome.Totem.service
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.totem.*.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.totem.*.xml
|
||||||
@ -183,7 +182,7 @@ exit 0
|
|||||||
#%{_datadir}/omf/totem/*
|
#%{_datadir}/omf/totem/*
|
||||||
%{_datadir}/thumbnailers/totem.thumbnailer
|
%{_datadir}/thumbnailers/totem.thumbnailer
|
||||||
%{_mandir}/man1/totem.1*
|
%{_mandir}/man1/totem.1*
|
||||||
%{_mandir}/man1/totem-audio-preview.1*
|
#%{_mandir}/man1/totem-audio-preview.1*
|
||||||
%{_mandir}/man1/totem-video-thumbnailer.1*
|
%{_mandir}/man1/totem-video-thumbnailer.1*
|
||||||
%dir %{_datadir}/help/*/totem
|
%dir %{_datadir}/help/*/totem
|
||||||
%{_datadir}/help/*/totem/*
|
%{_datadir}/help/*/totem/*
|
||||||
@ -194,8 +193,7 @@ exit 0
|
|||||||
%dir %{_libdir}/totem/plugins
|
%dir %{_libdir}/totem/plugins
|
||||||
%{_libdir}/totem/plugins/*
|
%{_libdir}/totem/plugins/*
|
||||||
%{_libdir}/girepository-1.0/Totem-1.0.typelib
|
%{_libdir}/girepository-1.0/Totem-1.0.typelib
|
||||||
#%{_libexecdir}/totem-plugin-viewer
|
%{_libexecdir}/totem-gallery-thumbnailer
|
||||||
#%{_libexecdir}/totem/totem-bugreport.py
|
|
||||||
%dir %{_datadir}/totem
|
%dir %{_datadir}/totem
|
||||||
%{_datadir}/totem/*
|
%{_datadir}/totem/*
|
||||||
%{_datadir}/icons/hicolor/*
|
%{_datadir}/icons/hicolor/*
|
||||||
@ -205,12 +203,10 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/totem
|
%dir %{_includedir}/totem
|
||||||
%{_includedir}/totem/*
|
%{_includedir}/totem/*
|
||||||
%{_libdir}/libtotem.a
|
|
||||||
%{_libdir}/libtotem.la
|
|
||||||
%{_libdir}/libtotem.so
|
%{_libdir}/libtotem.so
|
||||||
%{_datadir}/gir-1.0/Totem-1.0.gir
|
%{_datadir}/gir-1.0/Totem-1.0.gir
|
||||||
%{_libdir}/pkgconfig/totem.pc
|
%{_libdir}/pkgconfig/totem.pc
|
||||||
%doc ChangeLog ChangeLog.pre-gitlog NEWS README TODO
|
#%doc ChangeLog ChangeLog.pre-gitlog NEWS README TODO
|
||||||
|
|
||||||
%files nautilus
|
%files nautilus
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -220,12 +216,15 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_libdir}/mozilla/plugins/libtotem-*
|
#%{_libdir}/mozilla/plugins/libtotem-*
|
||||||
|
|
||||||
%files apidocs
|
#%files apidocs
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%dir %{_datadir}/gtk-doc/html/%{name}
|
#%dir %{_datadir}/gtk-doc/html/%{name}
|
||||||
%{_datadir}/gtk-doc/html/%{name}/*
|
#%{_datadir}/gtk-doc/html/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 17 2018 Automatic Build System <autodist@mambasoft.it> 3.26.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Aug 11 2017 Automatic Build System <autodist@mambasoft.it> 3.24.0-1mamba
|
* Fri Aug 11 2017 Automatic Build System <autodist@mambasoft.it> 3.24.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user