update to 26 [release 26-1mamba;Thu Nov 28 2024]

This commit is contained in:
Silvan Calarco 2024-11-28 18:23:50 +01:00
parent 6cf9977433
commit 2f662e861e

View File

@ -1,29 +1,29 @@
Name: media-player-info Name: media-player-info
Version: 24 Version: 26
Release: 1mamba Release: 1mamba
Summary: A repository of data files describing media player capabilities, mostly of mass-storage devices Summary: A repository of data files describing media player capabilities, mostly of mass-storage devices
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.freedesktop.org/wiki/Software/media-player-info URL: https://www.freedesktop.org/wiki/Software/media-player-info/
Source: http://www.freedesktop.org/software/media-player-info/media-player-info-%{version}.tar.gz Source: https://gitlab.freedesktop.org/media-player-info/media-player-info.git/%{version}/media-player-info-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: udev-devel BuildRequires: udev-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
media-player-info is a repository of data files describing media player capabilities, mostly of mass-storage devices. These files contain information about the directory layout to use to add music to these devices, the supported file formats and so on. media-player-info is a repository of data files describing media player capabilities, mostly of mass-storage devices. These files contain information about the directory layout to use to add music to these devices, the supported file formats and so on.
%prep %prep
%setup -q %setup -q
./autogen.sh
%build %build
%configure %configure
# FIXME: ugly but true
make || make || make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -34,13 +34,17 @@ make || make || make
%files %files
%defattr(-,root,root) %defattr(-,root,root)
/lib/udev/hwdb.d/20-usb-media-players.hwdb %{_udevhwdbdir}/20-usb-media-players.hwdb
/lib/udev/rules.d/40-usb-media-players.rules %{_udevrulesdir}/40-usb-media-players.rules
%{_metainfodir}/org.freedesktop.media_player_info.metainfo.xml
%dir %{_datadir}/media-player-info %dir %{_datadir}/media-player-info
%{_datadir}/media-player-info/* %{_datadir}/media-player-info/*
%doc AUTHORS COPYING %doc AUTHORS COPYING
%changelog %changelog
* Thu Nov 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 26-1mamba
- update to 26
* Fri Nov 16 2018 Automatic Build System <autodist@mambasoft.it> 24-1mamba * Fri Nov 16 2018 Automatic Build System <autodist@mambasoft.it> 24-1mamba
- automatic version update by autodist - automatic version update by autodist