]> git.pld-linux.org Git - packages/QtADB.git/blob - QtADB.spec
- more BRs
[packages/QtADB.git] / QtADB.spec
1 Summary:        Android Debug Bridge GUI
2 Name:           QtADB
3 Version:        0.8.1
4 Release:        1
5 License:        Apache v2.0
6 Group:          Applications/Communications
7 Source0:        http://qtadb.com/qtadb/%{name}_%{version}_src
8 # Source0-md5:  062481737ef27f7377bc52ad5a6db06f
9 URL:            http://qtadb.wordpress.com/
10 BuildRequires:  QtCore-devel
11 BuildRequires:  QtDeclarative-devel
12 BuildRequires:  QtGui-devel
13 BuildRequires:  QtNetwork-devel
14 BuildRequires:  qt4-build
15 BuildRequires:  qt4-qmake
16 BuildRequires:  unzip
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Android Debug Bridge GUI.
21
22 %prep
23 %setup -q -n trunk
24
25 %build
26 qmake-qt4 %{name}.pro
27 %{__make} \
28         CXXFLAGS='%{rpmcflags} $(DEFINES)'
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install %{name} $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc otherFiles/*
42 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.056128 seconds and 3 git commands to generate.