Author: gotar                        Date: Wed Dec 28 00:47:19 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/QtADB:
   QtADB.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/QtADB/QtADB.spec
diff -u /dev/null packages/QtADB/QtADB.spec:1.1
--- /dev/null   Wed Dec 28 01:47:20 2011
+++ packages/QtADB/QtADB.spec   Wed Dec 28 01:47:14 2011
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:       Android Debug Bridge GUI
+Name:          QtADB
+Version:       0.8.1
+Release:       1
+License:       Apache v2.0
+Group:         Applications/Communications
+Source0:       http://qtadb.com/qtadb/%{name}_%{version}_src
+# Source0-md5: 062481737ef27f7377bc52ad5a6db06f
+URL:           http://qtadb.wordpress.com/
+BuildRequires: QtCore-devel
+BuildRequires: QtDeclarative-devel
+BuildRequires: QtGui-devel
+BuildRequires: QtNetwork-devel
+BuildRequires: qt4-qmake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Android Debug Bridge GUI.
+
+%prep
+%setup -q -n trunk
+
+%build
+qmake-qt4 %{name}.pro
+%{__make} \
+       CXXFLAGS='%{rpmcflags} $(DEFINES)'
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc otherfiles/* tmp/*
+%attr(755,root,root) %{_bindir}/%{name}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/12/28 00:47:14  gotar
+- initial PLD release
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to