From 97f5d36fea575888d5beb2531b89dadf3c7bd170 Mon Sep 17 00:00:00 2001 From: James Duley Date: Sat, 14 May 2016 16:24:44 +0100 Subject: [PATCH] LP-317: Make rpm spec less sensitive to file changes by including everything rather than explicitly listing files Also removes hardcoded project name --- package/linux/rpmspec.in | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/package/linux/rpmspec.in b/package/linux/rpmspec.in index 3b783ac66..330a36f7b 100644 --- a/package/linux/rpmspec.in +++ b/package/linux/rpmspec.in @@ -82,25 +82,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc README.md CREDITS.txt WHATSNEW.txt %doc GPLv3.txt -%{_bindir}/librepilot-gcs -%{_udevrulesdir}/45-librepilot.rules -%{_datadir}/applications/librepilot.desktop -%{_datadir}/librepilot-gcs/* -%{_datadir}/pixmaps/librepilot.png -%{_libdir}/librepilot-gcs/plugins/LibrePilot/*.pluginspec -%{_libdir}/librepilot-gcs/plugins/LibrePilot/*.so -# -%{_libdir}/librepilot-gcs/libAggregation.so.1* -%{_libdir}/librepilot-gcs/libExtensionSystem.so.1* -%{_libdir}/librepilot-gcs/libopmapwidget.so.1* -%{_libdir}/librepilot-gcs/libQScienceSpinBox.so.1* -%{_libdir}/librepilot-gcs/libQtConcurrent.so.1* -%{_libdir}/librepilot-gcs/libQwt.so.1* -%{_libdir}/librepilot-gcs/libsdlgamepad.so.1* -%{_libdir}/librepilot-gcs/libUtils.so.1* -%{_libdir}/librepilot-gcs/libVersionInfo.so.1* -# -%{_libdir}/librepilot-gcs/lib*.so +%{_bindir}/* +%{_udevrulesdir}/* +%{_datadir}/* +%{_libdir}/* %changelog