SPECS: libssh2.spec - more verbose files, more docs

qboosh qboosh at pld-linux.org
Mon Jul 2 17:57:24 CEST 2007


Author: qboosh                       Date: Mon Jul  2 15:57:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more verbose files, more docs

---- Files affected:
SPECS:
   libssh2.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/libssh2.spec
diff -u SPECS/libssh2.spec:1.17 SPECS/libssh2.spec:1.18
--- SPECS/libssh2.spec:1.17	Sun Jul  1 22:23:38 2007
+++ SPECS/libssh2.spec	Mon Jul  2 17:57:19 2007
@@ -121,8 +121,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT \
-	libdir=%{_libdir}
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -132,19 +131,20 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%doc AUTHORS COPYING ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libssh2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libssh2.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/*
-%{_libdir}/lib*.la
-%{_mandir}/man3/*
+%attr(755,root,root) %{_libdir}/libssh2.so
+%{_libdir}/libssh2.la
+%{_includedir}/libssh2*.h
+%{_mandir}/man3/libssh2_*.3*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libssh2.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -152,6 +152,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2007/07/02 15:57:19  qboosh
+- more verbose files, more docs
+
 Revision 1.17  2007/07/01 20:23:38  arekm
 - up to 0.15
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libssh2.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list