[packages/obconf-qt] - new

witekfl witekfl at pld-linux.org
Tue May 13 19:46:27 CEST 2014


commit 0e258d6e5b3e664a29a03ed1385c35a915b9e3d2
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Tue May 13 19:46:08 2014 +0200

    - new

 obconf-qt.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
---
diff --git a/obconf-qt.spec b/obconf-qt.spec
new file mode 100644
index 0000000..a52dd46
--- /dev/null
+++ b/obconf-qt.spec
@@ -0,0 +1,48 @@
+%define		qtver		4.8.5
+
+Summary:	obconf-qt
+Name:		obconf-qt
+Version:	0.1.0
+Release:	0.1
+License:	GPLv2 and LGPL-2.1+
+Group:		X11/Libraries
+Source0:	http://lxqt.org/downloads/obconf-qt/0.1.0/%{name}-%{version}.tar.xz
+# Source0-md5:	d08c292eae465b21a1635d1b4b5372d6
+URL:		http://www.lxqt.org/
+BuildRequires:	QtCore-devel >= %{qtver}
+BuildRequires:	QtGui-devel >= %{qtver}
+BuildRequires:	QtXml-devel >= %{qtver}
+BuildRequires:	cmake >= 2.8.3
+BuildRequires:	glib2-devel
+BuildRequires:	openbox-devel >= 3.5
+BuildRequires:	xz-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+obconf-qt
+
+%prep
+%setup -q -c %{name}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/obconf-qt
+%{_desktopdir}/obconf-qt.desktop
+%{_pixmapsdir}/obconf-qt.png
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/obconf-qt.git/commitdiff/0e258d6e5b3e664a29a03ed1385c35a915b9e3d2



More information about the pld-cvs-commit mailing list