SHA256
1
0
forked from pool/gucharmap
OBS User unknown 2008-02-29 23:06:04 +00:00 committed by Git OBS Bridge
parent 697444f96b
commit 83fbce9545
5 changed files with 24 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d5cd9400990f8dfc303876bbdd7fed5dced252545c5a2b015da37e6668a4a52
size 2545194

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3384a73c93ea71ba0a8e5f33416081375a5ce4bdf1db4e8fa156ee4b8b606acb
size 2548651

View File

@ -1,15 +1,15 @@
--- gucharmap.desktop.in
Index: gucharmap.desktop.in
===================================================================
--- gucharmap.desktop.in.orig
+++ gucharmap.desktop.in
@@ -1,12 +1,13 @@
@@ -1,12 +1,12 @@
[Desktop Entry]
Encoding=UTF-8
-_Name=Character Map
+_Name=Gnome Character Map
+_GenericName=Character Map
_Comment=Insert special characters into documents
Exec=gucharmap
-Icon=gucharmap.png
+Icon=gucharmap
Icon=gucharmap
Terminal=false
Type=Application
-Categories=GNOME;GTK;Utility;

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 29 23:53:59 CET 2008 - maw@suse.de
- Update to version 2.21.90:
+ Fix bgo#510813
+ Fix the installed .pc file, which contained some bogosities.
-------------------------------------------------------------------
Fri Feb 1 17:57:17 CET 2008 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gucharmap (Version 2.21.5)
# spec file for package gucharmap (Version 2.21.90)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -10,11 +10,12 @@
# norootforbuild
Name: gucharmap
BuildRequires: docbook_4 fdupes gnome-common gnome-doc-utils-devel intltool libgnomeui-devel scrollkeeper update-desktop-files
License: GPL v2 or later; LGPL v2.1 or later
Group: System/GUI/GNOME
Version: 2.21.5
Version: 2.21.90
Release: 1
Summary: A Feature-Rich Unicode Character Map
Source: %{name}-%{version}.tar.bz2
@ -36,7 +37,7 @@ Authors:
%package devel
Summary: Include Files and Libraries mandatory for Development.
Group: System/GUI/GNOME
Group: Development/Libraries/GNOME
Requires: %{name} = %{version} gconf2-devel glib2-devel gtk2-devel libgnome-devel libgnomeui-devel
%description devel
@ -80,7 +81,7 @@ make %{?jobs:-j%jobs}
%posttrans -f %{name}.schemas_posttrans
%clean
rm -rf $RPM_BUILD_ROOT
###rm -rf $RPM_BUILD_ROOT
%files -f %{name}.schemas_list
%defattr(-,root,root)
@ -101,6 +102,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Sat Mar 01 2008 maw@suse.de
- Update to version 2.21.90:
+ Fix bgo#510813
+ Fix the installed .pc file, which contained some bogosities.
* Fri Feb 01 2008 maw@suse.de
- Update to version 2.21.5:
+ Fix character popup sizing (bnc#501915)