Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37038973
en ru br
ALT Linux repos
5.0: 1.0.4-alt2
4.1: 1.0.4-alt2
4.0: 1.0.1-alt4
3.0: 1.0.1-alt2

Group :: Development/C++
RPM: fsmc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: fsmc
Version: 1.0.1
Release: alt2

Summary: FSMC
Group: Development/C++
License: GPL
Packager: Pavel Vainerman <pv at altlinux.ru>

Url: http://fsme.sourceforge.net
Source: %name-%version.tar.bz2

# Automatically added by buildreq on Sat Feb 19 2005

BuildRequires: fontconfig freetype2 gcc-c++ libqt3-devel libstdc++-devel xorg-x11-devel xorg-x11-libs

%description
Finite State Machine Compiler

%prep
%setup -q
export QTDIR=%_libdir/qt3
$QTDIR/bin/qmake fsmc.pro

%build
export QTDIR=%_libdir/qt3
export PATH=$QTDIR/bin:$PATH
%make

%install
%makeinstall
install -d -p -m755 $RPM_BUILD_ROOT%_bindir
install -p -s -m755 fsmc $RPM_BUILD_ROOT%_bindir
install -p -s -m755 pyfsmc $RPM_BUILD_ROOT%_bindir
install -p -s -m755 mkfsm $RPM_BUILD_ROOT%_bindir

%files
%_bindir/*


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin