]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- gcc 3.4 fixes / stage 1.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 1 Apr 2004 15:33:23 +0000 (15:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elfutils.spec -> 1.25

elfutils.spec

index 32e89961561bc0bd0c30c5a897b4e7c6105d8256..b6ce52c5cd07dd8f6803042846856fd538c7eedb 100644 (file)
@@ -11,6 +11,7 @@ Source0:      %{name}-%{version}.tar.gz
 Patch0:                %{name}-pl.po.patch
 Patch1:                %{name}-debian-manpages.patch
 Patch2:                %{name}-alpha-stat.patch
+Patch3:                %{name}-gcc34.patch
 #URL:          file://home/devel/drepper
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake >= 1.7
@@ -115,6 +116,7 @@ programowalny interfejs asemblera.
 #patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__gettextize}
@@ -159,7 +161,8 @@ rm -rf $RPM_BUILD_ROOT
 %post  libelf -p /sbin/ldconfig
 %postun        libelf -p /sbin/ldconfig
 
-%files -f %{name}.lang
+%files
+# -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING NEWS NOTES README THANKS TODO
 %attr(755,root,root) %{_bindir}/*
@@ -178,7 +181,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libebl.a
 %{_includedir}/*
 
-%files libelf -f libelf.lang
+%files libelf
+# -f libelf.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libelf-*.so
 
This page took 0.351629 seconds and 4 git commands to generate.