[mingw-libssh2: 12/14] Renamed the source package to mingw-libssh2 (#800434)

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 19:40:12 UTC 2012


commit b7ae9ff337cb188658e67389e9b295e31193f8be
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 6 21:36:25 2012 +0200

    Renamed the source package to mingw-libssh2 (#800434)

 mingw32-libssh2.spec => mingw-libssh2.spec |   28 ++++++++++++++++++++--------
 1 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/mingw32-libssh2.spec b/mingw-libssh2.spec
similarity index 83%
rename from mingw32-libssh2.spec
rename to mingw-libssh2.spec
index af24308..fcb7a30 100644
--- a/mingw32-libssh2.spec
+++ b/mingw-libssh2.spec
@@ -5,9 +5,9 @@
 %global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-libssh2
+Name:           mingw-libssh2
 Version:        1.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        MinGW Windows library implementation of the SSH2 protocol
 
 License:        BSD
@@ -24,21 +24,30 @@ BuildRequires:  mingw32-binutils
 BuildRequires:  mingw32-openssl
 BuildRequires:  mingw32-zlib
 
+%description
+libssh2 is a library implementing the SSH2 protocol as defined by
+Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25),
+SECSH-CONNECTION(23), SECSH-ARCH(20), SECSH-FILEXFER(06)*,
+SECSH-DHGEX(04), and SECSH-NUMBERS(10).
+
+
+%package -n mingw32-libssh2
+Summary:        MinGW Windows library implementation of the SSH2 protocol
 Requires:       pkgconfig
 
-%description
+%description -n mingw32-libssh2
 libssh2 is a library implementing the SSH2 protocol as defined by
 Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25),
 SECSH-CONNECTION(23), SECSH-ARCH(20), SECSH-FILEXFER(06)*,
 SECSH-DHGEX(04), and SECSH-NUMBERS(10).
 
 
-%package static
+%package -n mingw32-libssh2-static
 Summary:        Static version of the MinGW Windows SSH2 library
-Requires:       %{name} = %{version}-%{release}
+Requires:       mingw32-libssh2 = %{version}-%{release}
 Group:          Development/Libraries
 
-%description static
+%description -n mingw32-libssh2-static
 Static version of the MinGW Windows SSH2 library.
 
 
@@ -66,7 +75,7 @@ rm -r $RPM_BUILD_ROOT%{_mingw32_mandir}/man3
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -n mingw32-libssh2
 %defattr(-,root,root,-)
 %doc COPYING
 %{_mingw32_bindir}/libssh2-1.dll
@@ -77,12 +86,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_includedir}/libssh2_sftp.h
 
 
-%files static
+%files -n mingw32-libssh2-static
 %defattr(-,root,root,-)
 %{_mingw32_libdir}/libssh2.a
 
 
 %changelog
+* Tue Mar 06 2012 Kalev Lember <kalevlember at gmail.com> - 1.1-9
+- Renamed the source package to mingw-libssh2 (#800434)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.1-8
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list