Bug 1197370

Summary: RFE: support for cmake
Product: [Fedora] Fedora Reporter: Raphael Groner <projects.rg>
Component: leveldbAssignee: Peter Lemenkov <lemenkov>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ignatenko, lemenkov, puntogil
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://www.cmake.org/cmake/help/v3.0/command/find_package.html
Whiteboard:
Fixed In Version: leveldb-1.21-1.fc30 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-07 17:47:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
FindLevelDB.cmake none

Description Raphael Groner 2015-02-28 20:31:03 UTC
Created attachment 996533 [details]
FindLevelDB.cmake

Description of problem:
Please add the attached file to cmake package to support cmake builds.

Version-Release number of selected component (if applicable):
rawhide, f22, f21

How reproducible:
-

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
https://raw.githubusercontent.com/bitcoinjs/bzing/master/cmake/FindLevelDB.cmake

Comment 1 Raphael Groner 2016-02-11 12:16:55 UTC
Friendly ping?
Gil, are you the new maintainer of this package?

Comment 2 gil cattaneo 2016-02-11 12:46:03 UTC
(In reply to Raphael Groner from comment #1)
> Friendly ping?
> Gil, are you the new maintainer of this package?
No, i'm only a fans (co-maintainer) ...

Comment 3 Raphael Groner 2016-02-11 15:18:52 UTC
So... is this package actively maintained? Friendly ping to the (real) maintainer. I could help as a co-maintainer as well, please approve my request in PkgDB.

Comment 4 Raphael Groner 2016-02-11 15:20:21 UTC
By the way, there's version 1.18 available at upstream. I added leveldb to anitya.

Comment 5 Igor Gnatenko 2016-08-07 17:47:33 UTC
That Find file will never work as we don't package static lib. those ones who wants to use CMake - feel free to use pkgconfig module for CMake.