1 Summary: A C++ template library aimed at combinatorial optimization tasks.
2 Name: @PACKAGE_TARNAME@
3 Version: @PACKAGE_VERSION@
6 URL: http://lemon.cs.elte.hu
7 Source0: %{name}-%{version}.tar.gz
8 Group: Development/Libraries
9 BuildRoot: %{_tmppath}/%{name}-root
11 # BuildRequires: glpk-devel
14 LEMON stands for Library of Efficient Models and
15 Optimization in Networks. It is a C++ template
16 library aimed at combinatorial optimization tasks,
17 especially those working with graphs and networks.
27 rm -rf $RPM_BUILD_ROOT
28 make DESTDIR=$RPM_BUILD_ROOT install
31 rm -rf $RPM_BUILD_ROOT
33 %post -p /sbin/ldconfig
35 %postun -p /sbin/ldconfig
39 %{_includedir}/%{name}
41 %{_libdir}/pkgconfig/lemon.pc
42 %doc %{_datadir}/doc/%{name}-%{version}
43 %doc AUTHORS COPYING LICENSE NEWS README