|
@@ -1,5 +1,5 @@
|
|
Name: media-player-info
|
|
Name: media-player-info
|
|
-Version: 16
|
|
+Version: 22
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Data files describing media player capabilities
|
|
Summary: Data files describing media player capabilities
|
|
|
|
|
|
@@ -7,11 +7,14 @@ Group: System Environment/Base
|
|
License: BSD
|
|
License: BSD
|
|
URL: http://www.freedesktop.org/wiki/Software/media-player-info
|
|
URL: http://www.freedesktop.org/wiki/Software/media-player-info
|
|
Source0: http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
|
|
Source0: http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
|
|
|
|
+
|
|
|
|
+Patch0: media-player-info-22-vine.patch
|
|
|
|
+
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
BuildRequires: libudev-devel
|
|
BuildRequires: libudev-devel
|
|
BuildRequires: autoconf automake
|
|
BuildRequires: autoconf automake
|
|
-BuildRequires: python
|
|
+BuildRequires: python3
|
|
Requires: udev
|
|
Requires: udev
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -25,6 +28,7 @@ The package also installs a udev rule to identify media player devices.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1 -b .vine
|
|
|
|
|
|
# grr, tarballs without configure
|
|
# grr, tarballs without configure
|
|
autoreconf -i -f
|
|
autoreconf -i -f
|
|
@@ -41,11 +45,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING README NEWS AUTHORS
|
|
%doc COPYING README NEWS AUTHORS
|
|
|
|
+%{_sysconfdir}/udev/hwdb.d/20-usb-media-players.hwdb
|
|
%{_datadir}/%{name}
|
|
%{_datadir}/%{name}
|
|
/lib/udev/rules.d/40-usb-media-players.rules
|
|
/lib/udev/rules.d/40-usb-media-players.rules
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Dec 01 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 22-1
|
|
|
|
+- new usptream release
|
|
|
|
+- change BuildRequires: python3-devel instead of python-devel
|
|
|
|
+- add Patch0 (media-player-info-22-vine.patch)
|
|
|
|
+
|
|
* Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16-1
|
|
* Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|