quassel/quassel.spec

161 lines
4.6 KiB
RPMSpec
Raw Normal View History

2008-07-02 18:42:19 +00:00
Name: quassel
2009-09-04 12:43:29 +00:00
Summary: A modern distrubuted IRC system
2009-10-25 15:41:58 +00:00
Version: 0.5.0
Release: 2%{?dist}
2008-07-02 18:42:19 +00:00
License: GPLv2 or GPLv3
Group: Applications/Internet
URL: http://quassel-irc.org/
2009-10-25 15:41:58 +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
2009-04-14 23:40:24 +00:00
BuildRequires: qt-devel, openssl-devel, kdebase-workspace-devel
BuildRequires: cmake, kde-filesystem
2008-07-02 18:42:19 +00:00
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
2009-10-25 15:41:58 +00:00
%setup -q -n quassel-0.5.0
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
2009-04-14 23:40:24 +00:00
%{cmake_kde4} .. -DWANT_MONO=1 -DWITH_KDE=1
2008-07-02 18:42:19 +00:00
make
%install
2009-04-14 23:40:24 +00:00
rm -rf $RPM_BUILD_ROOT
2008-07-02 18:42:19 +00:00
2009-04-14 23:40:24 +00:00
cd build
make install DESTDIR=${RPM_BUILD_ROOT}
2008-07-02 18:42:19 +00:00
%clean
2009-04-14 23:40:24 +00:00
rm -rf $RPM_BUILD_ROOT
2008-07-02 18:42:19 +00:00
2009-04-14 23:40:24 +00:00
%post
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
2009-04-14 23:40:24 +00:00
%postun
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &> /dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
%post client
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
%postun client
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &> /dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
fi
%posttrans client
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
2009-04-14 23:40:24 +00:00
%files
2008-07-02 18:42:19 +00:00
%defattr(-,root,root,-)
%attr(755,root,root) %{_bindir}/quassel
%doc COPYING gpl-2.0.txt gpl-3.0.txt README
%{_kde4_appsdir}/quassel/
2009-04-14 23:40:24 +00:00
/usr/share/icons/hicolor/48x48/apps/quassel.png
# pixmaps dir is deprecated, not needed anymore -- Rex
2009-04-14 23:40:24 +00:00
/usr/share/pixmaps/quassel.png
%{_kde4_datadir}/applications/kde4/quassel.desktop
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
2009-04-14 23:40:24 +00:00
%files client
2008-07-02 18:42:19 +00:00
%defattr(-,root,root,-)
%attr(755,root,root) %{_bindir}/quasselclient
%doc COPYING gpl-2.0.txt gpl-3.0.txt README
%{_kde4_appsdir}/quassel/
2009-04-14 23:40:24 +00:00
/usr/share/icons/hicolor/48x48/apps/quassel.png
/usr/share/pixmaps/quassel.png
%{_kde4_datadir}/applications/kde4/quasselclient.desktop
2008-07-02 18:42:19 +00:00
%changelog
* Wed Nov 25 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.5.0-2
- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
2009-10-25 15:41:58 +00:00
* Fri Oct 23 2009 Steven M. Parrish <smparrish@gmail.com> - 0.5.0-1
- Official 0.5.0 release
2009-09-04 12:43:29 +00:00
* Thu Sep 03 2009 Steven M. Parrish <smparrish@gmail.com> - 0.5-0.1.rc1
- New release candidate
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Jun 25 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.4.1-2
- cleanup dir ownership
- optimize scriptlets
2009-04-25 19:35:46 +00:00
* Fri Apr 24 2009 Steven M. Parrish <tuxbrewr@fedoraproject.org> - 0.4.1-1
- New upstream release
2009-04-14 23:40:24 +00:00
2009-04-25 19:35:46 +00:00
* Tue Apr 13 2009 Steven M. Parrish <tuxbrewr@fedoraproject.org> - 0.4.0-2
- Enabled KDE integration
2009-02-20 20:20:51 +00:00
* Fri Feb 20 2009 Steven M. Parirsh <tuxbrewr@fedoraproject.org> 0.4.0-1
- New upstream release
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