fontpackages/fontpackages.spec
Petr Gajdos 9b3d6e78ac - modified %_fontsconfavaildir to from
/etc/fonts/conf.avail to /usr/share/%{name}/conf.avail as
  fontconfig 2.10 ship its avail conf in /usr/share/fontconfig/conf.avail
- added %link_avail_to_system_fontsconf, which creates symlink pointing 
  from /etc/fonts/conf.d to ../../../usr/share/%{name}/conf.avail

OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=11
2012-10-02 11:44:47 +00:00

56 lines
1.5 KiB
RPMSpec

#
# spec file for package fontpackages
#
# Copyright (c) 2012 SUSE LINUX Products 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.1
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