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

Revision 10449, 1.7 KB checked in by tomop, 8 years ago (diff)

automoc4-0.9.88-5

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