Summary: Regexx Name: regexx Version: @VERSION@ Release: 1 License: LGPL Group: Development/Libraries Source: http://download.sourceforge.net/regexx/regexx-%{version}.tar.gz URL: http://bazar.conectiva.com.br/~niemeyer/projects/ Prefix: /usr BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Regexx is a complete Regular Expressions C++ solution. It implements easy expression execution, global searching, replace with atom substitution, customized replaces, easy match and atom strings retrieving. It's also included in the library functions to split strings with strings or regular expressions. %prep %setup %build %configure make %install make DESTDIR=%{buildroot} install %files %doc COPYING README AUTHORS INSTALL NEWS README TODO ChangeLog %doc examples/simple.cc %{_includedir}/regexx.hh %{_includedir}/split.hh %{_libdir}/libregexx.* %post /sbin/ldconfig %postun /sbin/ldconfig