Summary: Context oriented programming language extending C++. Name: tlmp Version: REV Release: 1 License: GPL Group: Development/System Source: solucorp.solutions/packages/tlmp-REV.src.tar.gz Url: http://www.solucorp.qc.ca/linuxconf/ Packager: Jacques Gelinas Vendor: Solucorp BuildRoot: /tmp/tlmp-root provides: LINUXCONFAPIREV20 Requires: /bin/arch ncurses BuildRequires: ncurses-devel %define USRLIB64 %(test -d /usr/lib64 && echo /usr/lib64 || echo /usr/lib) %description Runtime required for TLMP programs %files %defattr(-,root,root) %{USRLIB64}/libtlmp.so %{USRLIB64}/libtlmp.so.1 %{USRLIB64}/libtlmp.so.REV %{USRLIB64}/tlmp /usr/share/tlmp/COPYING %package devel Summary: The tools needed for developing TLMP programs. Group: Development/System %description devel This package provides the components necessary for developing TLMP programs %files devel %defattr(-,root,root) /usr/include/tlmp %{USRLIB64}/libtlmp.a %{USRLIB64}/tlmp-devel /usr/bin/tlcc /usr/bin/cctlcc /usr/bin/tlccversion /usr/bin/tlproto /usr/bin/build-protocol %prep %setup %build make BUILD_SVNVER=REV version %install if [ "$RPM_BUILD_ROOT" = "/tmp/tlmp-root" ] ; then rm -fr /tmp/tlmp-root fi export RPM_BUILD_ROOT MANPAGES=%_mandir export MANPAGES make install_for_rpm make install-devel install-lib %clean if [ "$RPM_BUILD_ROOT" = "/tmp/tlmp-root" ] ; then rm -fr /tmp/tlmp-root fi %post /sbin/ldconfig %preun %postun /sbin/ldconfig