diff --git a/automoc.spec b/automoc.spec index 796bb5d..b91a617 100644 --- a/automoc.spec +++ b/automoc.spec @@ -5,21 +5,27 @@ Name: automoc Version: 1.0 Release: 0.9.%{?beta_tag}%{?dist} -Summary: KDE4 automoc +Summary: Automatic moc for Qt 4 Group: Development/Tools License: BSD URL: http://www.kde.org -#Source0: ftp://ftp.kde.org/pub/kde/unstable/4.0.94/support/automoc4-%{beta}.tar.bz2 -Source0: automoc4-%{beta}.tar.bz2 +#Source0: ftp://ftp.kde.org/pub/kde/unstable/4.0.94/support/automoc4-%{beta}.tar.bz2 +Source0: automoc4-%{beta}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: automoc4 = %{beta} -Requires: cmake -BuildRequires: cmake qt4-devel kde-filesystem +Requires: cmake >= 2.4.5 +BuildRequires: cmake >= 2.4.5 +BuildRequires: qt4-devel +BuildRequires: kde-filesystem %description -KDE4 automoc +This package contains the automoc4 binary which is used to run moc on the +right source files in a Qt 4 or KDE 4 application. +Moc is the meta object compiler which is a widely used tool with Qt and +creates standard C++ files to provide syntactic sugar of the signal/slots +mechanism. %prep @@ -51,6 +57,11 @@ rm -rf %{buildroot} %changelog +* Sat Nov 22 2008 Lorenzo Villani - 1.0-0.10.rc2 +- fix package summary and descriptions (as requested by Richard Hughes) +- match cmake minimum required version with the contents of CMakeLists.txt + (paranoid fix) + * Thu Sep 4 2008 Lorenzo Villani - 1.0-0.9.rc2 - automoc4-0.9.87 (1.0-rc2)