fontpackages/fontpackages.spec
Takashi Iwai 4369faa552 Accepting request 539907 from home:RBrownSUSE:branches:M17N:fonts
As update-scripts are never called, and instead leave nonsense in /var/adm on everyones machines, remove them and rely on rpm post install trigger instead

OBS-URL: https://build.opensuse.org/request/show/539907
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=37
2017-11-08 16:05:50 +00:00

56 lines
1.5 KiB
RPMSpec

#
# spec file for package fontpackages
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: fontpackages
Version: 0.2
Release: 0
Summary: Commons for Font Packages
License: BSD-3-Clause
Group: System/Base
Source0: rpm-macros.fonts-config
Source100: COPYING
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Commons for font packages.
%package devel
Summary: Development Commons for Font Packages
Group: Development/Tools/Building
%description devel
Development commons for font packages.
%prep
%build
cp %{SOURCE100} .
%install
mkdir -p %{buildroot}%{_sysconfdir}/rpm
cp -a %{SOURCE0} %{buildroot}%{_sysconfdir}/rpm/macros.fonts-config
%files devel
%defattr(-,root,root)
%doc COPYING
%config %{_sysconfdir}/rpm/macros.fonts-config
%changelog