New upstream version.
Signed-off-by: Linus Walleij <triad@df.lth.se>
This commit is contained in:
parent
22e53b679d
commit
9629a04e51
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ i386
|
||||
/libmtp-1.1.5.tar.gz
|
||||
/libmtp-1.1.6.tar.gz
|
||||
/libmtp-1.1.7.tar.gz
|
||||
/libmtp-1.1.8.tar.gz
|
||||
|
@ -4,14 +4,13 @@
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
|
||||
Name: libmtp
|
||||
Version: 1.1.7
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: A software library for MTP media players
|
||||
URL: http://libmtp.sourceforge.net/
|
||||
|
||||
Group: System Environment/Libraries
|
||||
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: config.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+
|
||||
Requires: udev
|
||||
@ -46,7 +45,6 @@ library for MTP media players.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .configh
|
||||
|
||||
%build
|
||||
%configure --disable-static \
|
||||
@ -109,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 26 2014 Linus Walleij <triad@df.lth.se> - 1.1.8-1
|
||||
- Get the bug fix below from upstream instead.
|
||||
|
||||
* Tue Aug 26 2014 Linus Walleij <triad@df.lth.se> - 1.1.7-2
|
||||
- Fix an include problem. Or try to.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user