]> git.pld-linux.org Git - packages/boomerang.git/commitdiff
- added types patch (for 64-bit size_t), fixed build on amd64 AC-branch AC-STABLE auto/ac/boomerang-0_0_0_20040708-0_2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Jul 2004 12:53:26 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- clearer files list

Changed files:
    boomerang.spec -> 1.6

boomerang.spec

index 87937e15239a5c04e61392b127fa85341e50a492..bf76bf46a9d31d22f324801e3a0406dd3af7e283 100644 (file)
@@ -1,15 +1,20 @@
-%bcond_with    flex_bison_c++
+#
+# Conditional build:
+%bcond_with    flex_bison_c++  # use flex++/bison++
+#
 Summary:       A general, open source, retargetable decompiler of native executable files
 Summary(pl):   Ogólny, otwarty dekompilator natywnych plików wykonywalnych
 Name:          boomerang
 Version:       0.0.0.20040708
 Summary:       A general, open source, retargetable decompiler of native executable files
 Summary(pl):   Ogólny, otwarty dekompilator natywnych plików wykonywalnych
 Name:          boomerang
 Version:       0.0.0.20040708
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Development/Languages
 Source0:       %{name}.tar.gz
 # Source0-md5: a9f15806eb670686869f67a06e8a6fbb
 Patch0:                %{name}-path.patch
 License:       GPL
 Group:         Development/Languages
 Source0:       %{name}.tar.gz
 # Source0-md5: a9f15806eb670686869f67a06e8a6fbb
 Patch0:                %{name}-path.patch
+Patch1:                %{name}-types.patch
 URL:           http://boomerang.sourceforge.net/
 URL:           http://boomerang.sourceforge.net/
+BuildRequires: automake
 %if %{with flex_bison_c++}
 BuildRequires: bison++
 BuildRequires: flex
 %if %{with flex_bison_c++}
 BuildRequires: bison++
 BuildRequires: flex
@@ -66,12 +71,14 @@ wymagaj
 %prep
 %setup -q -n %{name}
 %patch0 -p1
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p1
 
 
-%build
 find . -type d -name CVS -exec rm -rf "{}" ";" 2> /dev/null || :
 find . -type f -name 'Makefile*' -exec sed -i -e 's#^BOOMDIR=.*#BOOMDIR=%{_libdir}/%{name}#g' "{}" ";"
 
 find . -type d -name CVS -exec rm -rf "{}" ";" 2> /dev/null || :
 find . -type f -name 'Makefile*' -exec sed -i -e 's#^BOOMDIR=.*#BOOMDIR=%{_libdir}/%{name}#g' "{}" ";"
 
-ln -s %{_includedir}/cppunit include/cppunit
+%build
+ln -sf %{_includedir}/cppunit include/cppunit
+cp -f /usr/share/automake/config.* .
 %configure
 
 %if ! %{with flex_bison_c++}
 %configure
 
 %if ! %{with flex_bison_c++}
@@ -99,10 +106,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}
-%dir %{_libdir}/%{name}/*
+%dir %{_libdir}/%{name}/lib
 %attr(755,root,root) %{_libdir}/%{name}/lib/*.so
 %attr(755,root,root) %{_libdir}/%{name}/lib/*.so
+%dir %{_libdir}/%{name}/frontend
 %dir %{_libdir}/%{name}/frontend/machine
 %dir %{_libdir}/%{name}/frontend/machine/*
 %{_libdir}/%{name}/frontend/machine/*/*.ssl
 %dir %{_libdir}/%{name}/frontend/machine
 %dir %{_libdir}/%{name}/frontend/machine/*
 %{_libdir}/%{name}/frontend/machine/*/*.ssl
-%{_libdir}/%{name}/signatures/*
-%{_libdir}/%{name}/transformations/*
+%{_libdir}/%{name}/signatures
+%{_libdir}/%{name}/transformations
This page took 0.066336 seconds and 4 git commands to generate.