quassel/quassel.spec

114 lines
3.4 KiB
RPMSpec
Raw Normal View History

2008-07-02 18:42:19 +00:00
Name: quassel
Summary: QT4 Based distrubuted IRC system
2008-11-28 14:06:09 +00:00
Version: 0.3.1
2008-12-29 15:40:46 +00:00
Release: 2%{?dist}
2008-07-02 18:42:19 +00:00
License: GPLv2 or GPLv3
Group: Applications/Internet
URL: http://quassel-irc.org/
2008-09-16 14:55:23 +00:00
Source0: http://quassel-irc.org/system/files/quassel-%{version}.tar.bz2
2008-07-02 18:42:19 +00:00
Source1: %{name}.desktop
Source2: %{name}core.desktop
Source3: %{name}client.desktop
2008-12-29 15:40:46 +00:00
Source4: %{name}.png
2008-07-02 18:42:19 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
2008-07-05 21:40:32 +00:00
Requires: qt-sqlite, openssl
BuildRequires: qt-devel, openssl-devel
2008-07-02 18:42:19 +00:00
BuildRequires: cmake
BuildRequires: desktop-file-utils
%description
Quassel IRC is a modern, distributed IRC client,
meaning that one (or multiple) client(s) can attach
to and detach from a central core --
much like the popular combination of screen and a
text-based IRC client such as WeeChat, but graphical
%package core
Summary: Quassel core component
Group: Applications/Internet
%description core
The Quassel IRC Core maintains a connection with the
server, and allows for multiple clients to connect
%package client
Summary: Quassel client
Group: Applications/Internet
%description client
Quassel client
%prep
2008-11-28 14:06:09 +00:00
%setup -q -n quassel-%{version}
2008-07-02 18:42:19 +00:00
%build
2008-07-05 21:40:32 +00:00
mkdir build
2008-07-02 18:42:19 +00:00
cd build
2008-07-05 21:40:32 +00:00
cmake .. -DWANT_MONO=1
2008-07-02 18:42:19 +00:00
make
%install
rm -rf %{buildroot}
2008-07-05 21:40:32 +00:00
cd build
2008-07-02 18:42:19 +00:00
install -d -m755 %{buildroot}%{_bindir}
install -m755 quassel %{buildroot}%{_bindir}
install -m755 quasselclient %{buildroot}%{_bindir}
install -m755 quasselcore %{buildroot}%{_bindir}
2008-12-29 15:40:46 +00:00
%{__install} -p -D %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
2008-07-02 18:42:19 +00:00
desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}
desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE2}
desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE3}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%attr(755,root,root) %{_bindir}/quassel
%doc COPYING gpl-2.0.txt gpl-3.0.txt README
%{_datadir}/applications/fedora-quassel.desktop
2008-12-29 15:40:46 +00:00
%attr(644,root,root) %{_datadir}/pixmaps/quassel.png
2008-07-02 18:42:19 +00:00
%files core
%defattr(-,root,root,-)
%attr(755,root,root) %{_bindir}/quasselcore
%doc COPYING gpl-2.0.txt gpl-3.0.txt README
%{_datadir}/applications/fedora-quasselcore.desktop
2008-12-29 15:40:46 +00:00
%attr(644,root,root) %{_datadir}/pixmaps/quassel.png
2008-07-02 18:42:19 +00:00
%files client
%defattr(-,root,root,-)
%attr(755,root,root) %{_bindir}/quasselclient
%doc COPYING gpl-2.0.txt gpl-3.0.txt README
%{_datadir}/applications/fedora-quasselclient.desktop
2008-12-29 15:40:46 +00:00
%attr(644,root,root) %{_datadir}/pixmaps/quassel.png
2008-07-02 18:42:19 +00:00
%changelog
2008-12-29 15:40:46 +00:00
* Mon Dec 29 2008 Steven M. Parrish <tuxbrewr@fedoraproject.org> 0.3.1-2
- Fix bug #477850
2008-11-28 14:06:09 +00:00
* Fri Nov 28 2008 Steven M. Parrish <smparrish@shallowcreek.net> 0.3.1-1
- New upstream release
2008-11-12 20:14:38 +00:00
* Wed Nov 12 2008 Steven M. Parrish <smparrish@shallowcreek.net> 0.3.0.3-1
- New upstream release fixes a security issue with CTCP handling in
- Quassel Core, that could potentially be exploited to send
- arbitrary IRC commands on your behalf.
* Tue Sep 16 2008 Steven M. Parrish <smparrish@shallowcreek.net> 0.3.0.1-1
2008-09-16 14:55:23 +00:00
- New upstream release
2008-07-05 21:40:32 +00:00
* Fri Jul 04 2008 Steven Parrish <smparrish@shallowcreek.net> 0.1.rc1
- New upstream release. Now uses cmake instead of qmake
2008-07-02 18:42:19 +00:00
* Wed Jul 02 2008 Steven Parrish <smparrish@shallowcreek.net> - 0.3.beta1
- Final spec for initial release to F9 and rawhide
* Tue Jun 24 2008 Steven Parrish <smparrish[at]shallowcreek.net>
- Revised spec file based on comments from package reviewer.
* Mon Jun 23 2008 Steven Parrish <smparrish[at]shallowcreek.net>
- initial RPM