summaryrefslogtreecommitdiff
path: root/libmtp.spec
blob: 9b8ebbd8c123a17ad100a1bfd6b34b8fb02a0fc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Name:           libmtp
Version:        1.1.22
Release:        1
Summary:        An Initiator implementation of the Media Transfer Protocol (MTP) in the form of a library
License:        LGPL-2.1-or-later
URL:            https://libmtp.sourceforge.net/
Source0:        https://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:         0001-doc-Don-t-document-internal-endian-macros.patch

BuildRequires:  libusbx-devel doxygen libgcrypt-devel chrpath gcc gettext-devel libtool
Requires:       udev
Provides:       %{name}-examples%{?_isa} %{name}-examples
Obsoletes:      %{name}-examples

%description
libmtp is an Initiator implementation of the Media Transfer Protocol (MTP)
in the form of a library suitable primarily for POSIX compliant operating systems.
We implement MTP Basic, the stuff proposed for standardization.

%package devel
Summary:        Development files for %{name}
Requires:       %{name}%{?_isa} = %{version}-%{release}
Requires:       pkgconfig, libusb1-devel, libgcrypt-devel

%description devel
This package includes development files for libmtp.

%prep
%autosetup -n libmtp-%{version} -p1

%build
%configure --disable-static --with-udev-rules=69-libmtp.rules --with-udev=%{_prefix}/lib/udev
%make_build

%install
%make_install
%delete_la
rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-delfile
rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-getfile
rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-newfolder
rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-sendfile
rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-sendtr
pushd $RPM_BUILD_ROOT%{_bindir}
ln -sf mtp-connect mtp-delfile
ln -sf mtp-connect mtp-getfile
ln -sf mtp-connect mtp-newfolder
ln -sf mtp-connect mtp-sendfile
ln -sf mtp-connect mtp-sendtr
popd
iconv -f iso-8859-1 -t utf-8 -o COPYING.utf8 COPYING
touch -r COPYING COPYING.utf8; mv -f COPYING.utf8 COPYING
mkdir -p -m 755 $RPM_BUILD_ROOT%{_pkgdocdir}
install -p -m 644 AUTHORS README TODO \
      $RPM_BUILD_ROOT%{_pkgdocdir}
if [ $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}/html != $RPM_BUILD_ROOT%{_pkgdocdir}/html ] ; then \
	mv $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}/html \
		$RPM_BUILD_ROOT%{_pkgdocdir} ; \
fi
touch -r configure.ac \
      $RPM_BUILD_ROOT%{_includedir}/*.h \
      $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc

%files
%license COPYING
%{_libdir}/%{name}.so.9*
%{_udevrulesdir}/69-%{name}.rules
%{_udevhwdbdir}/69-%{name}.hwdb
%{_prefix}/lib/udev/mtp-probe
%{_bindir}/mtp-*

%files devel
%{_libdir}/%{name}.so
%{_pkgdocdir}
%{_includedir}/%{name}.h
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Thu Nov 21 2024 Funda Wang <fundawang@yeah.net> - 1.1.22-1
- Upgrade to 1.1.22

* Fri Apr 28 2023 wangkai <13474090681@163.com> - 1.1.21-1
- Upgrade to 1.1.21

* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.1.19-1
- Upgrade to 1.1.19

* Web Aug 04 2021 Liu Yinsi <liuyinsi@163.com> - 1.1.14-7
- define use_mtpz only in one .c file

* Tue Jun 08 2021 wulei <wulei80@huawei.com> - 1.1.14-6
- fixes failed: error: no acceptable C compiler found in $PATH

* Fri Nov 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.14-5
- Package init