[nut] fix list of ssl libraries in libupsclient.pc

Michal Hlavinka mhlavink at fedoraproject.org
Mon Mar 28 12:58:48 UTC 2011


commit f5ce65e2663ae37fa722aab6635831fe04381a1c
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Mar 28 14:58:37 2011 +0200

    fix list of ssl libraries in libupsclient.pc

 nut.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nut.spec b/nut.spec
index 0e0ac43..0075308 100644
--- a/nut.spec
+++ b/nut.spec
@@ -14,7 +14,7 @@
 Summary: Network UPS Tools
 Name: nut
 Version: 2.6.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Applications/System
 License: GPLv2+
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -125,6 +125,7 @@ necessary to develop NUT client applications.
 sed -i 's|=NUT-Monitor|=nut-monitor|'  scripts/python/app/nut-monitor.desktop
 sed -i "s|sys.argv\[0\]|'%{_datadir}/%{name}/nut-monitor/nut-monitor'|" scripts/python/app/NUT-Monitor
 sed -i 's|LIBSSL_LDFLAGS|LIBSSL_LIBS|' lib/libupsclient-config.in
+sed -i 's|LIBSSL_LDFLAGS|LIBSSL_LIBS|' lib/libupsclient.pc.in
 
 %build
 autoreconf -i
@@ -382,6 +383,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/libupsclient.pc
 
 %changelog
+* Mon Mar 28 2011 Michal Hlavinka <mhlavink at redhat.com> - 2.6.0-4
+- fix list of ssl libraries in libupsclient.pc
+
 * Mon Feb 21 2011 Michal Hlavinka <mhlavink at redhat.com> - 2.6.0-3
 - add nut-monitor (gui) to client sub-package
 


More information about the scm-commits mailing list