[AG-TECH] Error in making a rpm of accessgrid-vic.

lgq liugq at vrlab.buaa.edu.cn
Wed Oct 18 07:21:36 CDT 2006


Hi,
Following are the error:
"""
[root at lgq SPECS]# rpmbuild -ba AccessGrid-vic.spec
error: Failed build dependencies:
        gtk-doc is needed by AccessGrid-
vic-2.8ucl1.1.3-3.20051206darcs.i386

"""
How should I install gtk-doc?

The spec file in the attachment.

-- 
lgq <liugq at vrlab.buaa.edu.cn>
-------------- next part --------------
%define snapshot 20051206darcs

Summary:	A video conferencing application.
Name:		AccessGrid-vic
Version:	2.8ucl1.1.3
Release:	3.%{snapshot}%{?dist}
Group:		Applications/Multimedia
License:	distributable
URL:		http://people.vislab.usyd.edu.au/~ssmith/accessgrid/ag-media/
Source0:	vic-%{snapshot}.tar.bz2
Patch0:		vic-2.8ucl1.1.3-cflags.patch
Patch1:		vic-2.8ucl1.1.3-libobjs.patch
Patch2:		vic-2.8ucl1.1.3-relid.patch
Patch3:		vic-v4l.patch
Patch4:		vic-valgrind.patch
Patch5:		vic-2.8ucl1.1.3-silence.patch
Patch6:		vic-2.8ucl1.1.3-site.patch
Patch7:		vic-2.8ucl1.1.3-aes.patch
Patch8:		vic-2.8ucl1.1.3-blue.patch
Patch9:		vic-2.8ucl1.1.3-titlebar.patch
Patch10:	vic-2.8ucl1.1.3-help.patch
BuildRoot:	%{_tmppath}/vic-%{snapshot}-root
BuildRequires:	openssl-devel
BuildRequires:	gtk-doc

%description
VIC is a video conferencing application developed by the Network
Research Group at the Lawrence Berkeley National Laboratory in
collaboration with the University of California, Berkeley.

%prep 
%setup -q -n vic-%{snapshot}
%patch0 -p1 -b .cflags
%patch1 -p1 -b .libobjs
%patch2 -p1 -b .relid
%patch3 -p1 -b .v4l
%patch4 -p1 -b .valgrind
%patch5 -p1 -b .silence
%patch6 -p1 -b .site
%patch7 -p1 -b .aes
%patch8 -p1 -b .blue
%patch9 -p1 -b .titlebar
%patch10 -p1 -b .help

%build
(cd tcl-8.0/unix; %configure; make)
(cd tk-8.0/unix; %configure; make)
(cd common; autoconf; %configure; make)
(cd vic; autoconf; %configure; make)

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m755 -s vic/vic %{buildroot}%{_bindir}/vic
install -m755 -s vic/histtolut %{buildroot}%{_bindir}/histtolut
install -m644 vic/vic.1 %{buildroot}%{_mandir}/man1/vic.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/*/*

%changelog

* Thu Feb 16 2006 Douglas Kosovic <douglask at itee.uq.edu.au>
- Initial AGTk 3.0 Fedora Core package


More information about the ag-tech mailing list