rpms/libssh/F-11 libssh.spec,1.1,1.2 sources,1.2,1.3

Jan F. Chadima jfch2222 at fedoraproject.org
Fri Dec 11 09:53:37 UTC 2009


Author: jfch2222

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

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


Index: libssh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libssh/F-11/libssh.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libssh.spec	4 Jun 2009 13:15:32 -0000	1.1
+++ libssh.spec	11 Dec 2009 09:53:37 -0000	1.2
@@ -1,17 +1,18 @@
 Name:           libssh
-Version:        0.2 
-Release:        2%{?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,8 +66,24 @@ 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
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Tue Jun 02 2009 Jan F. Chadima <jchadima at redhat.com> - 0.2-2
 - Small changes during review
 
 * 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-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	4 Jun 2009 13:15:32 -0000	1.2
+++ sources	11 Dec 2009 09:53:37 -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