rpms/automoc/F-9 automoc.spec,1.4,1.5

Lukas Tinkl ltinkl at fedoraproject.org
Mon Jan 26 12:11:16 UTC 2009


Author: ltinkl

Update of /cvs/extras/rpms/automoc/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11255

Modified Files:
	automoc.spec 
Log Message:
KDE 4.2.0



Index: automoc.spec
===================================================================
RCS file: /cvs/extras/rpms/automoc/F-9/automoc.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- automoc.spec	26 Jan 2009 10:47:26 -0000	1.4
+++ automoc.spec	26 Jan 2009 12:10:45 -0000	1.5
@@ -5,22 +5,26 @@
 Name:           automoc
 Version:        1.0
 Release:        0.11.%{?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:        ftp://ftp.kde.org/pub/kde/stable/automoc4/%{beta}/automoc4-%{beta}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Provides: automoc4 = %{beta}
 
 Requires:       cmake >= 2.4.5
 BuildRequires:  cmake >= 2.4.5
-BuildRequires:  qt4-devel 
+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
@@ -52,7 +56,16 @@
 
 
 %changelog
-* Mon Jan 26 2009 Lukáš Tinkl <ltinkl at redhat.com> 1.0-0.9.88.rc3
+* Thu Jan 22 2009 Rex Dieter <rdieter at fedoraproject.org> 1.0-0.11.rc3
+- automoc4-0.9.88 (1.0-rc3)
+
+* Sat Nov 22 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 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 <lvillani at binaryhelix.net> - 1.0-0.9.rc2
+- automoc4-0.9.87 (1.0-rc2)
 
 * Wed Jul 23 2008 Rex Dieter <rdieter at fedoraproject.org> 1.0-0.8.rc1
 - automoc4-0.9.84 (1.0-rc1)




More information about the fedora-extras-commits mailing list