rpms/mcabber/F-7 mcabber.spec,NONE,1.1

Michael G. Fleming (mfleming) fedora-extras-commits at redhat.com
Sun Jul 29 09:02:21 UTC 2007


Author: mfleming

Update of /cvs/extras/rpms/mcabber/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18119

Added Files:
	mcabber.spec 
Log Message:
Add spec..


--- NEW FILE mcabber.spec ---
Name:           mcabber
Version:        0.9.3
Release:        2%{?dist}
Summary:        Console Jabber instant messaging client

Group:          Applications/Internet
License:        GPL
URL:            http://www.lilotux.net/~mikael/mcabber/
Source0:        http://www.lilotux.net/~mikael/mcabber/files/mcabber-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  aspell-devel gpgme-devel ncurses-devel openssl-devel glib2-devel gettext-devel


%description
mcabber is a console Jabber instant messaging/chat client with SSL support, MUC
(Multi-User Chat) support, history logging, commands completion, and external
action triggers.

%prep
%setup -q

%build
%configure --disable-dependency-tracking --enable-aspell
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

# Let's get the executable bits off the contrib files, avoiding unwanted deps.

find contrib/ -type f | xargs chmod -x

# Delete the rather broken and fairly useless desktop file, this is a console
# app after all..
rm -f %{buildroot}%{_datadir}/applications/*mcabber.desktop

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc contrib AUTHORS COPYING ChangeLog INSTALL NEWS README TODO *.example
%{_bindir}/mcabber
%{_mandir}/man1/mcabber.1*
%{_datadir}/mcabber

%changelog
* Tue Jul 10 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 0.9.3-2
- Remove broken .desktop file - it's not really needed for a console app.

* Thu Jun 21 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 0.9.3-1.mf
- Upstream update
- Fix .desktop file categories.

* Sun Jun 17 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 0.9.2-2.mf
- Actually enable aspell support this time.

* Wed Jun 13 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 0.9.2-1.mf
- Upstream update
- Add aspell-devel BR for spellchecking support (in an IM client? What?!)
- Use the .desktop file as Mikael has been kind enough to include one.

* Sun Feb 11 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 0.9.1-1.mf
- Upstream update

* Sun Dec 17 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 0.9.0-1.mf
- Upstream update
- GPG support enabled (added gpgme-devel to BR:)

* Sun Nov 19 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 0.8.3-1.mf
- Upstream update

* Wed Sep 20 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 0.8.2-1.mf
- Upstream update

* Tue Aug 22 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 0.8.1-1.mf
- Upstream update (small keybinding fixes)

* Mon Aug 14 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 0.8.0-1.mf
- Upstream update

* Wed Jun 28 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 0.7.8-1.mf
- Upstream update (skipped 0.7.7 due to makefile oddity).

* Thu May 11 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 0.7.6-1.mf
- Initial package.





More information about the fedora-extras-commits mailing list