]> git.pld-linux.org Git - packages/elfutils.git/blobdiff - elfutils.spec
- stage 5, NFY (6 of 31 tests failed).
[packages/elfutils.git] / elfutils.spec
index eb52d27238af236507095ac4eec77ca058dfd90f..b6ce52c5cd07dd8f6803042846856fd538c7eedb 100644 (file)
@@ -1,15 +1,17 @@
 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.89
-Release:       4
+Version:       0.94
+Release:       0.1
 License:       OSL 1.0 (http://www.opensource.org/licenses/osl.php)
 Group:         Development/Tools
-# from ftp://download.fedora.redhat.com:/pub/fedora/linux/core/development/SRPMS/%{name}-%{version}-*.src.rpm
+# http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/SRPMS/elfutils-0.94-2.1.src.rpm
 Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: a690778e93e4b04eb531c6a3ef0ad23a
+# Source0-md5: de39e0af6b82b30d48e5d69b75aa2e0b
 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
@@ -111,8 +113,10 @@ programowalny interfejs asemblera.
 
 %prep
 %setup -q
-%patch0 -p1
+#patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %{__gettextize}
@@ -140,12 +144,13 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
 install debian/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-%find_lang libelf
-%find_lang libasm
-%find_lang libdwarf
-%find_lang libebl
-%find_lang %{name}
-cat libasm.lang libdwarf.lang libebl.lang >> %{name}.lang
+#%find_lang libelf
+#%find_lang libasm
+#%find_lang libdw
+#%find_lang libebl
+#%find_lang %{name}
+#cat libasm.lang libdw.lang libebl.lang >> %{name}.lang
+touch %{name}.lang
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -156,28 +161,28 @@ 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}/*
 %attr(755,root,root) %{_libdir}/libasm-*.so
 %attr(755,root,root) %{_libdir}/libdw-*.so
-%attr(755,root,root) %{_libdir}/libdwarf-*.so
 %dir %{_libdir}/elfutils
 %attr(755,root,root) %{_libdir}/elfutils/lib*.so
 %{_mandir}/man1/*.1*
 
 %files devel
 %defattr(644,root,root,755)
-%doc libdwarf/AVAILABLE 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}/libdwarf.so
 %attr(755,root,root) %{_libdir}/libelf.so
 %{_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
 
@@ -185,5 +190,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/libasm.a
 %{_libdir}/libdw.a
-%{_libdir}/libdwarf.a
 %{_libdir}/libelf.a
This page took 0.104216 seconds and 4 git commands to generate.