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