Author: glen Date: Mon May 14 19:44:24 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - use static desktop file - working binscript
---- Files affected: SPECS: cream.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/cream.spec diff -u SPECS/cream.spec:1.1 SPECS/cream.spec:1.2 --- SPECS/cream.spec:1.1 Mon May 14 21:34:58 2007 +++ SPECS/cream.spec Mon May 14 21:44:18 2007 @@ -2,14 +2,14 @@ Summary: User-friendly face for Vim Name: cream Version: 0.38 -Release: 0.1 +Release: 0.2 Source0: http://dl.sourceforge.net/cream/%{name}-%{version}.tar.gz +Source1: %{name}.sh +Source2: %{name}.desktop # Source0-md5: 3415244ec2d58139063d8ab2604d3bb6 License: GPL v2 Group: Applications/Editors/Vim URL: http://cream.sourceforge.net/ -BuildRequires: ImageMagick -BuildRequires: desktop-file-utils Requires: gvim BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -47,16 +47,10 @@ cp -a spelldicts/cream-spell-dict.vim $RPM_BUILD_ROOT%{_datadir}/vim/cream/spelldicts install -d $RPM_BUILD_ROOT%{_bindir} -cp -a cream $RPM_BUILD_ROOT%{_bindir} +install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/%{name} install -d $RPM_BUILD_ROOT%{_desktopdir} -cp -a cream.desktop $RPM_BUILD_ROOT%{_desktopdir} - -# menu -desktop-file-install --vendor="" \ - --remove-category="Application" \ - --add-category="TextEditor" \ - --dir $RPM_BUILD_ROOT%{_desktopdir} $RPM_BUILD_ROOT%{_desktopdir}/* +cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir} # icons install %{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png @@ -77,6 +71,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/05/14 19:44:18 glen +- use static desktop file +- working binscript + Revision 1.1 2007/05/14 19:34:58 glen - new, based on mdk spec - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/cream.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
