Minor spec file cleanup

Use %license macro, remove defattr() that's unneeded with current
rpmbuild, use %make_install macro.
epel9
Kalev Lember 10 years ago
parent c2f2795655
commit 9475b26edc

@ -31,12 +31,12 @@ make %{?_smp_mflags}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT %make_install
%files %files
%defattr(-,root,root,-) %license COPYING
%doc COPYING README NEWS AUTHORS %doc README NEWS AUTHORS
/usr/share/media-player-info /usr/share/media-player-info
/usr/lib/udev/rules.d/* /usr/lib/udev/rules.d/*
/usr/lib/udev/hwdb.d/20-usb-media-players.hwdb /usr/lib/udev/hwdb.d/20-usb-media-players.hwdb

Loading…
Cancel
Save