SPECS: qmpdclient.spec (NEW) - initial

uzsolt uzsolt at pld-linux.org
Wed Aug 13 23:15:56 CEST 2008


Author: uzsolt                       Date: Wed Aug 13 21:15:56 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   qmpdclient.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/qmpdclient.spec
diff -u /dev/null SPECS/qmpdclient.spec:1.1
--- /dev/null	Wed Aug 13 23:15:56 2008
+++ SPECS/qmpdclient.spec	Wed Aug 13 23:15:51 2008
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	QMPDClient is an easy to use MPD client written in Qt 4
+Summary(hu.UTF-8):	QMPDClient egy könnyen használható Qt4-alapú MPD kliens
+Name:		qmpdclient
+Version:	1.0.9
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications/Sound
+Source0:	http://havtknut.tihlde.org/qmpdclient/files/%{name}-%{version}.tar.gz
+# Source0-md5:	775d9a01b64408ba58997c089c0ed0d5
+URL:		http://havtknut.tihlde.org/qmpdclient
+BuildRequires:	QtGui-devel
+BuildRequires:	libpng-devel
+BuildRequires:	qt4-qmake
+Suggests:	mpd
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+QMPDClient is an easy to use MPD client written in Qt 4.
+
+%description -l hu.UTF-8
+QMPDClient egy könnyen használható Qt4-alapú MPD kliens
+
+%prep
+%setup -q
+sed -i "s at usr/local at usr@g" qmpdclient.pro
+
+%build
+qmake-qt4
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+for i in 16 22 48 64; do
+install -d $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps
+install icons/%{name}${i}.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps/qmpdclient.png
+done
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%doc AUTHORS Changelog README THANKSTO
+%dir %{_datadir}/icons/hicolor
+%{_datadir}/icons/hicolor/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.1  2008/08/13 21:15:51  uzsolt
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list