Another patch from Dan, rolling a new release.
This commit is contained in:
parent
6b5e6d9435
commit
1f052f5111
10
libmtp.spec
10
libmtp.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: libmtp
|
Name: libmtp
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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/
|
||||||
|
|
||||||
@ -47,9 +47,8 @@ library for MTP media players.
|
|||||||
%build
|
%build
|
||||||
%configure --disable-static --program-prefix=mtp-
|
%configure --disable-static --program-prefix=mtp-
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
# Remove permissions from symlink in udev script, we use
|
# Remove permissions from udev rules, but register for ACL management
|
||||||
# HALd rules to fix the permissions instead.
|
examples/hotplug -a"SYMLINK+=\"libmtp-%k\", ENV{ACL_MANAGE}=\"1\"" > libmtp.rules
|
||||||
examples/hotplug -a"SYMLINK+=\"libmtp-%k\"" > libmtp.rules
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -117,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Sep 12 2009 Linus Walleij <triad@df.lth.se> 1.0.1-1
|
||||||
- New upstream release. No interface changes!
|
- New upstream release. No interface changes!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user