rpms/automoc/devel automoc.spec,1.11,1.12

Lorenzo Villani arbiter at fedoraproject.org
Sat Nov 22 22:44:47 UTC 2008


Author: arbiter

Update of /cvs/pkgs/rpms/automoc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29201

Modified Files:
	automoc.spec 
Log Message:
* 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)



Index: automoc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/automoc/devel/automoc.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- automoc.spec	4 Sep 2008 18:21:53 -0000	1.11
+++ automoc.spec	22 Nov 2008 22:44:16 -0000	1.12
@@ -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 @@
 
 
 %changelog
+* 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)
 




More information about the fedora-extras-commits mailing list