Compare commits

...

8 Commits
rawhide ... el4

Author SHA1 Message Date
Fedora Release Engineering 685562c103 dist-git conversion 2010-07-28 17:01:34 +00:00
Bill Nottingham bf9bc459b8 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:02:59 +00:00
Patrick Laughton f9db4842ae - Bump-n-build to fix libperl.so dependency 2007-09-10 13:17:08 +00:00
Patrick Laughton 99238f1325 - Uncommenting %%excludes to exclude erroneously installed ltdl libs 2007-07-19 21:45:17 +00:00
Patrick Laughton 24f0989e76 - Hoping BR on libtool-ltdl-devel is non-fatal (not found in EL-4) 2007-07-19 21:26:13 +00:00
Kevin Fenzi 67b139244a Initialize branch EL-4 for graphviz 2007-07-19 20:03:16 +00:00
Oliver Falk 0dbc50aaf9 #170484 (CAN-2005-2961); Add missing dist-tag. 2005-10-17 08:14:43 +00:00
Oliver Falk 6a41eef0d1 Requires urw-fonts. 2005-09-28 16:44:11 +00:00
5 changed files with 97 additions and 91 deletions

View File

@ -1 +0,0 @@
graphviz-2.2.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
graphviz-2.6.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: graphviz
# $Id: Makefile,v 1.1 2004/11/08 04:30:23 cvsextras Exp $
NAME := graphviz
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,38 +1,45 @@
# Note: graphviz requires gd with gif support (and other fixes), hence use # $Id: graphviz.spec,v 1.11 2007/09/10 13:17:08 jima Exp $ $Revision: 1.11 $
# internal one for now.
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
Name: graphviz Name: graphviz
Version: 2.2
Release: 3
Epoch: 0
Group: Applications/Multimedia
License: CPL
URL: http://www.graphviz.org/
Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.2.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: zlib-devel libpng-devel libjpeg-devel XFree86-devel expat-devel
BuildRequires: /bin/ksh bison m4 flex tk tcl >= 0:8.3
BuildRequires: /usr/include/tcl.h /usr/include/tk.h
%package tcl Version: 2.6
Group: Applications/Multimedia Release: 4%{?dist}
Summary: Tcl extension tools for %{name}
Requires: %{name} = %{epoch}:%{version}-%{release} tcl >= 0:8.3 tk
%package devel Group: Applications/Multimedia
Summary: Development package for %{name} License: CPL
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release} pkgconfig
%package doc URL: http://www.graphviz.org/
Group: Documentation Source0: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
Summary: PDF and HTML documents for %{name}
%package graphs BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Group: Applications/Multimedia
Summary: Demo graphs for %{name}
BuildRequires: zlib-devel libpng-devel libjpeg-devel expat-devel freetype-devel >= 2
BuildRequires: /bin/ksh bison m4 flex tcl-devel >= 8.3 tk-devel swig
BuildRequires: /usr/include/tcl.h /usr/include/tk.h
BuildRequires: php-devel guile-devel
BuildRequires: fontconfig-devel xorg-x11-devel
Requires(post): %{_bindir}/dot
Requires(postun): %{_bindir}/dot
Requires: urw-fonts
%package tcl
Summary: Tcl extension tools for %{name}
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release} tcl >= 8.3 tk
%package devel
Summary: Development package for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release} pkgconfig
%package doc
Summary: PDF and HTML documents for %{name}
Group: Documentation
%package graphs
Summary: Demo graphs for %{name}
Group: Applications/Multimedia
%description %description
A collection of tools and tcl packages for the manipulation and layout A collection of tools and tcl packages for the manipulation and layout
@ -52,46 +59,32 @@ Provides some additional PDF and HTML documentation for %{name}.
%description graphs %description graphs
Some demo graphs for %{name}. Some demo graphs for %{name}.
%prep %prep
%setup -q %setup -q
%build %build
# XXX ix86 only used to have -ffast-math, let's use everywhere %configure --with-x \
%{expand: %%define optflags %{optflags} -ffast-math} --with-mylibgd \
# %%configure is broken in RH7.3 rpmbuild --disable-dependency-tracking \
# need unreleased changes to gd, so use --with-mylibgd for now. --disable-static
CFLAGS="$RPM_OPT_FLAGS" \
./configure \
--prefix=%{_prefix} \
--bindir=%{_bindir} \
--libdir=%{_libdir} \
--includedir=%{_includedir} \
--datadir=%{_datadir} \
--mandir=%{_mandir} \
--with-x \
--with-mylibgd \
--disable-dependency-tracking
make %{?_smp_mflags}
%{__make} %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT __doc rm -rf $RPM_BUILD_ROOT
make \
DESTDIR=$RPM_BUILD_ROOT \
pkgconfigdir=%{_libdir}/pkgconfig \
transform='s,x,x,' \
install
chmod -x $RPM_BUILD_ROOT%{_datadir}/%{name}/lefty/*
cp -a $RPM_BUILD_ROOT%{_datadir}/%{name}/doc __doc
rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/doc
%{__make} DESTDIR=$RPM_BUILD_ROOT install
# docdir=$RPM_BUILD_ROOT%{_docdir}/%{name} \
# pkgconfigdir=%{_libdir}/pkgconfig \
# install
#chmod -x $RPM_BUILD_ROOT%{_datadir}/%{name}/lefty/*
mv $RPM_BUILD_ROOT%{_datadir}/%{name}/doc __doc
#rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/doc
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README %doc AUTHORS COPYING ChangeLog NEWS README
@ -101,10 +94,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%{_datadir}/%{name}/lefty %{_datadir}/%{name}/lefty
%exclude %{_libdir}/%{name}/lib*tcl*.so.* #%exclude %{_libdir}/%{name}/lib*tcl*.so.*
%exclude %{_libdir}/%{name}/libtk*.so.* #%exclude %{_libdir}/%{name}/libtk*.so.*
%exclude %{_bindir}/dotneato-config %exclude %{_includedir}/ltdl*
%exclude %{_mandir}/man1/dotneato-config.1* %exclude %{_libdir}/libltdl*
%files tcl %files tcl
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -113,20 +106,16 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/%{name}/pkgIndex.tcl %{_libdir}/%{name}/pkgIndex.tcl
%{_datadir}/%{name}/demo %{_datadir}/%{name}/demo
%{_mandir}/mann/*.n* %{_mandir}/mann/*.n*
%exclude %{_libdir}/%{name}/lib*tcl*.so.?
%exclude %{_libdir}/%{name}/libtk*.so.?
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/dotneato-config
%{_includedir}/%{name} %{_includedir}/%{name}
%{_libdir}/%{name}/*.la %{_libdir}/%{name}/*.la
%{_libdir}/%{name}/*.so %{_libdir}/%{name}/*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_mandir}/man1/dotneato-config.1*
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%exclude %{_libdir}/%{name}/lib*tcl*.* #%exclude %{_libdir}/%{name}/lib*tcl*.*
%exclude %{_libdir}/%{name}/libtk*.* #%exclude %{_libdir}/%{name}/libtk*.*
%files graphs %files graphs
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -137,8 +126,46 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc __doc/* %doc __doc/*
# run "dot -c" to generate plugin config in %{_libdir}/%{name}/config
%post
%{_bindir}/dot -c
%post tcl
%{_bindir}/dot -c
%post devel
%{_bindir}/dot -c
%changelog %changelog
* Mon Sep 10 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.6-4
- Bump-n-build to fix libperl.so dependency
* Thu Jul 19 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.6-3
- Uncommenting %%excludes to exclude erroneously installed ltdl libs
* Thu Jul 19 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.6-2
- Hoping BR on libtool-ltdl-devel is non-fatal (not found in EL-4)
* Mon Aug 29 2005 Oliver Falk <oliver@linux-kernel.at> - 2.6-1
- Update
* Mon Aug 22 2005 Oliver Falk <oliver@linux-kernel.at> - 2.4-2
- Bug #163840
* Thu Aug 11 2005 Oliver Falk <oliver@linux-kernel.at> - 2.4-1
- Update
- Took over maintainership
- Merge with spec provided within source tarball
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 2.2.1-2
- rebuild on all arches
* Fri Apr 7 2005 John Ellson <ellson@research.att.com> - 2.2.1-1
- update to graphviz-2.2.1
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* Sun Jan 23 2005 John Ellson <ellson@research.att.com> - 0:2.2-3 * Sun Jan 23 2005 John Ellson <ellson@research.att.com> - 0:2.2-3
- change BuildRequires to /bin/ksh, since ksh doesn't provide a /usr/bin/ksh - change BuildRequires to /bin/ksh, since ksh doesn't provide a /usr/bin/ksh
- change devel exclude to also exclude libtcl*.la - change devel exclude to also exclude libtcl*.la
@ -154,7 +181,7 @@ rm -rf $RPM_BUILD_ROOT
- Fix lefty/* permissions. - Fix lefty/* permissions.
* Sat Jan 22 2005 John Ellson <ellson@research.att.com> - 0:2.2-1 * Sat Jan 22 2005 John Ellson <ellson@research.att.com> - 0:2.2-1
- Updated to 2.2 - Updated to 2.2
- split out: - split out:
graphviz-docs - optional and large graphviz-docs - optional and large
graphviz-graphs - optional demo graphs graphviz-graphs - optional demo graphs

View File

@ -1 +1 @@
9275d30695a5c22f360acbef7b85acd3 graphviz-2.2.tar.gz 0d61fc4f8660be31503d4f9ab6f26bf0 graphviz-2.6.tar.gz