How do you do?

I found it is impossible to create RPM packages
of Openssl 0.9.7c with the openssl.spec in the
source archive. There is an failure in Makefile.org.
Mode of directory /usr/lib/pkgconfig is set to
0644.

These are patches for openssl.spec and Makefile.org.
[EMAIL PROTECTED] openssl-0.9.7c]$ cat patch-openssl.spec
*** openssl.spec.org Sun Oct 12 06:34:15 2003
--- openssl.spec Sun Oct 12 06:35:37 2003
***************
*** 11,16 ****
--- 11,17 ----
#Version: %{libmaj}.%{libmin}.%{librel}
Version: %{libmaj}.%{libmin}.%{librel}%{librev}
Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
+ Patch0: patch-Makefile.ssl-097c
Copyright: Freely distributable
Group: System Environment/Libraries
Provides: SSL
***************
*** 80,85 ****
--- 81,87 ----
%prep

%setup -q
+ %patch0

%build

***************
*** 130,135 ****
--- 132,138 ----
%doc CHANGES CHANGES.SSLeay LICENSE NEWS README

%attr(0644,root,root) /usr/lib/*.a
+ %dir %attr(0755,root,root) /usr/lib/pkgconfig
%attr(0644,root,root) /usr/lib/pkgconfig/openssl.pc
%attr(0644,root,root) /usr/include/openssl/*
%attr(0644,root,root) /usr/man/man[3]/*
[EMAIL PROTECTED] openssl-0.9.7c]$
[EMAIL PROTECTED] SOURCES]$ cat patch-Makefile.ssl-097c
*** Makefile.org.org Sat Oct 11 20:34:28 2003
--- Makefile.org Sat Oct 11 20:34:52 2003
***************
*** 832,838 ****
fi; \
fi
cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
! chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig

install_docs:
@$(PERL) $(TOP)/util/mkdir-p.pl \
--- 832,838 ----
fi; \
fi
cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
! chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/openssl.pc

install_docs:
@$(PERL) $(TOP)/util/mkdir-p.pl \
[EMAIL PROTECTED] SOURCES]$

As I could not see http://www.aet.TU-Cottbus.DE/rt2/,
I am not sure you have already been informed this issue.

See you.

---------------------------
SUZUKI Yasuhiro
   [EMAIL PROTECTED]
   http://plaza8.mbn.or.jp/%7Eyswww/myself/


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to