!5 update to 0.42.4
From: @konglidong Reviewed-by: @open-bot Signed-off-by: @open-bot
This commit is contained in:
commit
4ac8d01354
Binary file not shown.
53
rygel.spec
53
rygel.spec
@ -1,7 +1,7 @@
|
|||||||
%global apiver 2.6
|
%global apiver 2.8
|
||||||
|
|
||||||
Name: rygel
|
Name: rygel
|
||||||
Version: 0.40.3
|
Version: 0.42.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A media solution can easily share audio, video and pictures, and media player controler
|
Summary: A media solution can easily share audio, video and pictures, and media player controler
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -57,23 +57,45 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/rygel.desktop
|
|||||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/rygel-preferences.desktop
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/rygel-preferences.desktop
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%license COPYING
|
|
||||||
%doc AUTHORS NEWS TODO
|
|
||||||
%config(noreplace) %{_sysconfdir}/rygel.conf
|
%config(noreplace) %{_sysconfdir}/rygel.conf
|
||||||
%{_bindir}/rygel*
|
%{_bindir}/rygel
|
||||||
%{_libdir}/girepository-1.0/*
|
%{_bindir}/rygel-preferences
|
||||||
%{_libdir}/librygel-core-%{apiver}.so.2*
|
%{_libdir}/librygel-core-%{apiver}.so.0*
|
||||||
%{_libdir}/librygel-db-%{apiver}.so.2*
|
%{_libdir}/librygel-db-%{apiver}.so.0*
|
||||||
%{_libdir}/librygel-renderer-%{apiver}.so.2*
|
%{_libdir}/librygel-renderer-%{apiver}.so.0*
|
||||||
%{_libdir}/librygel-renderer-gst-%{apiver}.so.2*
|
%{_libdir}/librygel-renderer-gst-%{apiver}.so.0*
|
||||||
%{_libdir}/librygel-ruih-2.0.so.1*
|
%{_libdir}/librygel-ruih-%{apiver}.so.0*
|
||||||
%{_libdir}/librygel-server-%{apiver}.so.2*
|
%{_libdir}/librygel-server-%{apiver}.so.0*
|
||||||
%{_libdir}/rygel-%{apiver}/*
|
%dir %{_libdir}/girepository-1.0
|
||||||
|
%{_libdir}/girepository-1.0/RygelCore-%{apiver}.typelib
|
||||||
|
%{_libdir}/girepository-1.0/RygelRenderer-%{apiver}.typelib
|
||||||
|
%{_libdir}/girepository-1.0/RygelRendererGst-%{apiver}.typelib
|
||||||
|
%{_libdir}/girepository-1.0/RygelServer-%{apiver}.typelib
|
||||||
|
%{_libdir}/rygel-%{apiver}/engines/librygel-media-engine-gst.so
|
||||||
|
%{_libdir}/rygel-%{apiver}/engines/librygel-media-engine-simple.so
|
||||||
|
%{_libdir}/rygel-%{apiver}/engines/media-engine-gst.plugin
|
||||||
|
%{_libdir}/rygel-%{apiver}/engines/media-engine-simple.plugin
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/librygel-external.so
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/external.plugin
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/librygel-gst-launch.so
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/gst-launch.plugin
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/librygel-media-export.so
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/media-export.plugin
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/librygel-mpris.so
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/mpris.plugin
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/librygel-ruih.so
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/ruih.plugin
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/librygel-playbin.so
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/playbin.plugin
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/librygel-lms.so
|
||||||
|
%{_libdir}/rygel-%{apiver}/plugins/lms.plugin
|
||||||
%{_libexecdir}/rygel/
|
%{_libexecdir}/rygel/
|
||||||
%{_datadir}/rygel/
|
%{_datadir}/rygel/
|
||||||
%{_datadir}/applications/rygel*
|
%{_datadir}/applications/rygel*
|
||||||
%{_datadir}/dbus-1/services/org.gnome.Rygel1.service
|
%{_datadir}/dbus-1/services/org.gnome.Rygel1.service
|
||||||
%{_datadir}/icons/hicolor/*
|
%{_datadir}/icons/hicolor/*/apps/rygel*
|
||||||
|
%{_mandir}/man1/rygel.1*
|
||||||
|
%{_mandir}/man5/rygel.conf.5*
|
||||||
%{_userunitdir}/rygel.service
|
%{_userunitdir}/rygel.service
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -93,6 +115,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/rygel-preferences.de
|
|||||||
%{_mandir}/man5/rygel.conf.5*
|
%{_mandir}/man5/rygel.conf.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 23 2023 konglidong <konglidong@uniontech.com> - 0.42.4-1
|
||||||
|
- update to 0.42.4
|
||||||
|
|
||||||
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.40.3-1
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.40.3-1
|
||||||
- Update to 0.40.3
|
- Update to 0.40.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user