gaim-plugin_pack/gaim-plugin_pack.spec

Name: gaim-plugin_pack
Summary: Plugin pack for Gaim
Version: 1.0
Release: 0.beta6
License: GPL
Group: Applications/Internet
URL: http://plugins.guifications.org/trac/
Description: Plugin Pack is a collection of plugins for the open source instant messaging client Gaim.

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 the following file is missing: gaim-plugin_pack-1.0beta6.tar.bz2

Build Status

Contents

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

# $Id$
# Authority: dag

Summary: Plugin pack for Gaim
Name: gaim-plugin_pack
%define real_version 1.0beta6
Version: 1.0
Release: 0.beta6%{?dist}
License: GPL
Group: Applications/Internet
URL: http://plugins.guifications.org/trac/

Source: http://downloads.guifications.org/plugins/Plugin%20Pack%20Archive/gaim-plugin_pack-%{real_version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: pkgconfig, libtool, gettext, gaim-devel, gtk2-devel

%description
Plugin Pack is a collection of plugins for the open source
instant messaging client Gaim.

%prep
%setup -n %{name}-%{real_version}

### Remove broken plugins
#%{__rm} -f {markerline,nicksaid}/.{build,plugin}
%{__rm} -f mystatusbox/.{build,plugin}

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

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
%find_lang plugin_pack

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

%files -f plugin_pack.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README TODO doc/*.txt
%dir %{_libdir}/gaim/
%{_libdir}/gaim/*.so
%dir %{_datadir}/pixmaps/gaim/
%{_datadir}/pixmaps/gaim/plugin_pack/
#exclude %{_libdir}/gaim/*.a
%exclude %{_libdir}/gaim/*.la

%changelog
* Thu Jun 07 2007 Dag Wieers <dag@wieers.com> - 1.0-0.beta6
- Updated to release 1.0beta6.

* Mon Apr 03 2006 Dag Wieers <dag@wieers.com> - 1.0-0.beta3
- Initial package. (using DAR)