rpms/libssh2/devel libssh2.spec,1.15,1.16

Chris Weyl cweyl at fedoraproject.org
Wed Jan 20 17:44:18 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/libssh2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29046

Modified Files:
	libssh2.spec 
Log Message:
* Wed Jan 20 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.2.2-5
- pkgconfig dep should be with -devel, not -docs



Index: libssh2.spec
===================================================================
RCS file: /cvs/extras/rpms/libssh2/devel/libssh2.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- libssh2.spec	19 Jan 2010 06:18:57 -0000	1.15
+++ libssh2.spec	20 Jan 2010 17:44:18 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           libssh2
 Version:        1.2.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A library implementing the SSH2 protocol
 
 Group:          System Environment/Libraries
@@ -29,6 +29,7 @@ SECSH-DHGEX(04), and SECSH-NUMBERS(10).
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -38,7 +39,6 @@ developing applications that use %{name}
 Summary:        Documentation for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       pkgconfig
 
 %description    docs
 The %{name}-docs package contains man pages and examples for
@@ -104,6 +104,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Jan 20 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.2.2-5
+- pkgconfig dep should be with -devel, not -docs
+
 * Mon Jan 18 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.2.2-4
 - enable tests; conditionalize sshd test, which fails with a funky SElinux
   error when run locally



More information about the scm-commits mailing list