This commit is contained in:
parent
b834caf280
commit
a1e34cd292
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 27 12:16:56 CEST 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
- let debuginfo require libmtp8
|
||||||
|
- disable static libs and .la files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 26 14:41:28 CEST 2008 - meissner@suse.de
|
Tue Aug 26 14:41:28 CEST 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
12
libmtp.spec
12
libmtp.spec
@ -15,8 +15,8 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
%define debug_package_requires libmtp8
|
||||||
|
|
||||||
Name: libmtp
|
Name: libmtp
|
||||||
Url: http://sf.net/projects/libmtp
|
Url: http://sf.net/projects/libmtp
|
||||||
@ -31,7 +31,7 @@ Group: Productivity/Multimedia/Sound/Players
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Commandline utilities for access to MTP Players
|
Summary: Commandline utilities for access to MTP Players
|
||||||
Version: 0.3.1
|
Version: 0.3.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Source0: %name-%version.tar.bz2
|
Source0: %name-%version.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --program-prefix=mtp-
|
%configure --program-prefix=mtp- --disable-static
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -136,6 +136,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
install -d $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/
|
install -d $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/
|
||||||
install -c -m 644 libmtp.fdi $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-usb-music-players-libmtp.fdi
|
install -c -m 644 libmtp.fdi $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-usb-music-players-libmtp.fdi
|
||||||
rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp*
|
rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp*
|
||||||
|
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
|
|
||||||
%post -n libmtp8 -p /sbin/ldconfig
|
%post -n libmtp8 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -159,12 +160,13 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/libmtp*
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc doc/html TODO
|
%doc doc/html TODO
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/lib*.la
|
|
||||||
%{_libdir}/lib*.a
|
|
||||||
%{_libdir}/pkgconfig/libmtp.pc
|
%{_libdir}/pkgconfig/libmtp.pc
|
||||||
%{_prefix}/include/libmtp.h
|
%{_prefix}/include/libmtp.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 27 2008 meissner@suse.de
|
||||||
|
- let debuginfo require libmtp8
|
||||||
|
- disable static libs and .la files
|
||||||
* Tue Aug 26 2008 meissner@suse.de
|
* Tue Aug 26 2008 meissner@suse.de
|
||||||
- upgraded to 0.3.1
|
- upgraded to 0.3.1
|
||||||
- lots of new ids
|
- lots of new ids
|
||||||
|
Loading…
Reference in New Issue
Block a user