mirror of
https://github.com/Fishwaldo/LEDMessageBoard.git
synced 2025-07-07 13:28:21 +00:00
update spec
This commit is contained in:
parent
6a453c9401
commit
e6cbeaa387
1 changed files with 4 additions and 7 deletions
11
dist/LMBd.spec
vendored
11
dist/LMBd.spec
vendored
|
@ -3,8 +3,8 @@ Group: Productivity/Networking/Other
|
||||||
Summary: Led Message Board Driver Daemon
|
Summary: Led Message Board Driver Daemon
|
||||||
URL: https://github.com/Fishwaldo/LEDMessageBoard
|
URL: https://github.com/Fishwaldo/LEDMessageBoard
|
||||||
License: GPL
|
License: GPL
|
||||||
Version: 1.0
|
Version: 1.0.1445180435.6a453c9
|
||||||
Release: 1
|
Release: 0
|
||||||
BuildRequires: gcc-c++ cmake boost-devel boost-thread boost-log boost-filesystem
|
BuildRequires: gcc-c++ cmake boost-devel boost-thread boost-log boost-filesystem
|
||||||
|
|
||||||
Source0: LMBd-%{version}.tar.gz
|
Source0: LMBd-%{version}.tar.gz
|
||||||
|
@ -23,16 +23,13 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -Dlib_dir=%{_libdir} -G "Unix Makefiles"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=${RPM_BUILD_ROOT}
|
make install DESTDIR=${RPM_BUILD_ROOT} && cd ..
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
#%{_prefix}/sbin/ozwlogapp
|
%{_prefix}/bin/LMBd
|
||||||
#%{_prefix}/lib/systemd/system/*
|
|
||||||
#%doc README
|
#%doc README
|
||||||
#%attr(775, ozwwebapp, ozwwebapp) %dir %{_localstatedir}/www/ozwwebapp/
|
|
||||||
#%attr(775, ozwwebapp, ozwwebapp) %{_localstatedir}/www/ozwwebapp/
|
|
||||||
#%config /etc/ozwwebapp/*
|
#%config /etc/ozwwebapp/*
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue