giftoxic/giftoxic.spec

Name: giftoxic
Summary: GUI for the peer2peer tool gift
Version: 0.0.10
Release: 1.2
License: GPL
Group: Applications/Internet
URL: http://giftoxic.sourceforge.net/
Description: giFToxic is a GTK2-based client for giFT. At the moment it is under heavy development.

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because of the following missing build requirements:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dries
# Upstream:
# Screenshot: http://giftoxic.sourceforge.net/data/images/screenie-transfer.png
# ScreenshotURL: http://giftoxic.sourceforge.net/index.php?screenshots


%{?fc4:%define _without_modxorg 1}
%{?el4:%define _without_modxorg 1}
%{?fc3:%define _without_modxorg 1}
%{?fc2:%define _without_modxorg 1}
%{?fc1:%define _without_modxorg 1}
%{?el3:%define _without_modxorg 1}
%{?rh9:%define _without_modxorg 1}
%{?rh7:%define _without_modxorg 1}
%{?el2:%define _without_modxorg 1}
%{?rh6:%define _without_modxorg 1}
%{?yd3:%define _without_modxorg 1}

%define real_name giFToxic

Summary: GUI for the peer2peer tool gift
Name: giftoxic
Version: 0.0.10
Release: 1.2%{?dist}
License: GPL
Group: Applications/Internet
URL: http://giftoxic.sourceforge.net/

Source: http://dl.sf.net/giftoxic/giFToxic-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: gift-devel, gtk2-devel, gettext, bison
%{!?_without_modxorg:BuildRequires: libX11-devel}
%{?_without_modxorg:BuildRequires: XFree86-devel}
Requires: gift

%description
giFToxic is a GTK2-based client for giFT. At the moment it is under heavy
development.

%prep
%setup -n %{real_name}-%{version}

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall
%find_lang %{real_name}

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files -f %{real_name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%doc %{_mandir}/man?/*
%{_bindir}/*
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*.desktop
%{_datadir}/giFToxic/logo.png

%changelog
* Mon Jun 07 2004 Dries Verachtert <dries@ulyssis.org> - 0.0.10-1
- Initial package.