SHA256
1
0
forked from pool/neon

Accepting request 288865 from home:pluskalm:branches:devel:libraries:c_c++

- Cleanup spec file with spec-cleaner
- Add gpg signature
- Enable tests
- Use fdupes to remove duplicates
- Update to 0.30.1
  * small changes, for details see included ChangeLog

OBS-URL: https://build.opensuse.org/request/show/288865
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=37
This commit is contained in:
2015-03-04 18:32:43 +00:00
committed by Git OBS Bridge
parent aa37ad4090
commit 539bcf78b0
7 changed files with 76 additions and 28 deletions

View File

@@ -1,6 +1,8 @@
--- neon-config.in
Index: neon-config.in
===================================================================
--- neon-config.in.orig
+++ neon-config.in
@@ -73,7 +73,7 @@
@@ -73,7 +73,7 @@ while test $# -gt 0; do
;;
--libs)
@@ -9,12 +11,3 @@
# Don't add standard library paths
if test "$prefix" != "/usr"; then
LIBS="-L${libdir} ${LIBS}"
--- neon.pc.in
+++ neon.pc.in
@@ -7,5 +7,5 @@
Description: HTTP/WebDAV client library
Version: @NEON_VERSION@
Libs.private: @NEON_LIBS@
-Libs: -L${libdir} -lneon @NEON_PC_LIBS@
+Libs: -L${libdir} -lneon
Cflags: -I${includedir}/neon @NEON_CFLAGS@