SPECS: apr_memcache.spec - ghost soname symlink - devel deps

qboosh qboosh at pld-linux.org
Sat Jan 5 15:42:38 CET 2008


Author: qboosh                       Date: Sat Jan  5 14:42:38 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ghost soname symlink
- devel deps

---- Files affected:
SPECS:
   apr_memcache.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/apr_memcache.spec
diff -u SPECS/apr_memcache.spec:1.3 SPECS/apr_memcache.spec:1.4
--- SPECS/apr_memcache.spec:1.3	Sat Jan  5 15:31:36 2008
+++ SPECS/apr_memcache.spec	Sat Jan  5 15:42:33 2008
@@ -4,7 +4,7 @@
 Name:		apr_memcache
 Version:	0.7.0
 Release:	1
-License:	Apache
+License:	Apache 2.0
 Group:		Libraries
 Source0:	http://www.outoforder.cc/downloads/apr_memcache/%{name}-%{version}.tar.bz2
 # Source0-md5:	1d62fea9253d17d304cfe9b26813ef4c
@@ -12,7 +12,7 @@
 URL:		http://www.outoforder.cc/projects/libs/apr_memcache/
 BuildRequires:	apr-devel >= 1:1.2.2
 BuildRequires:	apr-util-devel >= 1:1.2.2
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
 BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,6 +33,8 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe apr_memcache
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	apr-devel >= 1:1.2.2
+Requires:	apr-util-devel >= 1:1.2.2
 
 %description devel
 Header files for apr_memcache.
@@ -85,17 +87,18 @@
 %files
 %defattr(644,root,root,755)
 %doc LICENSE NOTICE test
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%attr(755,root,root) %{_libdir}/libapr_memcache.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libapr_memcache.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libapr_memcache.so
+%{_libdir}/libapr_memcache.la
 %{_includedir}/apr_memcache-0
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libapr_memcache.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -103,6 +106,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008-01-05 14:42:33  qboosh
+- ghost soname symlink
+- devel deps
+
 Revision 1.3  2008-01-05 14:31:36  qboosh
 - pl, typos
 - unified License format
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apr_memcache.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list