]> git.pld-linux.org Git - packages/baci.git/commitdiff
- change order of patches to fix build on amd64
authorundefine <undefine@pld-linux.org>
Wed, 26 Oct 2005 22:44:49 +0000 (22:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    baci.spec -> 1.22

baci.spec

index d7a3a47ac491a56ae6cb9a3f557418060085f155..babc5a693c275afc73be065b4b66a6bbc643d234 100644 (file)
--- a/baci.spec
+++ b/baci.spec
@@ -3,13 +3,13 @@ Summary:      BenAri Concurrent Interpreter
 Summary(pl):   Wspó³bie¿ny interpreter BACI
 Name:          baci
 Version:       1.0.%{_date}
-Release:       1
+Release:       2
 License:       Freeware
 Group:         Development/Languages
 Source0:       http://www.mines.edu/fs_home/tcamp/baci/%{name}src.tar.gz
 # Source0-md5: 14e0500bf7079a17664469ecead8bb4f
-Patch0:                %{name}-amd64.patch
-Patch1:                %{name}-%{_date}.patch
+Patch0:                %{name}-%{_date}.patch
+Patch1:                %{name}-amd64.patch
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: tk-devel
@@ -24,10 +24,10 @@ Kompilator i interpreter j
 
 %prep
 %setup -q -n %{name}src
-%if "%{_lib}" == "lib64"
 %patch0 -p1
-%endif
+%if "%{_lib}" == "lib64"
 %patch1 -p1
+%endif
 
 %build
 for i in lib disasm ccomp; do
This page took 0.148946 seconds and 4 git commands to generate.