source: projects/specs/trunk/a/automoc4/automoc4-vl.spec @ 5383

Revision 5383, 1.4 KB checked in by inagaki, 12 years ago (diff)

update: akonadi, automoc4, herqq, ibus-qt, kdebase-runtime, libqzeitgeist, phonon, PyQt4, qca2, qca-ossl, qt4, qt-assistant-adp, qscintilla, qtsoap, uim

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