Another patch from Dan, rolling a new release.

This commit is contained in:
Linus Walleij 2009-12-01 17:21:42 +00:00
parent 6b5e6d9435
commit 1f052f5111

View File

@ -3,7 +3,7 @@
Name: libmtp
Version: 1.0.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A software library for MTP media players
URL: http://libmtp.sourceforge.net/
@ -47,9 +47,8 @@ library for MTP media players.
%build
%configure --disable-static --program-prefix=mtp-
make %{?_smp_mflags}
# Remove permissions from symlink in udev script, we use
# HALd rules to fix the permissions instead.
examples/hotplug -a"SYMLINK+=\"libmtp-%k\"" > libmtp.rules
# Remove permissions from udev rules, but register for ACL management
examples/hotplug -a"SYMLINK+=\"libmtp-%k\", ENV{ACL_MANAGE}=\"1\"" > libmtp.rules
%install
rm -rf $RPM_BUILD_ROOT
@ -117,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Dec 1 2009 Linus Walleij <triad@df.lth.se> 1.0.1-2
- Two patches from Dan Nicholson to fix up the udev rules a bit.
* Sat Sep 12 2009 Linus Walleij <triad@df.lth.se> 1.0.1-1
- New upstream release. No interface changes!