Accepting request 131876 from M17N
- remove SuSEconfig.fonts (openFATE#313536) OBS-URL: https://build.opensuse.org/request/show/131876 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonts-config?expand=0&rev=29
This commit is contained in:
commit
b2f163518a
@ -1,20 +0,0 @@
|
||||
#! /bin/sh
|
||||
# Copyright (c) 2000-2002 SuSE Linux AG, Nuernberg, Germany.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Author: Ruediger Oertel <ro@suse.de>, 2000
|
||||
|
||||
# check if we are started as root
|
||||
# only one of UID and USER must be set correctly
|
||||
|
||||
if test "$UID" != 0 -a "$USER" != root; then
|
||||
echo "You must be root to start $0."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
test -n "$ROOT" && exit 0
|
||||
|
||||
LC_ALL=POSIX
|
||||
|
||||
export PATH=$PATH:/usr/X11R6/bin/
|
||||
/usr/sbin/fonts-config --verbose
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 28 14:18:59 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
- remove SuSEconfig.fonts (openFATE#313536)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 07:12:28 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
|
@ -23,7 +23,6 @@ Summary: Configures Fonts for X Windows and other applications
|
||||
License: GPL-2.0+
|
||||
Group: System/X11/Fonts
|
||||
Source: fonts-config
|
||||
Source1: SuSEconfig.fonts
|
||||
Source2: sysconfig.fonts-config
|
||||
Source3: Common.xcu.template
|
||||
Source5: fontconfig.SuSE.properties.template
|
||||
@ -59,7 +58,6 @@ mkdir -p %{buildroot}%{_prefix}/sbin
|
||||
mkdir -p %{buildroot}%{_datadir}/fonts-config
|
||||
mkdir -p %{buildroot}/%{_mandir}/man1
|
||||
mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
|
||||
install -m 755 $RPM_SOURCE_DIR/SuSEconfig.fonts %{buildroot}/sbin/conf.d
|
||||
install -m 755 $RPM_SOURCE_DIR/fonts-config %{buildroot}%{_prefix}/sbin
|
||||
install -m 644 $RPM_SOURCE_DIR/*.template %{buildroot}%{_datadir}/fonts-config
|
||||
pod2man --section 1 --center=" " $RPM_SOURCE_DIR/fonts-config > \
|
||||
@ -88,7 +86,6 @@ exit 0
|
||||
%{_sbindir}/fonts-config
|
||||
%dir %{_datadir}/fonts-config/
|
||||
%{_datadir}/fonts-config/*
|
||||
/sbin/conf.d/SuSEconfig.fonts
|
||||
%{_mandir}/man1/fonts-config.1.gz
|
||||
%{_localstatedir}/adm/fillup-templates/sysconfig.fonts-config
|
||||
%{_fontsconfavaildir}/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user