Accepting request 341556 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/341556 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmtp?expand=0&rev=72
This commit is contained in:
commit
97e3fc706b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 26 13:45:30 UTC 2015 - dmitry_r@opensuse.org
|
||||||
|
|
||||||
|
- Split udev rules to separate package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 4 15:14:12 UTC 2015 - meissner@suse.com
|
Sun Oct 4 15:14:12 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
16
libmtp.spec
16
libmtp.spec
@ -44,9 +44,20 @@ authored by Microsoft.
|
|||||||
Common devices using this technology are Creative Zen, iRiver, Samsung
|
Common devices using this technology are Creative Zen, iRiver, Samsung
|
||||||
and others.
|
and others.
|
||||||
|
|
||||||
%package -n %{name}%{sonum}
|
%package -n %{name}-udev
|
||||||
|
Summary: Udev rules for accessing MTP devices
|
||||||
|
Group: Hardware/Mobile
|
||||||
|
Requires: udev
|
||||||
|
|
||||||
|
%description -n %{name}-udev
|
||||||
|
This package contains the udev rules that allow access to USB based media
|
||||||
|
players based on the MTP (Media Transfer Protocol) authored by
|
||||||
|
Microsoft.
|
||||||
|
|
||||||
|
%package -n %{name}%{sonum}
|
||||||
Summary: Library for accessing MTP Players
|
Summary: Library for accessing MTP Players
|
||||||
Group: Productivity/Multimedia/Sound/Players
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
|
Requires: %{name}-udev >= %{version}
|
||||||
|
|
||||||
%description -n %{name}%{sonum}
|
%description -n %{name}%{sonum}
|
||||||
This package contains the libraries that allow access to USB based media
|
This package contains the libraries that allow access to USB based media
|
||||||
@ -106,6 +117,9 @@ rm -rf %{buildroot}/%{_libdir}/*.la
|
|||||||
#dir /usr/share/hal/fdi/information
|
#dir /usr/share/hal/fdi/information
|
||||||
#dir /usr/share/hal/fdi/information/20thirdparty/
|
#dir /usr/share/hal/fdi/information/20thirdparty/
|
||||||
#usr/share/hal/fdi/information/20thirdparty/10-usb-music-players-libmtp.fdi
|
#usr/share/hal/fdi/information/20thirdparty/10-usb-music-players-libmtp.fdi
|
||||||
|
|
||||||
|
%files -n %{name}-udev
|
||||||
|
%defattr(-, root, root)
|
||||||
%{_udevdir}
|
%{_udevdir}
|
||||||
%{_udevrulesdir}
|
%{_udevrulesdir}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user