Browse Source

fix BTS:2599

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7982 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 10 years ago
parent
commit
420d5d228c
1 changed files with 8 additions and 4 deletions
  1. 8 4
      lib/libm/libmtp/libmtp-vl.spec

+ 8 - 4
lib/libm/libmtp/libmtp-vl.spec

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