~ubuntu-branches/ubuntu/hardy/openssl/hardy-security

« back to all changes in this revision

Viewing changes to openssl.spec

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2005-12-13 21:37:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051213213742-7em5nrw5c7ceegyd
Tags: 0.9.8a-5
Stop ssh from crashing randomly on sparc (Closes: #335912)
Patch from upstream cvs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%define libmaj 0
2
2
%define libmin 9
3
 
%define librel 7
4
 
%define librev e
 
3
%define librel 8
 
4
%define librev a
5
5
Release: 1
6
6
 
7
7
%define openssldir /var/ssl
121
121
 
122
122
%config %attr(0644,root,root) %{openssldir}/openssl.cnf 
123
123
%dir %attr(0755,root,root) %{openssldir}/certs
124
 
%dir %attr(0755,root,root) %{openssldir}/lib
125
124
%dir %attr(0755,root,root) %{openssldir}/misc
126
125
%dir %attr(0750,root,root) %{openssldir}/private
127
126
 
146
145
ldconfig
147
146
 
148
147
%changelog
 
148
* Sun Jun  6 2005 Richard Levitte <richard@levitte.org>
 
149
- Remove the incorrect installation of '%{openssldir}/lib'.
149
150
* Wed May  7 2003 Richard Levitte <richard@levitte.org>
150
151
- Add /usr/lib/pkgconfig/openssl.pc to the development section.
151
152
* Thu Mar 22 2001 Richard Levitte <richard@levitte.org>