FS#52184 - [smbclient] Incorrect version in /usr/lib/pkgconfig/smbclient.pc

Attached to Project: Arch Linux
Opened by Konstantin Gribov (gross) - Saturday, 17 December 2016, 03:04 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 25 December 2016, 20:15 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
`pkg-config` data is broken: `/usr/lib/pkgconfig/smbclient.pc` contains version *0.2.3* for libsmbclient. It should be equal 4.5.2, I guess.

Additional info:
* smbclient 4.5.2-1

Steps to reproduce:
* `pkg-config --libs --cflags "smbclient >= 4.0"`

Actual result:
```
Requested 'smbclient >= 4.0' but version of smbclient is 0.2.3
You may find new versions of smbclient at http://www.samba.org/
```

Expected result:
```
-I/usr/include/samba-4.0 -lsmbclient
```
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 25 December 2016, 20:15 GMT
Reason for closing:  Not a bug
Comment by Konstantin Gribov (gross) - Sunday, 25 December 2016, 17:51 GMT
Ticket can be closed. Exposing 0.2.3 is perfectly OK, it's their ABI version instead of Samba version.

Loading...