SPECS: neon.spec - more verbose files, ghost soname symlink - upda...

qboosh qboosh at pld-linux.org
Thu Feb 21 22:26:54 CET 2008


Author: qboosh                       Date: Thu Feb 21 21:26:54 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more verbose files, ghost soname symlink
- updated ac BR
- License is LGPL (v2+)

---- Files affected:
SPECS:
   neon.spec (1.69 -> 1.70) 

---- Diffs:

================================================================
Index: SPECS/neon.spec
diff -u SPECS/neon.spec:1.69 SPECS/neon.spec:1.70
--- SPECS/neon.spec:1.69	Sat Feb  9 00:17:41 2008
+++ SPECS/neon.spec	Thu Feb 21 22:26:49 2008
@@ -9,12 +9,12 @@
 Name:		neon
 Version:	0.28.0
 Release:	1
-License:	GPL
+License:	LGPL v2+
 Group:		Libraries
 Source0:	http://www.webdav.org/neon/%{name}-%{version}.tar.gz
 # Source0-md5:	9d938e1e46003cae11d9e6f596da8c95
 URL:		http://www.webdav.org/neon/
-BuildRequires:	autoconf >= 2.53
+BuildRequires:	autoconf >= 2.58
 BuildRequires:	automake
 %{?with_kerberos5:BuildRequires:	krb5-devel}
 BuildRequires:	libtool
@@ -122,21 +122,24 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/*.txt doc/html/*
-%attr(755,root,root) %{_libdir}/*.so.*.*
+%attr(755,root,root) %{_libdir}/libneon.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libneon.so.27
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/neon-config
-%attr(755,root,root) %{_libdir}/*.so
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libneon.so
+%{_libdir}/libneon.la
 %{_includedir}/neon
-%{_mandir}/man*/*
 %{_pkgconfigdir}/neon.pc
+%{_mandir}/man1/neon-config.1*
+%{_mandir}/man3/ne_*.3*
+%{_mandir}/man3/neon.3*
 
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libneon.a
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -145,6 +148,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.70  2008-02-21 21:26:49  qboosh
+- more verbose files, ghost soname symlink
+- updated ac BR
+- License is LGPL (v2+)
+
 Revision 1.69  2008-02-08 23:17:41  arekm
 - up to 0.28.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/neon.spec?r1=1.69&r2=1.70&f=u



More information about the pld-cvs-commit mailing list