|
@@ -2,7 +2,7 @@ Name: libmtp
|
|
Summary: A software library for MTP media players
|
|
Summary: A software library for MTP media players
|
|
Summary(ja): MTP メディアプレイヤーのためのソフトウェアライブラリ
|
|
Summary(ja): MTP メディアプレイヤーのためのソフトウェアライブラリ
|
|
Version: 1.1.6
|
|
Version: 1.1.6
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
@@ -66,7 +66,7 @@ library for MTP media players.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --disable-static --program-prefix=mtp-
|
|
|
|
|
|
+%configure --disable-static
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -101,6 +101,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
%defattr(-, root,root,-)
|
|
%defattr(-, root,root,-)
|
|
%doc AUTHORS ChangeLog COPYING INSTALL README TODO
|
|
%doc AUTHORS ChangeLog COPYING INSTALL README TODO
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
|
|
+/lib/udev/mtp-probe
|
|
|
|
+/lib/udev/rules.d/69-libmtp.rules
|
|
|
|
|
|
%files hal
|
|
%files hal
|
|
%defattr(-, root,root,-)
|
|
%defattr(-, root,root,-)
|
|
@@ -109,8 +111,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
%files examples
|
|
%files examples
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
-/lib/udev/mtp-mtp-probe
|
|
|
|
-/lib/udev/rules.d/69-libmtp.rules
|
|
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -122,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.6-2
|
|
|
|
+- remove configure option "--program-prefix=mtp-"
|
|
|
|
+- fix %%files (move mtp-probe and 69-libmtp.rules)
|
|
|
|
+
|
|
* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.6-1
|
|
* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.6-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- remove Patch0 (libmtp-0.2.6.1-simpler-rules.patch)
|
|
- remove Patch0 (libmtp-0.2.6.1-simpler-rules.patch)
|