From 8835d8b0411258e0078577807372f0aeeaeb73e10964786894991e21e982eba4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 5 Jul 2007 16:36:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs?expand=0&rev=14 --- rmplintrc => emacs-rpmlintrc | 0 emacs.changes | 6 ++++++ emacs.desktop | 11 +++++++++++ emacs.png | 3 +++ emacs.spec | 11 ++++++++--- 5 files changed, 28 insertions(+), 3 deletions(-) rename rmplintrc => emacs-rpmlintrc (100%) create mode 100644 emacs.desktop create mode 100644 emacs.png diff --git a/rmplintrc b/emacs-rpmlintrc similarity index 100% rename from rmplintrc rename to emacs-rpmlintrc diff --git a/emacs.changes b/emacs.changes index e644705..8ac433f 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 5 14:09:22 CEST 2007 - coolo@suse.de + +- fix name of rpmlintrc +- put desktop file and icon into the package + ------------------------------------------------------------------- Mon Jun 18 13:39:00 CEST 2007 - werner@suse.de diff --git a/emacs.desktop b/emacs.desktop new file mode 100644 index 0000000..2c4dcf0 --- /dev/null +++ b/emacs.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Emacs +GenericName=Text Editor +MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; +Exec=emacs %f +Icon=emacs +Path= +Type=Application +Terminal=false +X-KDE-StartupNotify=false diff --git a/emacs.png b/emacs.png new file mode 100644 index 0000000..5e1bbab --- /dev/null +++ b/emacs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7729621c961187d533143d795d7c50a492070c47548c6406985ebdcf5864ff8 +size 2152 diff --git a/emacs.spec b/emacs.spec index 4800dda..0425259 100644 --- a/emacs.spec +++ b/emacs.spec @@ -13,21 +13,23 @@ Name: emacs BuildRequires: alsa-devel bind-devel fonts-config giflib-devel gtk2-devel krb5-devel libjpeg-devel libpng-devel libtiff-devel ncurses-devel nmh sendmail texinfo update-desktop-files xaw3d-devel xorg-x11-devel URL: http://www.gnu.org/software/emacs/ -License: GNU General Public License (GPL) +License: GPL v2 or later Group: Productivity/Editors/Emacs Obsoletes: ge_exec ge_site emac_nox emacmisc emacsbin emacsger emacs-url Mule-UCS emacs-calc erc Requires: emacs-info ctags emacs_program Provides: ge_site ge_exec emacs-url Mule-UCS emacs-calc erc Autoreqprov: on Version: 22.1 -Release: 7 +Release: 9 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: GNU Emacs Base Package Source: emacs-22.1.tar.bz2 Source1: app-defaults.Emacs Source2: site-lisp.tar.bz2 Source3: dot.gnu-emacs -Source4: rmplintrc +Source4: emacs-rpmlintrc +Source5: emacs.desktop +Source6: emacs.png Patch: emacs-22.0.99.dif Patch1: emacs-22.0.99-linkscr.patch Patch2: emacs-22.0.99-glibc.patch @@ -3187,6 +3189,9 @@ done /usr/share/emacs/%{version}/lisp/xt-mouse.el.gz %changelog +* Thu Jul 05 2007 - coolo@suse.de +- fix name of rpmlintrc +- put desktop file and icon into the package * Mon Jun 18 2007 - werner@suse.de - Use the app-default file macro, avoid empty MALLOC_CHECK_ * Mon Jun 04 2007 - werner@suse.de