automoc4-vl.spec 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Name: automoc4
  2. Version: 0.9.88
  3. Release: 2%{?_dist_release}
  4. Summary: automatic moc for Qt 4 packages
  5. Source: %{name}-%{version}.tar.bz2
  6. Group: Development/Languages
  7. License: BSD
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. BuildRequires: qt4-devel cmake
  10. %description
  11. This package contains the automoc4 binary which is used to run moc
  12. on the right binaries in a Qt 4 or KDE 4 application.
  13. Moc is the meta object compiler which is a much used tool when using
  14. the Qt toolkit.
  15. %prep
  16. %setup -q
  17. %build
  18. mkdir -p %{_target_platform}
  19. pushd %{_target_platform}
  20. unset QTDIR || : ; . /etc/profile.d/qt4.sh
  21. %cmake ..
  22. popd
  23. make %{?_smp_mflags} -C %{_target_platform}
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
  27. %clean
  28. rm -rf $RPM_BUILD_ROOT
  29. %files
  30. %defattr(-,root,root)
  31. %{_bindir}/*
  32. %{_libdir}/automoc4/*
  33. %changelog
  34. * Sun Feb 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.88-2
  35. - rebuilt with new toolchains
  36. * Thu Feb 19 2009 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.88-1
  37. - new upstream release
  38. * Mon Nov 24 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.87-1
  39. - new upstream release
  40. * Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 0.9.84-2
  41. - added script to append qmake path
  42. - modified library path for x86_64
  43. * Tue Sep 30 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.84-1
  44. - initial release for VineSeed