source: projects/specs/trunk/m/media-player-info/media-player-info-vl.spec @ 9126

Revision 9126, 2.7 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

Line 
1Name:           media-player-info
2Version:        22
3Release:        1%{?_dist_release}
4Summary:        Data files describing media player capabilities
5
6Group:          System Environment/Base
7License:        BSD
8URL:            http://www.freedesktop.org/wiki/Software/media-player-info
9Source0:        http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
10
11Patch0:                 media-player-info-22-vine.patch
12
13BuildArch:      noarch
14
15BuildRequires:  libudev-devel
16BuildRequires:  autoconf automake
17BuildRequires:  python3
18Requires:       udev
19
20%description
21media-player-info is a repository of data files describing media player
22(mostly USB Mass Storage ones) capabilities. These files contain information
23about the directory layout to use to add music to these devices, about the
24supported file formats, etc.
25
26The package also installs a udev rule to identify media player devices.
27
28
29%prep
30%setup -q
31%patch0 -p1 -b .vine
32
33# grr, tarballs without configure
34autoreconf -i -f
35
36%build
37%configure
38make %{?_smp_mflags}
39
40
41%install
42make install DESTDIR=$RPM_BUILD_ROOT
43
44
45%files
46%defattr(-,root,root,-)
47%doc COPYING README NEWS AUTHORS
48%{_sysconfdir}/udev/hwdb.d/20-usb-media-players.hwdb
49%{_datadir}/%{name}
50/lib/udev/rules.d/40-usb-media-players.rules
51
52
53%changelog
54* Mon Dec 01 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 22-1
55- new usptream release
56- change BuildRequires: python3-devel instead of python-devel
57- add Patch0 (media-player-info-22-vine.patch)
58
59* Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16-1
60- initial build for Vine Linux
61
62
63* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> 16-1
64- Update to 16
65
66* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-2
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
68
69* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> 15-1
70- Update to 15
71
72* Wed Jul 20 2011 Matthias Clasen <mclasen@redhat.com> 14-1
73- Update to 14
74
75* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12-2
76- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
77
78* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> 12-1
79- Update to version 12
80
81* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> 11-1
82- Update to version 11
83
84* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> 10-1
85- Update to version 10
86
87* Thu Apr 08 2010 Bastien Nocera <bnocera@redhat.com> 6-1
88- Update to version 6
89
90* Thu Mar 18 2010 Bastien Nocera <bnocera@redhat.com> 5-1
91- Update to version 5
92
93* Tue Sep  1 2009 Matthias Clasen <mclasen@redhat.com> - 3-1
94- New upstream tarball with fixed Copyright headers
95
96* Sat Aug 29 2009 Matthias Clasen <mclasen@redhat.com> - 2-1
97- Rename to media-player-info
98
99* Thu Aug 27 2009 Matthias Clasen <mclasen@redhat.com> - 1-1
100- Initial packaging
Note: See TracBrowser for help on using the repository browser.