|
|
322675 |
#define snaptag .20080527svn811390
|
|
|
322675 |
%define beta 0.9.88
|
|
|
322675 |
%define beta_tag rc3
|
|
|
322675 |
|
|
|
322675 |
Name: automoc
|
|
|
322675 |
Version: 1.0
|
|
|
141ca2 |
Release: 0.20.%{?beta_tag}%{?dist}
|
|
|
322675 |
Summary: Automatic moc for Qt 4
|
|
|
322675 |
Group: Development/Tools
|
|
|
322675 |
License: BSD
|
|
|
322675 |
URL: http://www.kde.org
|
|
|
322675 |
Source0: ftp://ftp.kde.org/pub/kde/stable/automoc4/%{beta}/automoc4-%{beta}.tar.bz2
|
|
|
322675 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
322675 |
|
|
|
322675 |
Provides: automoc4 = %{beta}
|
|
|
322675 |
|
|
|
322675 |
Requires: cmake >= 2.4.5
|
|
|
322675 |
BuildRequires: cmake >= 2.4.5
|
|
|
322675 |
BuildRequires: qt4-devel
|
|
|
322675 |
BuildRequires: kde-filesystem
|
|
|
322675 |
|
|
|
322675 |
%description
|
|
|
322675 |
This package contains the automoc4 binary which is used to run moc on the
|
|
|
322675 |
right source files in a Qt 4 or KDE 4 application.
|
|
|
322675 |
Moc is the meta object compiler which is a widely used tool with Qt and
|
|
|
322675 |
creates standard C++ files to provide syntactic sugar of the signal/slots
|
|
|
322675 |
mechanism.
|
|
|
322675 |
|
|
|
322675 |
|
|
|
322675 |
%prep
|
|
|
322675 |
%setup -q -n automoc4-%{beta}
|
|
|
322675 |
|
|
|
322675 |
|
|
|
322675 |
%build
|
|
|
322675 |
mkdir -p %{_target_platform}
|
|
|
322675 |
pushd %{_target_platform}
|
|
|
322675 |
%{cmake_kde4} ..
|
|
|
322675 |
popd
|
|
|
322675 |
|
|
|
322675 |
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
322675 |
|
|
|
322675 |
|
|
|
322675 |
%install
|
|
|
322675 |
rm -rf %{buildroot}
|
|
|
322675 |
make install DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
322675 |
|
|
|
322675 |
|
|
|
322675 |
%clean
|
|
|
322675 |
rm -rf %{buildroot}
|
|
|
322675 |
|
|
|
322675 |
|
|
|
322675 |
%files
|
|
|
322675 |
%defattr(-,root,root,-)
|
|
|
322675 |
%{_bindir}/automoc4
|
|
|
322675 |
%{_kde4_libdir}/automoc4/
|
|
|
322675 |
|
|
|
322675 |
|
|
|
322675 |
%changelog
|
|
|
141ca2 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.0-0.20.rc3
|
|
|
141ca2 |
- Mass rebuild 2014-01-24
|
|
|
141ca2 |
|
|
|
141ca2 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0-0.19.rc3
|
|
|
141ca2 |
- Mass rebuild 2013-12-27
|
|
|
141ca2 |
|
|
|
322675 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.18.rc3
|
|
|
322675 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
322675 |
|
|
|
322675 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.17.rc3
|
|
|
322675 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
322675 |
|
|
|
322675 |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.16.rc3
|
|
|
322675 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
322675 |
|
|
|
322675 |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.15.rc3
|
|
|
322675 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
322675 |
|
|
|
322675 |
* Sun Feb 14 2010 Rex Dieter
|
|
|
322675 |
- rebuild
|
|
|
322675 |
|
|
|
322675 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.13.rc3
|
|
|
322675 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
322675 |
|
|
|
322675 |
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.12.rc3
|
|
|
322675 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
322675 |
|
|
|
322675 |
* Thu Jan 22 2009 Rex Dieter <rdieter@fedoraproject.org> 1.0-0.11.rc3
|
|
|
322675 |
- automoc4-0.9.88 (1.0-rc3)
|
|
|
322675 |
|
|
|
322675 |
* Sat Nov 22 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 1.0-0.10.rc2
|
|
|
322675 |
- fix package summary and descriptions (as requested by Richard Hughes)
|
|
|
322675 |
- match cmake minimum required version with the contents of CMakeLists.txt
|
|
|
322675 |
(paranoid fix)
|
|
|
322675 |
|
|
|
322675 |
* Thu Sep 4 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 1.0-0.9.rc2
|
|
|
322675 |
- automoc4-0.9.87 (1.0-rc2)
|
|
|
322675 |
|
|
|
322675 |
* Wed Jul 23 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0-0.8.rc1
|
|
|
322675 |
- automoc4-0.9.84 (1.0-rc1)
|
|
|
322675 |
|
|
|
322675 |
* Mon Jun 30 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0-0.7.beta2
|
|
|
322675 |
- automoc4-0.9.83 (1.0-beta2)
|
|
|
322675 |
- drop lib64 patch
|
|
|
322675 |
|
|
|
322675 |
* Thu Jun 10 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 1.0-0.5.20080527svn811390
|
|
|
322675 |
- Leave automoc4.files.in in _libdir
|
|
|
322675 |
- Same applies to Automoc4Config.cmake
|
|
|
322675 |
|
|
|
322675 |
* Thu May 29 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 1.0-0.3.20080527svn811390
|
|
|
322675 |
- Added 'cmake' to Requires
|
|
|
322675 |
|
|
|
322675 |
* Wed May 28 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 1.0-0.2.20080527svn811390
|
|
|
322675 |
- Patched to make it build on other systems than i386 (thanks to Rex Dieter)
|
|
|
322675 |
|
|
|
322675 |
* Tue May 27 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 1.0-0.1.20080527svn811390
|
|
|
322675 |
- Initial release
|