summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2008-01-05 01:09:28 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitac1759159bf1bb7a779825172ee8248d5dec8c9f (patch)
tree3119572f9b5269a0133a4f147269c2fe67ba9e42
parenta45f76b4e92f68a37830d6875f2dc6d4bcba4175 (diff)
downloadmozldap-ac1759159bf1bb7a779825172ee8248d5dec8c9f.zip
mozldap-ac1759159bf1bb7a779825172ee8248d5dec8c9f.tar.gz
- updated to 6.0.5
- ghost soname symlinks Changed files: mozldap.spec -> 1.25
-rw-r--r--mozldap.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/mozldap.spec b/mozldap.spec
index 6b2b9d2..909cab7 100644
--- a/mozldap.spec
+++ b/mozldap.spec
@@ -6,12 +6,12 @@
Summary: Mozilla LDAP C SDK
Summary(pl.UTF-8): Biblioteki Mozilla LDAP C SDK
Name: mozldap
-Version: 6.0.4
+Version: 6.0.5
Release: 1
License: MPL v1.1 or GPL v2+ or LGPL v2.1+
Group: Libraries
Source0: ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v%{version}/src/mozldap-%{version}.tar.gz
-# Source0-md5: f08dcb93dc64ae1c661d91125cd7ec3b
+# Source0-md5: 9719bd5b9efc13f810c85a47fb8c6412
Patch0: %{name}-link.patch
URL: http://www.mozilla.org/directory/csdk.html
BuildRequires: autoconf >= 2.13
@@ -154,8 +154,11 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libldap60.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libldap60.so
%attr(755,root,root) %{_libdir}/libprldap60.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libprldap60.so
%attr(755,root,root) %{_libdir}/libssldap60.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libssldap60.so
%files devel
%defattr(644,root,root,755)