2012-06-21 12:27:04 +02:00
|
|
|
%define build_slice c
|
2012-06-21 12:07:17 +02:00
|
|
|
#
|
|
|
|
# spec file for package texlive-specs
|
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%define __perl_requires %{nil}
|
|
|
|
%define __os_install_post /usr/lib/rpm/brp-compress \\\
|
|
|
|
%(ls /usr/lib/rpm/brp-suse.d/* 2> /dev/null | grep -vE 'check-la|boot-scripts|rpath|symlink|desktop|strip-debug|gcc-output|debuginfo|libtool|kernel-log') %{nil}
|
|
|
|
# skip-check-libtool-deps
|
|
|
|
%if 0%{?_with_debug:1}
|
|
|
|
%define __debug_install_post : > %{_builddir}/%{?buildsubdir}/debugfiles.list
|
|
|
|
%define debug_package %{nil}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# skip-check-libtool-deps
|
|
|
|
Name: texlive-specs
|
|
|
|
Version: 2012
|
|
|
|
Release: 0
|
|
|
|
Summary: One spec file for all TeX Live packages
|
|
|
|
License: GPL-2.0
|
|
|
|
Group: Development/Tools/Building
|
|
|
|
Url: http://build.opensuse.org/package/show?package=texlive-specs&project=Publishing:TeXLive
|
|
|
|
Source0: texlive-specs.tar.xz
|
|
|
|
BuildRequires: buffer
|
|
|
|
BuildRequires: ed
|
|
|
|
BuildRequires: file
|
|
|
|
BuildRequires: fontconfig
|
|
|
|
BuildRequires: ghostscript-fonts-std
|
|
|
|
BuildRequires: mkfontdir
|
|
|
|
BuildRequires: mkfontscale
|
|
|
|
BuildRequires: texlive-filesystem
|
|
|
|
BuildConflicts: texinfo
|
|
|
|
BuildRequires: xfs
|
|
|
|
BuildRequires: xorg-x11-fonts-core
|
|
|
|
BuildRequires: xz
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Use one rpm spec file for repackaging the texmf/texmf-dist
|
|
|
|
the several tar balls of TeX Live.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
pushd %_sourcedir
|
|
|
|
chmod g-w *.tar.xz
|
|
|
|
popd
|
|
|
|
%setup -n texlive-specs -q
|
|
|
|
%build
|
|
|
|
(cat > Makefile)<<'EOF'
|
|
|
|
topdir=$(abspath ../..)
|
|
|
|
rootdir=$(topdir)/BUILDROOT
|
|
|
|
SHELL := /bin/bash
|
|
|
|
|
|
|
|
%%.rpm: root=$(rootdir)/$*.noarch
|
|
|
|
%%.rpm: %%.spec
|
|
|
|
exec > >(exec buffer -s 256k -m 1m -u 10) 2>&1; \
|
|
|
|
rpmbuild -ba --buildroot $(root) --define '_srcdefattr (-,root,root)' --define 'rlobs %release' $< && \
|
|
|
|
rm -rf $(topdir)/BUILD/$*-[0-9]*
|
|
|
|
|
|
|
|
specs := $(sort $(filter-out texlive-specs.specs,$(wildcard *.spec)))
|
|
|
|
rpms := $(specs:.spec=.rpm)
|
|
|
|
|
|
|
|
all: $(rpms)
|
|
|
|
EOF
|
|
|
|
make topdir=%{_topdir} %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,0755)
|
|
|
|
|
|
|
|
%changelog
|