Uh, long comment arrives... Zoom update does not happen after editorial steps. Nodes initial color is light blue, if there is any item under them. Strange node-text relations disappeared. Initial values of new items are given now in a more common way. The wood-cutter way of handling default values of properties is now changed.
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