Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sensorfw] Fixes MER#1159 dont package setup script
  • Loading branch information
Lorn Potter committed Jul 8, 2015
1 parent d70ae48 commit 8583517
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions rpm/sensorfw-qt5.spec
Expand Up @@ -7,7 +7,6 @@ License: LGPLv2+
URL: http://gitorious.org/sensorfw
Source0: %{name}-%{version}.tar.bz2
Source1: sensorfwd.service
Source2: sensord-daemon-conf-setup
Requires: qt5-qtcore
Requires: sensord-configs
Requires: systemd
Expand Down Expand Up @@ -103,7 +102,6 @@ export QT_SELECT=5
%qmake5_install

install -D -m644 %{SOURCE1} $RPM_BUILD_ROOT/%{_unitdir}/sensorfwd.service
install -D -m750 %{SOURCE2} $RPM_BUILD_ROOT/%{_bindir}/sensord-daemon-conf-setup

mkdir -p %{buildroot}/%{_unitdir}/graphical.target.wants
ln -s ../sensorfwd.service %{buildroot}/%{_unitdir}/graphical.target.wants/sensorfwd.service
Expand Down Expand Up @@ -139,7 +137,6 @@ systemctl daemon-reload || :
%dir %{_sysconfdir}/sensorfw
%{_unitdir}/sensorfwd.service
%{_unitdir}/graphical.target.wants/sensorfwd.service
%{_bindir}/sensord-daemon-conf-setup

%files devel
%defattr(-,root,root,-)
Expand Down
4 changes: 0 additions & 4 deletions sensorfw.pro
Expand Up @@ -69,10 +69,6 @@ equals(QT_MAJOR_VERSION, 5): {
SENSORDCONFIGFILES.path = /etc/sensorfw/sensord.conf.d
INSTALLS += SENSORDCONFIGFILES

SENSORDCONFIGHELPER.files = config/sensord-daemon-conf-setup
SENSORDCONFIGHELPER.path = /usr/bin
INSTALLS += SENSORDCONFIGHELPER

SENSORSYSTEMD.files = rpm/sensord.service
SENSORSYSTEMD.path = /lib/systemd/system
INSTALLS += SENSORSYSTEMD
Expand Down

0 comments on commit 8583517

Please sign in to comment.