178 lines
6.3 KiB
RPMSpec
178 lines
6.3 KiB
RPMSpec
#
|
|
# spec file for package xfig
|
|
#
|
|
# Copyright (c) 2013 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: xfig
|
|
BuildRequires: flex
|
|
BuildRequires: freetype2-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: netpbm
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: xaw3d-devel
|
|
BuildRequires: xorg-x11
|
|
BuildRequires: xorg-x11-devel
|
|
%if 0%{?suse_version} > 1120
|
|
BuildRequires: libpng12-compat-devel
|
|
BuildRequires: libpng12-devel
|
|
%else
|
|
BuildRequires: libpng-devel
|
|
%endif
|
|
Provides: xfig.3.2.3d
|
|
Requires: efont-unicode
|
|
Requires: ghostscript-fonts-std
|
|
Requires: ifnteuro
|
|
Requires: netpbm
|
|
Requires: transfig
|
|
Requires: xorg-x11-fonts
|
|
Requires: xorg-x11-fonts-core
|
|
Version: 3.2.5b
|
|
Release: 0
|
|
Summary: Facility for Interactive Generation of Figures under the X Window System
|
|
License: MIT
|
|
Group: Productivity/Graphics/Vector Editors
|
|
Url: http://www.xfig.org/
|
|
#
|
|
# Remove forbidden files: aircraft.fig
|
|
# bunzip2 xfig.3.2.5b.tar
|
|
# tar -f xfig.3.2.5b.tar --delete xfig.3.2.5b/Libraries/Examples/aircraft.fig
|
|
# bzip2 xfig.3.2.5b.tar
|
|
#
|
|
Source: xfig.%{version}.tar.bz2
|
|
Source1: font-test.fig
|
|
Source2: browser
|
|
Source3: xfig.sh
|
|
Source4: xfig.desktop
|
|
Source5: xfig.%{version}-patches.tar.bz2
|
|
Patch0: xfig.%{version}.dif
|
|
Patch1: xfig.3.2.5-urw-fonts.dif
|
|
Patch2: xfig.3.2.5-xim.dif
|
|
Patch3: xfig.3.2.3d-international-std-fonts.dif
|
|
# PATCH-FIX-UPSTREAM xfig.3.2.5b-mediaboxrealnb.dif [debian#530898]
|
|
Patch4: xfig.3.2.5b-mediaboxrealnb.dif
|
|
Patch5: xfig.3.2.5b-null.dif
|
|
Patch6: xfig.3.2.5b-locale.dif
|
|
Patch7: xfig.3.2.5b-fixes.dif
|
|
Patch8: xfig.3.2.5b-pspdftex.dif
|
|
Patch10: xfig.3.2.5b-preview.dif
|
|
Patch11: xfig.3.2.5b-bnc657393.dif
|
|
Patch12: xfig.3.2.5b-bnc777469.diff
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
%{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)}
|
|
%if "%_exec_prefix" == "/usr/X11R6"
|
|
%global _mandir %{_exec_prefix}/man
|
|
%define _x11data %{_exec_prefix}/lib/X11
|
|
%define _data $(LIBDIR)
|
|
%define _appdefdir %{_x11data}/app-defaults
|
|
%else
|
|
%define _x11data %{_datadir}/X11
|
|
%define _data $(SHAREDIR)
|
|
%define _appdefdir %{_x11data}/app-defaults
|
|
%endif
|
|
|
|
%description
|
|
Xfig is a menu-driven tool that allows the user to draw and manipulate
|
|
objects interactively in an X Window System window. The resulting
|
|
pictures can be saved, printed on PostScript printers, or converted to
|
|
a variety of other formats (to allow inclusion in LaTeX documents, for
|
|
example).
|
|
|
|
Documentation: /usr/share/doc/packages/xfig & man xfig
|
|
|
|
Examples: /usr/share/doc/packages/xfig/TheExamples
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Anthony Dekker <dekker@ACM.org>
|
|
Brian V. Smith <bvsmith@lbl.gov>
|
|
Jim Daley <jdaley@cix.compulink.co.uk>
|
|
Ross Martin <martin@trcsun3.eas.asu.edu>
|
|
Uwe Bonnes <bon@lte.e-technik.uni-erlangen.de>
|
|
|
|
%prep
|
|
%setup -q -n xfig.%{version}
|
|
find -type f | xargs -r chmod a-x,go-w
|
|
tar Oxfj %{S:5} | patch -p1 -s
|
|
%patch0 -p0
|
|
%patch1 -p0 -b .urw-fonts
|
|
%patch2 -p0 -b .xim
|
|
%patch3 -p1 -b .international-std-fonts
|
|
%patch4 -p0 -b .mbox
|
|
%patch5 -p0 -b .null
|
|
%patch6 -p0 -b .locale
|
|
%patch7 -p0 -b .fixes
|
|
%patch8 -p0 -b .pspdftex
|
|
%patch10 -p0 -b .preview
|
|
%patch11 -p0 -b .vsprintf
|
|
%patch12 -p1 -b .ovflow
|
|
cp %{S:1} .
|
|
test ! -e Libraries/Examples/aircraft.fig || { echo forbidden file found 1>&2; exit 1; }
|
|
|
|
%build
|
|
xmkmf -a -D_DATA='%{_data}' -DStandardDefines=''
|
|
CCOPTIONS="$RPM_OPT_FLAGS -fno-strict-aliasing -w -D_GNU_SOURCE -std=gnu99"
|
|
CCOPTIONS="$CCOPTIONS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
|
|
make CCOPTIONS="$CCOPTIONS"
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
mkdir -p %{buildroot}%{_x11data}/xfig
|
|
mkdir -p %{buildroot}%{_appdefdir}
|
|
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/Libraries/Examples
|
|
rm -rf %{buildroot}%{_defaultdocdir}/%{name}/Examples
|
|
ln -sf Libraries/Examples \
|
|
%{buildroot}%{_defaultdocdir}/%{name}/TheExamples
|
|
ln -sf %{_defaultdocdir}/%{name}/Libraries \
|
|
%{buildroot}%{_x11data}/xfig/Libraries
|
|
ln -sf %{_defaultdocdir}/%{name}/html \
|
|
%{buildroot}%{_x11data}/xfig/
|
|
ln -sf %{_defaultdocdir}/%{name}/xfig_man.html \
|
|
%{buildroot}%{_x11data}/xfig/
|
|
ln -sf %{_defaultdocdir}/%{name}/xfig-howto.pdf \
|
|
%{buildroot}%{_x11data}/xfig/
|
|
install -m 0755 %{SOURCE2} %{buildroot}%{_x11data}/xfig/
|
|
make DESTDIR=%{buildroot} install
|
|
make DESTDIR=%{buildroot} install.man
|
|
mkdir -p %{buildroot}/%{_docdir}/%{name}
|
|
cp -pr README FIGAPPS Libraries font-test.fig %{buildroot}/%{_docdir}/%{name}
|
|
cp -pr Doc/FORMAT* Doc/TODO Doc/html Doc/*.pdf Doc/*.html %{buildroot}/%{_docdir}/%{name}
|
|
find %{buildroot}%{_defaultdocdir}/%{name}/ -name '*.bak' | xargs -r rm
|
|
find %{buildroot}%{_defaultdocdir}/%{name}/ -type f -print0 | xargs -0 chmod 644
|
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
|
cp -p %{name}.png %{buildroot}%{_datadir}/pixmaps/
|
|
mv %{buildroot}%{_bindir}/xfig %{buildroot}%{_bindir}/xfig.bin
|
|
sed 's|@@BINDIR@@|%{_bindir}|' < %{SOURCE3} > %{buildroot}%{_bindir}/xfig
|
|
chmod 0755 %{SOURCE3} %{buildroot}%{_bindir}/xfig
|
|
install -d %{buildroot}/usr/share/applications
|
|
sed 's|@@BINDIR@@|%{_bindir}|' < %{SOURCE4} > %{buildroot}/usr/share/applications/xfig.desktop
|
|
chmod 0644 %{buildroot}/usr/share/applications/xfig.desktop
|
|
find %{buildroot}/%{_docdir}/%{name} -name '*.orig' | xargs -r rm -f
|
|
%suse_update_desktop_file xfig VectorGraphics &> /dev/null
|
|
|
|
%files
|
|
%defattr(-,root,root,755)
|
|
%doc %{_docdir}/%{name}
|
|
%{_datadir}/applications/xfig.desktop
|
|
%{_datadir}/pixmaps/xfig.png
|
|
%{_x11data}/xfig
|
|
%{_bindir}/xfig*
|
|
%config %{_appdefdir}/Fig
|
|
%doc %{_mandir}/man1/xfig.1x.gz
|
|
|
|
%changelog
|