]> git.pld-linux.org Git - packages/QtADB.git/blob - QtADB.spec
0be1d416c7dba1a9a67760efc65a57a92a76f98b
[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-qmake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Android Debug Bridge GUI.
19
20 %prep
21 %setup -q -n trunk
22
23 %build
24 qmake-qt4 %{name}.pro
25 %{__make} \
26         CXXFLAGS='%{rpmcflags} $(DEFINES)'
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_bindir}
31
32 install %{name} $RPM_BUILD_ROOT%{_bindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc otherfiles/* tmp/*
40 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.023611 seconds and 2 git commands to generate.