Пакет qmergeinifiles: Specfile

Name: qmergeinifiles
Version: 0.0.1
Release: alt1


Summary: Utility to merge INI-format files
Group: Development/Other
License: GPL

Requires: libqt4-core >= %{get_version libqt4-core}

Source: %name-%version.tar

BuildRequires(pre): libqt4-core
BuildRequires: gcc-c++ libqt4-devel libstdc++-devel

%description
Utility to merge INI-format files


%prep
%setup -q
qmake-qt4 -spec default

%build
%make_build CUSTOM_OPT_FLAGS="%optflags"

%install
%make INSTALL_ROOT=%buildroot install


%files
%_bindir/*

%changelog
* Fri Nov 09 2007 Sergey V Turchin <zerg at altlinux dot org> 0.0.1-alt1
- initial specfile