-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from I2SE/master
Some fixes and spec file update
- Loading branch information
Showing
9 changed files
with
40 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
|
||
Summary: Open version of the Qualcomm Atheros Powerline Toolkit | ||
Name: open-plc-utils | ||
Version: 0.0.2 | ||
Version: 0.0.3 | ||
Release: 1 | ||
Source: https://codeload.github.com/qca/open-plc-utils/zip/master/open-plc-utils-master.zip | ||
URL: https://github.com/qca/open-plc-utils.git | ||
License: ISC | ||
License: BSD | ||
Vendor: Qualcomm-Atheros <[email protected]> | ||
Group: Productivity/Networking/Diagnostic | ||
BuildRoot: {_tmppath}/%{name}-%{version}-build | ||
|
@@ -18,6 +18,15 @@ AutoReqProv: on | |
This package installs the tools required to configure Qualcomm-Atheros | ||
Powerline devices on the network. | ||
|
||
%package slac | ||
License: BSD | ||
Summary: SLAC tools of the Qualcomm Atheros Powerline Toolkit | ||
Group: Development/Tools/Other | ||
AutoReqProv: on | ||
|
||
%description slac | ||
This package installs the tools for Signal Level Attenuation Characterization. | ||
|
||
%prep -q | ||
%setup -n open-plc-utils-master | ||
|
||
|
@@ -250,6 +259,17 @@ rm -rf "%buildroot" | |
%{_mandir}/man1/weeder.1.gz | ||
%{_mandir}/man1/xml2pib.1.gz | ||
|
||
%files slac | ||
%defattr (-,root,root) | ||
/usr/local/bin/evse | ||
/usr/local/bin/pev | ||
%{_mandir}/man1/evse.1.gz | ||
%{_mandir}/man1/pev.1.gz | ||
|
||
%changelog | ||
* Thu Nov 14 2013 Stefan Wahren <[email protected]> - 0.0.3-1 | ||
- Update License | ||
- Add new package slac | ||
|
||
* Sat Aug 31 2013 Stefan Wahren <[email protected]> - 0.0.2-1 | ||
- Initial package based on the debian branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -270,6 +270,7 @@ struct plc plc = | |
PLC_COUNT, | ||
PLC_INDEX, | ||
PLC_FLAGS, | ||
PLC_FLAGS, | ||
}; | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#!/bin/sh | ||
# file: slac/pl16-evse.sh | ||
|
||
# ==================================================================== | ||
|