SPECS: elfutils.spec - updated to 0.108 - security fix (TODO remov...
baggins
baggins at pld-linux.org
Mon Jun 20 13:27:13 CEST 2005
Author: baggins Date: Mon Jun 20 11:27:13 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.108
- security fix (TODO removed)
- moved libelf so lib to /lib
---- Files affected:
SPECS:
elfutils.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/elfutils.spec
diff -u SPECS/elfutils.spec:1.43 SPECS/elfutils.spec:1.44
--- SPECS/elfutils.spec:1.43 Thu Jun 2 16:18:33 2005
+++ SPECS/elfutils.spec Mon Jun 20 13:27:08 2005
@@ -1,6 +1,4 @@
# $Revision$, $Date$
-# TODO
-# - security http://security.gentoo.org/glsa/glsa-200506-01.xml
#
# Conditional build:
%bcond_without tests # do not perform tests
@@ -8,16 +6,18 @@
Summary: A collection of utilities and DSOs to handle compiled objects
Summary(pl): Zestaw narzędzi i bibliotek do obsługi skompilowanych obiektów
Name: elfutils
-Version: 0.97
-Release: 2
+Version: 0.108
+Release: 1
License: OSL 1.0 (http://www.opensource.org/licenses/osl.php)
Group: Development/Tools
# http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/SRPMS/
Source0: %{name}-%{version}.tar.gz
-# Source0-md5: 41c3e3c918acef6cbf77519c6f10793e
+# Source0-md5: fd318a634c8f67c7ac8a975f16965cc3
Patch0: %{name}-pl.po.patch
Patch1: %{name}-debian-manpages.patch
-Patch2: %{name}-alpha-stat.patch
+Patch2: %{name}-portability.patch
+Patch3: %{name}-bswap.patch
+Patch4: %{name}-robustify.patch
#URL: file://home/devel/drepper
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1:1.7
@@ -127,11 +127,12 @@
%setup -q
%patch0 -p1
%patch1 -p1
-# no nanosecond timestamps on sparc64 yet (alpha has them now)
%patch2 -p1
+%patch3 -p1
+%patch4 -p1
%build
-%{__gettextize}
+#%%{__gettextize}
%{__aclocal}
%{__autoheader}
%{__automake}
@@ -154,7 +155,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -d $RPM_BUILD_ROOT{%{_mandir}/man1,/%{_lib}}
# *OBJEXT must be passed to workaround problem with messed gettext,
# which doesn't like *-po dir names
@@ -166,6 +167,10 @@
install debian/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
+mv $RPM_BUILD_ROOT%{_libdir}/libelf-*.so $RPM_BUILD_ROOT/%{_lib}/
+ln -sf /%{_lib}/$(cd $RPM_BUILD_ROOT/%{_lib} ; echo libelf-*.so) \
+ $RPM_BUILD_ROOT%{_libdir}/libelf.so
+
%find_lang libelf
%find_lang %{name}
@@ -190,7 +195,7 @@
%files devel
%defattr(644,root,root,755)
-%doc doc/elfutils.sgml
+#%doc doc/elfutils.sgml
%attr(755,root,root) %{_libdir}/libasm.so
%attr(755,root,root) %{_libdir}/libdw.so
%attr(755,root,root) %{_libdir}/libelf.so
@@ -199,7 +204,7 @@
%files libelf -f libelf.lang
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libelf-*.so
+%attr(755,root,root) /%{_lib}/libelf-*.so
%files static
%defattr(644,root,root,755)
@@ -213,6 +218,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2005/06/20 11:27:08 baggins
+- updated to 0.108
+- security fix (TODO removed)
+- moved libelf so lib to /lib
+
Revision 1.43 2005/06/02 14:18:33 glen
- TODO security
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/elfutils.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list