Bug 1183001 (kdecoration)
| Summary: | Review Request: kdecoration - Plugin-based library to create window decorations | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniel Vrátil <dvratil> |
| Component: | Package Review | Assignee: | Jan Grulich <jgrulich> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | jeischma, jgrulich, kevin, package-review, rdieter |
| Target Milestone: | --- | Flags: | jgrulich:
fedora-review+
gwync: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-29 15:01:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1135103 | ||
|
Description
Daniel Vrátil
2015-01-16 11:43:45 UTC
> sed -i "s/set(KDECORATION2_INCLUDEDIR \"\${CMAKE_INSTALL_INCLUDEDIR}\/KDecoration2\")//" CMakeLists.txt
> sed -i "s/\${KDECORATION2_INCLUDEDIR}/\${KF5_INCLUDE_INSTALL_DIR}\/KDecoration2/g" src/CMakeLists.txt src/private/CMakeLists.txt
Why not simply:
sed -i "s/set(KDECORATION2_INCLUDEDIR \"\${CMAKE_INSTALL_INCLUDEDIR}\/KDecoration2\")/set(KDECORATION2_INCLUDEDIR \"\${KF5_INCLUDE_INSTALL_DIR}\/KDecoration2\")/" CMakeLists.txt
?
Spec URL: https://dvratil.fedorapeople.org/plasma5/review/kdecoration.spec SRPM URL: https://dvratil.fedorapeople.org/plasma5/review/kdecoration-5.1.95-2.beta.fc21.src.rpm Simplified the sed replacement, thanks Kevin. Rpmlint
-------
Checking: kdecoration-5.1.95-2.beta.fc20.x86_64.rpm
kdecoration-devel-5.1.95-2.beta.fc20.x86_64.rpm
kdecoration-5.1.95-2.beta.fc20.src.rpm
kdecoration.x86_64: W: spelling-error Summary(en_US) libraty -> library, Libra
kdecoration.x86_64: W: spelling-error %description -l en_US libraty -> library, Libra
kdecoration-devel.x86_64: W: only-non-binary-in-usr-lib
kdecoration-devel.x86_64: W: no-documentation
kdecoration.src: W: spelling-error Summary(en_US) libraty -> library, Libra
kdecoration.src: W: spelling-error %description -l en_US libraty -> library, Libra
3 packages and 0 specfiles checked; 0 errors, 6 warnings.
1) You have a typo in description
2) Wrong url
No other issue spotted and none from mentioned issues is blocking, APPROVED.
New Package SCM Request ======================= Package Name: kdecoration Short Description: Plugin-based library to create window decorations Upstream URL: https://projects.kde.org/projects/kde/workspace/kdecoration Owners: group::kde-sig Branches: InitialCC: Git done (by process-git-requests). |