Updated rpm specfile to include the gui too. Couldn't test it.
authorladanyi
Sun, 29 Jan 2006 23:32:46 +0000
changeset 192500b6f685ab8d
parent 1924 9fdc893e2199
child 1926 6a30ef4d10f1
Updated rpm specfile to include the gui too. Couldn't test it.
lemon.spec.in
     1.1 --- a/lemon.spec.in	Sun Jan 29 22:50:55 2006 +0000
     1.2 +++ b/lemon.spec.in	Sun Jan 29 23:32:46 2006 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  %setup -q
     1.5  
     1.6  %build
     1.7 -%configure
     1.8 +%configure --enable-gui --with-glpk --without-cplex
     1.9  make
    1.10  
    1.11  %install
    1.12 @@ -36,6 +36,7 @@
    1.13  
    1.14  %files
    1.15  %defattr(-,root,root)
    1.16 +%{_bindir}/glemon
    1.17  %{_includedir}/%{name}
    1.18  %{_libdir}/lib*
    1.19  %{_libdir}/pkgconfig/lemon.pc