rpms/libssh/F-12 libssh.spec,1.3,1.4 sources,1.2,1.3

Jan F. Chadima jfch2222 at fedoraproject.org
Fri Dec 11 08:39:05 UTC 2009


Author: jfch2222

Update of /cvs/pkgs/rpms/libssh/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5187

Modified Files:
	libssh.spec sources 
Log Message:
bounce versionn to 0.4.0


Index: libssh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libssh/F-12/libssh.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libssh.spec	21 Aug 2009 14:21:43 -0000	1.3
+++ libssh.spec	11 Dec 2009 08:39:05 -0000	1.4
@@ -1,17 +1,18 @@
 Name:           libssh
-Version:        0.2 
-Release:        4%{?dist}
+Version:        0.4.0 
+Release:        1%{?dist}
 Summary:        A library implementing the SSH2 protocol (0xbadc0de version)
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
-URL:            http://0xbadc0de.be/?part=libssh
-Source0:        http://0xbadc0de.be/libssh/%{name}-%{version}.tgz
-Patch0:         libssh-0.2-libdir.patch
+#original URL:	http://0xbadc0de.be/?part=libssh
+URL:            http://www.libssh.org/
+Source0:        http://www.libssh.org/files/rc/%{name}-%{version}.tar.gz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel   
+BuildRequires:  cmake
 
 %description
 The SSH library with
@@ -33,14 +34,16 @@ developing applications that use %{name}
 
 %prep
 %setup -q
-%patch0 -p1 -b .libdir
 
 %build
-%configure --disable-static --enable-shared
-make # doesn't build with %{?_smp_mflags}
+mkdir obj
+cd obj
+%cmake ..
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
+cd obj
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} + 
 chmod 644 $RPM_BUILD_ROOT/usr/include/libssh/*
@@ -54,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGELOG COPYING README
+%doc AUTHORS BSD ChangeLog COPYING README
 %{_libdir}/*.so.*
 
 %files devel
@@ -63,6 +66,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 
 %changelog
+* Fri Dec 11 2009 Jan F. Chadima <jchadima at redhat.com> - 0.4.0-1
+- bounce versionn to 0.4.0 (#541010)
+
+* Thu Nov 26 2009 Jan F. Chadima <jchadima at redhat.com> - 0.3.92-2
+- typo in spec file
+
+* Thu Nov 26 2009 Jan F. Chadima <jchadima at redhat.com> - 0.3.92-1
+- bounce versionn to 0.3.92 (0.4 beta2) (#541010)
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 0.2-4
 - rebuilt with new openssl
 
@@ -74,3 +86,4 @@ rm -rf $RPM_BUILD_ROOT
 
 * Mon Jun 01 2009 Jan F. Chadima <jchadima at redhat.com> - 0.2-1
 - Initial build
+


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libssh/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	4 Jun 2009 13:12:03 -0000	1.2
+++ sources	11 Dec 2009 08:39:05 -0000	1.3
@@ -1 +1 @@
-8a76c03579a3e27046e6bafe88ffd171  libssh-0.2.tgz
+bcb3d567bacd54c9f6b5b0e8c4d1102c  libssh-0.4.0.tar.gz




More information about the fedora-extras-commits mailing list