]> git.pld-linux.org Git - packages/neon.git/commitdiff
- more verbose files, ghost soname symlink
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Feb 2008 21:26:49 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated ac BR
- License is LGPL (v2+)

Changed files:
    neon.spec -> 1.70

neon.spec

index 3ec59fd3a8fe324a984fbb8598d6404c4ea7ab6c..524a500b65cbd579a6c22fdf320a3d89cc34241b 100644 (file)
--- a/neon.spec
+++ b/neon.spec
@@ -8,12 +8,12 @@ Summary(pl.UTF-8):    Biblioteka kliencka HTTP i WebDAV
 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
@@ -121,19 +121,22 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.176423 seconds and 4 git commands to generate.