Upstream release and fix multilib conflict.
This commit is contained in:
parent
c53cf52b9b
commit
beb20ee134
@ -1 +1 @@
|
|||||||
libmtp-0.3.4.tar.gz
|
libmtp-0.3.5.tar.gz
|
||||||
|
13
libmtp.spec
13
libmtp.spec
@ -2,7 +2,7 @@
|
|||||||
# RPM repository.
|
# RPM repository.
|
||||||
|
|
||||||
Name: libmtp
|
Name: libmtp
|
||||||
Version: 0.3.4
|
Version: 0.3.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A software library for MTP media players
|
Summary: A software library for MTP media players
|
||||||
URL: http://libmtp.sourceforge.net/
|
URL: http://libmtp.sourceforge.net/
|
||||||
@ -73,6 +73,13 @@ touch -r configure.ac \
|
|||||||
$RPM_BUILD_ROOT%{_includedir}/*.h \
|
$RPM_BUILD_ROOT%{_includedir}/*.h \
|
||||||
$RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc \
|
$RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libmtp.fdi
|
$RPM_BUILD_ROOT%{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libmtp.fdi
|
||||||
|
# Remove the Doxygen HTML documentation, this get different
|
||||||
|
# each time it is generated and thus creates multiarch conflicts.
|
||||||
|
# I don't want to pre-generate it but will instead wait for upstream
|
||||||
|
# to find a suitable solution that will always bring the same files,
|
||||||
|
# or that Doxygen is fixed not to do this.
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -99,6 +106,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 21 2008 Linus Walleij <triad@df.lth.se> 0.3.5-1
|
||||||
|
- New upstream bugfix release.
|
||||||
|
- Nuke documentation again. Multilib no like.
|
||||||
|
|
||||||
* Fri Nov 7 2008 Linus Walleij <triad@df.lth.se> 0.3.4-1
|
* Fri Nov 7 2008 Linus Walleij <triad@df.lth.se> 0.3.4-1
|
||||||
- New upstream bugfix release.
|
- New upstream bugfix release.
|
||||||
- Bastiens patch is upstreamed, dropping that patch.
|
- Bastiens patch is upstreamed, dropping that patch.
|
||||||
|
Loading…
Reference in New Issue
Block a user