Author: shadzik Date: Wed Jul 12 19:16:35 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - more files (icon,desktop) - rel 0.2, NFY
---- Files affected: SPECS: mandvd.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/mandvd.spec diff -u SPECS/mandvd.spec:1.1 SPECS/mandvd.spec:1.2 --- SPECS/mandvd.spec:1.1 Wed Jul 12 19:33:05 2006 +++ SPECS/mandvd.spec Wed Jul 12 21:16:30 2006 @@ -3,11 +3,12 @@ Summary(pl): ManDVD Name: mandvd Version: 2.0.5 -Release: 0.1 +Release: 0.2 License: GPL Group: X11/Application Source0: http://csgib36.ifrance.com/FTP/%{name}-%{version}src.tar.gz # Source0-md5: f2d835361e241df348d6eb337bc8bf9b +Source1: %{name}.desktop URL: http://www.kde-apps.org/content/show.php?content=38347 BuildRequires: qt-devel >= 6:3.3 BuildRequires: rpmbuild(macros) >= 1.129 @@ -27,8 +28,10 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_bindir} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/apps/%{name},%{_desktopdir}} install mandvd $RPM_BUILD_ROOT%{_bindir}/mandvd +install mandvdico.png $RPM_BUILD_ROOT%{_datadir}/apps/%{name}/mandvdico.png +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} %clean rm -rf $RPM_BUILD_ROOT @@ -36,6 +39,8 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/mandvd +%{_datadir}/apps/%{name}/mandvdico.png +%{_desktopdir}/%{name}.desktop %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -43,6 +48,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/07/12 19:16:30 shadzik +- more files (icon,desktop) +- rel 0.2, NFY + Revision 1.1 2006/07/12 17:33:05 shadzik - new - NFY; need Rs and some other things :) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mandvd.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
