Changes of Revision 6
[-] | Changed | libmtp.spec |
x 1
2 Group: Productivity/Multimedia/Sound/Players 3 License: Lesser General Public License version 2 (LGPL v2) 4 BuildRoot: %{_tmppath}/build-%{name}-%{pkg_version_latest} 5 -BuildRequires: gcc glibc-devel make libusb doxygen 6 +BuildRequires: gcc glibc-devel make doxygen 7 %if 0%{?suse_version} >= 1030 || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora_version} 8 BuildRequires: libusb-devel 9 +%else 10 +BuildRequires: libusb 11 %endif 12 BuildRequires: autoconf automake libtool 13 # For backwards compatibility, as the libmtp package doesn't follow 14 |