package created [release 3.2.7b-1mamba;Sun Dec 06 2020]
This commit is contained in:
parent
9819ad003d
commit
44e83bd114
13
xfig-3.2.7b-build-spl_image.patch
Normal file
13
xfig-3.2.7b-build-spl_image.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- a/src/Makefile.am
|
||||||
|
+++ b/src/Makefile.am
|
||||||
|
@@ -130,6 +130,8 @@
|
||||||
|
fig2dev -L xpm $(top_srcdir)/splash-image/spl_bckgnd.fig \
|
||||||
|
| sed '2 {s/static //; s/noname/spl_bckgnd_xpm/}' > $@
|
||||||
|
|
||||||
|
-splash.xbm: $(top_srcdir)/splash-image/spl_bckgnd.fig $(top_srcdir)/version.m4
|
||||||
|
- fig2dev -L xbm -S 4 $(top_srcdir)/splash-image/spl_bckgnd.fig \
|
||||||
|
+splash.xbm: $(top_srcdir)/splash-image/spl_bckgnd.fig.in \
|
||||||
|
+ $(top_srcdir)/version.m4
|
||||||
|
+ fig2dev -L ppm -S 4 $(top_srcdir)/splash-image/spl_bckgnd.fig \
|
||||||
|
+ | ppmtopgm | pgmtopbm -d8 | pbmtoxbm \
|
||||||
|
| sed '1,3 s/noname/spl_bckgnd/; 3 s/char/unsigned &/' > $@
|
72
xfig.spec
Normal file
72
xfig.spec
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
%define fig2dev_dir /usr/share/fig2dev
|
||||||
|
%define xfig_dir /usr/lib/X11/xfig
|
||||||
|
|
||||||
|
Name: xfig
|
||||||
|
Version: 3.2.7b
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: An interactive drawing tool
|
||||||
|
Group: Applications/Publishing
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://xfig.org/
|
||||||
|
Source: https://sourceforge.net/projects/mcj/files/xfig-%{version}.tar.xz
|
||||||
|
Patch5: xfig-3.2.7b-build-spl_image.patch
|
||||||
|
License: Distributable
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXaw3d-devel
|
||||||
|
BuildRequires: libXpm-devel
|
||||||
|
BuildRequires: libXt-devel
|
||||||
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
|
||||||
|
%description
|
||||||
|
xfig is an interactive drawing tool.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
%patch5 -p1
|
||||||
|
autoreconf -f -i
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/xfig
|
||||||
|
%dir %{_datadir}/xfig
|
||||||
|
%{_datadir}/xfig/CompKeyDB
|
||||||
|
%dir %{_datadir}/xfig/Libraries
|
||||||
|
%{_datadir}/xfig/Libraries/*
|
||||||
|
%{_datadir}/X11/app-defaults/Fig
|
||||||
|
%{_datadir}/applications/xfig.desktop
|
||||||
|
%{_datadir}/pixmaps/xfig.png
|
||||||
|
%dir %{_docdir}/xfig
|
||||||
|
%{_docdir}/xfig/FORMAT*
|
||||||
|
%dir %{_docdir}/xfig/html
|
||||||
|
%{_docdir}/xfig/html/*
|
||||||
|
%{_datadir}/doc/xfig/xfig-howto.pdf
|
||||||
|
%{_datadir}/doc/xfig/xfig-title.png
|
||||||
|
%{_datadir}/doc/xfig/xfig_man.html
|
||||||
|
%{_datadir}/doc/xfig/xfig_ref_en.pdf
|
||||||
|
%{_mandir}/man1/xfig.1*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Dec 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.7b-1mamba
|
||||||
|
- package created
|
Loading…
Reference in New Issue
Block a user