]> git.pld-linux.org Git - projects/template-specs.git/blob - qt4.spec
- based on pear template
[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 # require ">= 4.3.3-3" if some tool is invoked by *-qt4 name
20 BuildRequires:  qt4-build >= 4.3.3-3
21 BuildRequires:  qt4-qmake >= 4.3.3-3
22 BuildRequires:  rpmbuild(macros) >= 1.129
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26
27 %description -l pl.UTF-8
28
29 %prep
30 %setup -q
31
32 %build
33 qmake-qt4
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_bindir}
39 # usually you have to install the program manually
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_bindir}/*
This page took 0.055646 seconds and 3 git commands to generate.