rpms/libssh2/EL-5 libssh2.spec,1.4,1.5

David Juran (djuran) fedora-extras-commits at redhat.com
Tue Jul 15 14:11:49 UTC 2008


Author: djuran

Update of /cvs/pkgs/rpms/libssh2/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4309

Modified Files:
	libssh2.spec 
Log Message:
adapted for EPEL



Index: libssh2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libssh2/EL-5/libssh2.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libssh2.spec	18 Feb 2008 23:06:21 -0000	1.4
+++ libssh2.spec	15 Jul 2008 14:10:53 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           libssh2
 Version:        0.18
-Release:        7%{?dist}
+Release:        9%{?dist}
 Summary:        A library implementing the SSH2 protocol
 
 Group:          System Environment/Libraries
@@ -11,6 +11,7 @@
 
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel   
+BuildRequires:  pkgconfig
 
 %description
 libssh2 is a library implementing the SSH2 protocol as defined by
@@ -57,12 +58,12 @@
 rm -rf %{buildroot}
 
 make install DESTDIR=%{buildroot} INSTALL="install -p"
-find %{buildroot} -name '*.la' -exec rm -f {} + 
+find %{buildroot} -name '*.la' -exec rm -f {} \; 
 
 # clean things up a bit for packaging
 ( cd example && make clean )
 rm -rf example/simple/.deps 
-find example/ -type f '(' -name '*.am' -o -name '*.in' ')' -exec rm -v {} +
+find example/ -type f '(' -name '*.am' -o -name '*.in' ')' -exec rm -v {} \;
 
 %check
 (cd tests && make check)
@@ -93,6 +94,12 @@
 %{_libdir}/*.so
 
 %changelog
+* Tue Jul 15 2008 David Juran <djuran at redhat.com> - 0.18-9
+- Tagging sillyness
+
+* Tue Jul  1 2008  <djuran at redhat.com> - 0.18-8
+- Adapted for EPEL
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.18-7
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list