Author: uzsolt Date: Fri Oct 30 11:25:34 2009 GMT Module: packages Tag: HEAD ---- Log message: - use own desktop file - rel 2
---- Files affected: packages/qmpdclient: qmpdclient.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/qmpdclient/qmpdclient.spec diff -u packages/qmpdclient/qmpdclient.spec:1.4 packages/qmpdclient/qmpdclient.spec:1.5 --- packages/qmpdclient/qmpdclient.spec:1.4 Mon Jan 26 16:57:28 2009 +++ packages/qmpdclient/qmpdclient.spec Fri Oct 30 12:25:29 2009 @@ -2,13 +2,14 @@ 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 +Version: 1.1.1 Release: 2 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 +Source0: http://carme.pld-linux.org/~uzsolt/sources/%{name}-%{version}.tar.bz2 +# Source0-md5: b177f68407a941ca878c2eb1eb91a5d0 +Source1: %{name}.desktop +URL: http://bitcheese.net/wiki/QMPDClient BuildRequires: QtGui-devel BuildRequires: libpng-devel BuildRequires: qt4-build @@ -24,6 +25,7 @@ %prep %setup -q +%{__sed} -i "[email protected]@qmpdclient.png@" qmpdclient.desktop sed -i "s...@usr/lo...@usr@g" qmpdclient.pro %build @@ -40,6 +42,8 @@ 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 +install -d $RPM_BUILD_ROOT%{_desktopdir} +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} %clean rm -rf $RPM_BUILD_ROOT @@ -49,12 +53,17 @@ %attr(755,root,root) %{_bindir}/%{name} %doc AUTHORS Changelog README THANKSTO %{_datadir}/icons/hicolor/*/apps/*.png +%{_desktopdir}/%{name}.desktop %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.5 2009/10/30 11:25:29 uzsolt +- use own desktop file +- rel 2 + Revision 1.4 2009/01/26 15:57:28 blues - rel.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qmpdclient/qmpdclient.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
