source: projects/specs/trunk/lib/libm/libmtp/libmtp-vl.spec @ 12446

Revision 12446, 8.8 KB checked in by tomop, 4 years ago (diff)

updated 92 packages

ModemManager?-1.14.0-1

accountsservice-0.6.55-1

adwaita-icon-theme-3.36.1-1

cheese-3.34.0-1

clutter-gst3-3.0.27-1

clutter-gtk-1.8.4-2

clutter-1.26.4-1

cogl-1.22.8-1

colord-gtk-0.2.0-1

colord-1.4.4-1

control-center-3.36.4-1

eog-plugins-3.26.5-1

eog-3.36.3-1

evince-3.36.7-1

evolution-data-server-3.36.4-1

evolution-3.36.4-1

folks-0.14.0-1

fuse3-3.9.2-2

gcr-3.36.0-1

gdm-3.36.3-1

geocode-glib-3.26.2-1

gjs-1.64.4-1

glade3-3.36.0-1

gnome-applets-3.36.4-1

gnome-autoar-0.2.4-1

gnome-bluetooth-3.34.1-1

gnome-books-3.34.0-3

gnome-clocks-3.36.2-1

gnome-color-manager-3.36.0-1

gnome-contacts-3.36.2-1

gnome-desktop3-3.36.4-1

gnome-documents-3.34.0-1

gnome-flashback-3.36.3-1

gnome-font-viewer-3.34.0-1

gnome-keyring-3.36.0-1

gnome-menus-3.36.0-1

gnome-online-accounts-3.36.0-1

gnome-panel-3.36.2-1

gnome-session-3.36.0-1

gnome-settings-daemon-3.36.1-1

gnome-shell-3.36.4-1

gnome-software-3.36.1-1

gnome-themes-extra-3.28-2

gnome-tweaks-3.34.0-1

gnome-video-effects-0.5.0-1

gom-0.4-1

graphene-1.10.2-2

grilo-plugins-0.3.11-1

grilo-0.3.12-1

gsettings-desktop-schemas-3.36.1-1

gsound-1.0.2-3

gvfs-1.44.1-1

libaccounts-glib-1.25-1

libappindicator-12.10.0-1

libchamplain-0.12.20-1

libdbusmenu-16.04.0-1

libgdata-0.17.12-1

libgepub-0.6.0-4

libgphoto2-2.5.25-1

libgweather-3.36.1-1

libgxps-0.3.1-1

libhandy0-0.0.13-6

libical-3.0.8-2

libindicator-12.10.1-2

libmtp-1.1.17-1

libnma-1.8.30-2

liboauth-1.0.3-2

libsecret-0.20.3-1

libspectre-0.2.9-1

libwacom-1.4.1-1

libwnck3-3.36.0-1

libxmlb-0.1.15-3

metacity-3.36.1-1

mm-common-1.0.1-3

mobile-broadband-provider-info-0.20190618-1

mozjs68-68.11.0-1

mutter-3.36.4-1

nautilus-3.36.3-1

network-manager-applet-1.18.0-1

pipewire-0.3.8-1

python-dbusmock-0.18.3-6

python-mallard-ducktype-1.0.2-8

startup-notification-0.12-4

totem-pl-parser-3.26.5-1

totem-3.34.1-1

vala-0.48.8-1

xdg-desktop-portal-gtk-1.7.1-1

xdg-desktop-portal-1.7.2-1

yelp-tools-3.32.2-1

yelp-xsl-3.36.0-1

yelp-3.36.0-1

zenity-3.32.0-1

