]> git.pld-linux.org Git - projects/template-specs.git/blob - qt4.spec
- only QtCore BRed by default
[projects/template-specs.git] / qt4.spec
1 Summary:        -
2 Summary(pl.UTF-8):      -
3 Name:           -
4 Version:        -
5 Release:        -
6 License:        check first
7 Group:          X11/Applications
8 Source0:        -
9 # Source0-md5:  
10 URL:            -
11 # uncomment needed libraries
12 #BuildRequires: Qt3Support-devel
13 BuildRequires:  QtCore-devel
14 #BuildRequires: QtGui-devel
15 #BuildRequires: QtNetwork-devel
16 #BuildRequires: QtSvg-devel
17 #BuildRequires: QtTest-devel
18 #BuildRequires: QtXml-devel
19 BuildRequires:  qt4-build
20 BuildRequires:  qt4-qmake
21 BuildRequires:  rpmbuild(macros) >= 1.129
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25
26 %description -l pl.UTF-8
27
28 %prep
29 %setup -q
30
31 %build
32 qt4-qmake
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_bindir}
38 # usually you have to install the program manually
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %attr(755,root,root) %{_bindir}/*
This page took 0.032185 seconds and 4 git commands to generate.