/[packages]/updates/3/quassel/current/SPECS/quassel.spec
ViewVC logotype

Annotation of /updates/3/quassel/current/SPECS/quassel.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 94189 - (hide annotations) (download)
Sun May 1 23:53:05 2011 UTC (12 years, 11 months ago) by ahmad
Original Path: cauldron/quassel/current/SPECS/quassel.spec
File size: 2979 byte(s)
- Update to 0.7.2
1 ahmad 26572 Name: quassel
2 ahmad 94189 Version: 0.7.2
3     Release: %mkrel 1
4 ahmad 26602 Summary: A modern, cross-platform, distributed IRC client - This is the monolithic client
5     Source0: http://quassel-irc.org/pub/quassel-%{version}.tar.bz2
6     Source1: networks.ini
7     Group: Networking/IRC
8     License: GPLv3
9     URL: http://quassel-irc.org/
10     BuildRequires: qt4-linguist >= 4:4.6.0
11     BuildRequires: kdelibs4-devel
12     Requires: quassel-common = %version
13     Provides: kde4-irc-client
14 ahmad 26572
15     %description
16     Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that
17     one (or multiple) client(s) can attach to and detach from a central core --
18     much like the popular combination of screen and a text-based IRC client such as
19     WeeChat, but graphical. In addition to this uniqe feature, we aim to bring a
20     pleasurable, comfortable chatting experience to all major platforms (including
21     Linux®, Windows®, and MacOS X® as well as Qtopia-based cell phones and PDAs),
22     making communication with your peers not only convenient, but also ubiquitous
23     available.
24    
25     %files
26     %defattr(-,root,root)
27     %{_bindir}/quassel
28     %{_kde_applicationsdir}/quassel.desktop
29    
30     #-------------------------------------------------------------------------------
31    
32     %package common
33     Group: Networking/IRC
34     Summary: A modern, cross-platform, distributed IRC client - Common files
35     Requires: qt4-database-plugin-sqlite
36     Conflicts: quassel < 0.3.1.20090128-4
37    
38     %description common
39     A modern, cross-platform, distributed IRC client - This is client only, depends on a core server.
40    
41     %files common
42     %defattr(-,root,root)
43     %{_datadir}/icons/hicolor/*/*/*
44     %{_datadir}/pixmaps/%{name}.png
45     %{_kde_appsdir}/quassel
46     %doc AUTHORS ChangeLog README
47    
48     #-------------------------------------------------------------------------------
49    
50     %package client
51     Group: Networking/IRC
52     Summary: A modern, cross-platform, distributed IRC client - This is client only, depends on a core server
53     Requires: quassel-common = %version
54    
55     %description client
56     A modern, cross-platform, distributed IRC client - This is client only, depends on a core server.
57    
58     %files client
59     %defattr(-,root,root)
60     %{_bindir}/quasselclient
61     %{_kde_applicationsdir}/quasselclient.desktop
62    
63     #-------------------------------------------------------------------------------
64    
65     %package core
66     Group: Networking/IRC
67     Summary: A modern, cross-platform, distributed IRC client - This is quassel core server for clients
68     Requires: quassel-common = %version
69    
70     %description core
71     A modern, cross-platform, distributed IRC client - This is quassel core server for clients.
72    
73     %files core
74     %defattr(-,root,root)
75     %{_bindir}/quasselcore
76    
77     #-------------------------------------------------------------------------------
78    
79     %prep
80     %setup -q -n %{name}-%{version}
81    
82     %build
83     %cmake_kde4 \
84     -DWANT_MONO=ON \
85     -DWITH_KDE=ON \
86     -DEMBED_DATA=OFF
87     %make
88    
89     %install
90     rm -rf %{buildroot}
91     %makeinstall_std -C build
92    
93     # Our own defined networks
94     rm -f %buildroot/%_datadir/apps/quassel/networks.ini
95     install -m 644 %{SOURCE1} %buildroot/%_datadir/apps/quassel/
96    
97     %clean
98     rm -rf %{buildroot}

  ViewVC Help
Powered by ViewVC 1.1.30