Line 
1Summary:        A software library for MTP media players
2Summary(ja):    MTP メディアプレイヤーのためのソフトウェアライブラリ
3Name:           libmtp
4Version:        1.1.17
5Release:        1%{?_dist_release}
6Vendor:         Project Vine
7Distribution:   Vine Linux
8
9License:        LGPLv2+
10URL:            https://github.com/libmtp/libmtp
11%global         altver %(echo %{version} | tr . -)
12Source0:        https://github.com/libmtp/libmtp/archive/libmtp-%{altver}.tar.gz
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
15BuildRequires:  libusb1-devel
16BuildRequires:  doxygen
17Requires:       udev
18
19Obsoletes:      %{name}-hal < 1.1.6-3
20
21%description
22This package provides a software library for communicating with MTP
23(Media Transfer Protocol) media players, typically audio players, video
24players etc.
25
26%description -l ja
27このパッケージは典型的な音声プレイヤーや動画プレイヤーなどの
28MTP (Media Transfer Protocol) メディアプレイヤーのための
29ソフトウェアライブラリを提供します.
30
31
32%package examples
33Summary: Example programs for libmtp
34Summary(ja): libmtp のプログラム例集
35Group: Applications/Multimedia
36Requires: %{name} = %{version}-%{release}
37
38%description examples
39This package provides example programs for communicating with MTP
40devices.
41
42%description -l ja examples
43このパッケージは MTP デバイスを用いて通信するためのプログラム例集を提供します.
44
45
46%package devel
47Summary: Development files for libmtp
48Group: Development/Libraries
49Requires: %{name} = %{version}-%{release}
50Requires: pkgconfig
51Requires: libusb1-devel
52
53%description devel
54This package provides development files for the libmtp
55library for MTP media players.
56
57%description -l ja devel
58このパッケージは MTP メディアプレイヤーのための libmtp ライブラリに対する
59開発ファイル群を提供します.
60
61
62%prep
63%setup -q -n libmtp-libmtp-%{altver}
64
65
66%build
67./autogen.sh
68%configure --disable-static --with-udev=/etc/udev
69make %{?_smp_mflags}
70
71
72%install
73rm -rf $RPM_BUILD_ROOT
74make DESTDIR=$RPM_BUILD_ROOT install
75# Remove libtool archive remnant
76rm -f $RPM_BUILD_ROOT%{_libdir}/libmtp.la
77# Replace links with relative links
78rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-delfile
79rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-getfile
80rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-newfolder
81rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-sendfile
82rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-sendtr
83pushd $RPM_BUILD_ROOT%{_bindir}
84ln -sf mtp-connect mtp-delfile
85ln -sf mtp-connect mtp-getfile
86ln -sf mtp-connect mtp-newfolder
87ln -sf mtp-connect mtp-sendfile
88ln -sf mtp-connect mtp-sendtr
89popd
90
91
92%clean
93rm -rf $RPM_BUILD_ROOT
94
95
96%post -p /sbin/ldconfig
97%postun -p /sbin/ldconfig
98
99
100%files
101%defattr(-, root,root,-)
102%license COPYING
103%doc AUTHORS ChangeLog INSTALL README TODO
104%{_libdir}/*.so.*
105%{_sysconfdir}/udev/hwdb.d/69-libmtp.hwdb
106%{_sysconfdir}/udev/rules.d/69-libmtp.rules
107%{_sysconfdir}/udev/mtp-probe
108
109%files examples
110%defattr(-,root,root,-)
111%{_bindir}/*
112
113%files devel
114%defattr(-,root,root,-)
115%{_libdir}/*.so
116%dir %{_docdir}/%{name}-%{version}
117%{_docdir}/%{name}-%{version}/*
118%{_includedir}/*.h
119%{_libdir}/pkgconfig/*.pc
120
121
122%changelog
123* Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.17-1
124- new upstream release.
125
126* Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.16-1
127- new upstream release.
128
129* Fri Jul 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.11-1
130- new upstream release.
131
132* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.10-1
133- new upstream release
134
135* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.8-1
136- new upstream release
137
138* Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.6-3
139- remove %%{name}-hal subpackage
140- change BuildRequires: libusb1-devel instead of libusb-devel
141
142* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.6-2
143- remove configure option "--program-prefix=mtp-"
144- fix %%files (move mtp-probe and 69-libmtp.rules)
145
146* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.6-1
147- new upstream release
148- remove Patch0 (libmtp-0.2.6.1-simpler-rules.patch)
149
150* Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-1
151- updated to 1.0.3
152- Split out hal sub-package
153
154* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.3.7-2
155- rebuilt with rpm-4.8.1 for pkg-config
156
157* Tue Jun 16 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.3.7-1
158- new upstream release
159
160* Sat Jan 10 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.3.5-1
161- initial build based on Fedora package
162
163* Sun Dec 21 2008 Linus Walleij <triad@df.lth.se> 0.3.5-1
164- New upstream bugfix release.
165- Nuke documentation again. Multilib no like.
166
167* Fri Nov 7 2008 Linus Walleij <triad@df.lth.se> 0.3.4-1
168- New upstream bugfix release.
169- Bastiens patch is upstreamed, dropping that patch.
170
171* Sat Oct 25 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.3-4
172- Update device list from CVS and fix the build
173
174* Sat Oct 25 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.3-3
175- Add support for more Nokia phones from their WMP10 drivers
176
177* Fri Oct 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.3-2
178- Add support for the Nokia N82
179
180* Fri Sep 26 2008 Linus Walleij <triad@df.lth.se> 0.3.3-1
181- New upstream bugfix release.
182
183* Sat Sep 20 2008 Linus Walleij <triad@df.lth.se> 0.3.2-1
184- New upstream version. (API and ABI compatible.) Fixes
185  bugs on Creative devices.
186
187* Tue Aug 26 2008 Linus Walleij <triad@df.lth.se> 0.3.1-1
188- New upstream version. (API and ABI compatible.)
189
190* Thu Aug 7 2008 Linus Walleij <triad@df.lth.se> 0.3.0-1
191- Upgrade to 0.3.0. This has to happen some way, perhaps the
192  painful way: I upgrade to gnomad2 2.9.2 that use 0.3.0 and
193  then I write patches to Rhythmbox and Amarok to use 0.3.0
194  and also send these upstream.
195
196* Fri Jul 11 2008 Linus Walleij <triad@df.lth.se> 0.2.6.1-3
197- Loose PAM console permissions, also assume that we can ship
198  documentation again since Doxygen has been updated. Fedora
199  HALd rules for the portable_audio_player capability in
200  20-acl-management.fdi will change permissions on the device
201  node for each plugged-in device.
202
203* Fri May 23 2008 Adam Jackson <ajax@redhat.com> 0.2.6.1-2
204- libmtp-0.2.6.1-simpler-rules.patch: Simplify udev rules for faster bootup.
205
206* Sat Mar 8 2008 Linus Walleij <triad@df.lth.se> 0.2.6.1-1
207- New upstream bugfix release.
208
209* Sun Mar 2 2008 Linus Walleij <triad@df.lth.se> 0.2.6-1
210- New upstream release.
211
212* Sat Feb 9 2008 Linus Walleij <triad@df.lth.se> 0.2.5-2
213- Rebuild for GCC 4.3.
214
215* Wed Jan 9 2008 Linus Walleij <triad@df.lth.se> 0.2.5-1
216- New upstream release.
217
218* Thu Nov 22 2007 Linus Walleij <triad@df.lth.se> 0.2.4-1
219- New upstream release.
220
221* Thu Oct 25 2007 Linus Walleij <triad@df.lth.se> 0.2.3-1
222- New upstream release.
223- New soname libmtp.so.7 so all apps using libmtp have to
224  be recompiled, have fun.
225- If it works out we'll try to reserve a spot to backport
226  this fixed version to F8 and F7 in a controlled manner.
227
228* Wed Oct 24 2007 Linus Walleij <triad@df.lth.se> 0.2.2-2
229- Flat out KILL the Doxygen HTML docs to resolve multiarch conflicts.
230  Either upstream (that's me!) needs to work around the HTML files being
231  different each time OR Doxygen must stop generating anchors that
232  hash the system time, creating different files with each generation.
233  Pre-generating the docs is deemed silly. (Someone will disagree.)
234
235* Fri Aug 17 2007 Linus Walleij <triad@df.lth.se> 0.2.2-1
236- New upstream release.
237
238* Fri Aug 17 2007 Linus Walleij <triad@df.lth.se> 0.2.1-2
239- License field update from LGPL to LGPLv2+
240
241* Tue Aug 7 2007 Linus Walleij <triad@df.lth.se> 0.2.1-1
242- Upstream bugfix release.
243
244* Sat Aug 4 2007 Linus Walleij <triad@df.lth.se> 0.2.0-1
245- New upstream release.
246- Fixes (hopefully) the issues found by Harald.
247- Dependent apps will need to recompile and patch some minor code.
248
249* Mon Jul 30 2007 Harald Hoyer <harald@redhat.com> - 0.1.5-2
250- changed udev rules for new kernel and udev versions
251
252* Mon Mar 26 2007 Linus Walleij <triad@df.lth.se> 0.1.5-1
253- New upstream release.
254- Candidate for FC5, FC6 backport.
255- Hopefully API/ABI compatible, testing in devel tree.
256
257* Wed Mar 7 2007 Linus Walleij <triad@df.lth.se> 0.1.4-1
258- New upstream release.
259- Candidate for FC5, FC6 backport.
260- Hopefully API/ABI compatible, testing in devel tree.
261
262* Wed Jan 17 2007 Linus Walleij <triad@df.lth.se> 0.1.3-1
263- New upstream release.
264- Candidate for FC5, FC6 backport.
265
266* Thu Dec 7 2006 Linus Walleij <triad@df.lth.se> 0.1.0-1
267- New upstream release.
268- Start providing HAL rules.
269
270* Fri Oct 20 2006 Linus Walleij <triad@df.lth.se> 0.0.21-1
271- New upstream release.
272
273* Tue Sep 26 2006 Linus Walleij <triad@df.lth.se> 0.0.20-1
274- New upstream release.
275- Updated after review by Parag AN, Kevin Fenzi and Ralf Corsepius.
276- Fixed pkgconfig bug upstream after being detected by Ralf...
277
278* Sun Aug 27 2006 Linus Walleij <triad@df.lth.se> 0.0.15-1
279- New upstream release.
280
281* Wed Aug 23 2006 Linus Walleij <triad@df.lth.se> 0.0.13-1
282- First RPM'ed
Note: See TracBrowser for help on using the repository browser.