]> git.pld-linux.org Git - packages/xchat-gnome.git/blob - xchat-gnome.spec
- 0.13
[packages/xchat-gnome.git] / xchat-gnome.spec
1 Summary:        Graphical IRC (chat) client
2 Summary(de):    IRC-Client (Chat) mit grafischer Oberfläche
3 Summary(fr):    Client IRC (chat) avec interface graphique
4 Summary(pl):    Graficzny klient IRC (chat)
5 Name:           xchat-gnome
6 Version:        0.13
7 Release:        1
8 License:        GPL
9 Group:          X11/Applications/Networking
10 Source0:        http://flapjack.navi.cx/releases/xchat-gnome/%{name}-%{version}.tar.bz2
11 # Source0-md5:  5614773724afa0c2e617615722e10091
12 Patch0:         %{name}-long-delimiter.patch
13 URL:            http://xchat.org/
14 BuildRequires:  enchant-devel
15 BuildRequires:  gettext-devel
16 BuildRequires:  gtk+2-devel >= 2.0.0
17 BuildRequires:  libnotify-devel
18 BuildRequires:  libsexy-devel
19 BuildRequires:  perl-devel
20 BuildRequires:  python-devel
21 Requires(post): GConf2
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 A GUI IRC client with DCC file transfers, C plugin interface, Perl and
26 Python scripting capability, mIRC color, shaded transparency, tabbed
27 channels and more.
28
29 %description -l pl
30 Klient IRC z graficznym interfejsem u¿ytkownika, z przesy³aniem plików
31 DCC, interfejsem do wtyczek w C, mo¿liwo¶ci± uruchamiania skryptów w
32 Perlu i Pythonie, obs³ug± kolorów mIRC-a, cieniowan±
33 przezroczysto¶ci±, zak³adkami z kana³ami itd.
34
35 %package perl
36 Summary:        XChat Perl plugin
37 Summary(pl):    Wtyczka Perla do XChata
38 Group:          X11/Applications/Networking
39 Requires:       %{name} = %{version}-%{release}
40 Requires:       perl
41
42 %description perl
43 Provides Perl scripting capability to XChat.
44
45 %description perl -l pl
46 Wtyczka dodaj±ca do XChata mo¿liwo¶æ uruchamiania skryptów w Perlu.
47
48 %package python
49 Summary:        XChat Python plugin
50 Summary(pl):    Wtyczka Pythona do XChata
51 Group:          X11/Applications/Networking
52 Requires:       %{name} = %{version}-%{release}
53 Requires:       python >= 2.2.0
54
55 %description python
56 Provides Python scripting capability to XChat.
57
58 %description python -l pl
59 Wtyczka dodaj±ca do XChata mo¿liwo¶æ uruchamiania skryptów w Pythonie.
60
61 %prep
62 %setup -q
63 %patch0 -p1
64
65 %build
66 %configure \
67         --disable-dependency-tracking \
68         --enable-gnomefe \
69         --enable-ipv6 \
70         --disable-tcl
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75 install -d $RPM_BUILD_ROOT%{_desktopdir} \
76         $RPM_BUILD_ROOT%{_pixmapsdir}
77
78 %{__make} install \
79         DESTDIR=$RPM_BUILD_ROOT
80
81 rm $RPM_BUILD_ROOT%{_libdir}/xchat-gnome/plugins/*.a
82 rm $RPM_BUILD_ROOT%{_libdir}/xchat-gnome/plugins/*.la
83
84 %find_lang xchat-gnome --with-gnome
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %post
90 %gconf_schema_install
91
92 %files -f xchat-gnome.lang
93 %defattr(644,root,root,755)
94 %doc README ChangeLog
95 %attr(755,root,root) %{_bindir}/xchat-gnome
96 %attr(755,root,root) %{_bindir}/xchat-gnome-remote
97 %dir %{_libdir}/xchat-gnome
98 %dir %{_libdir}/xchat-gnome/plugins
99 %attr(755,root,root) %{_libdir}/xchat-gnome/plugins/autoaway.so
100 %attr(755,root,root) %{_libdir}/xchat-gnome/plugins/dbus.so
101 %attr(755,root,root) %{_libdir}/xchat-gnome/plugins/netmonitor.so
102 %attr(755,root,root) %{_libdir}/xchat-gnome/plugins/notification.so
103 %attr(755,root,root) %{_libdir}/xchat-gnome/plugins/notifyosd.so
104 %attr(755,root,root) %{_libdir}/xchat-gnome/plugins/soundnotification.so
105 %attr(755,root,root) %{_libdir}/xchat-gnome/plugins/urlscraper.so
106 %dir %{_datadir}/omf/xchat-gnome
107 %{_iconsdir}/hicolor/48x48/apps/xchat-gnome.png
108 %{_datadir}/xchat-gnome
109 %{_desktopdir}/xchat-gnome.desktop
110 #%{_pixmapsdir}/xchat-gnome.png
111 %{_sysconfdir}/gconf/schemas/*.schemas
112 %{_omf_dest_dir}/%{name}/xchat-gnome-C.omf
113
114
115 %files perl
116 %defattr(644,root,root,755)
117 %attr(755,root,root) %{_libdir}/xchat-gnome/plugins/perl.so
118
119 %files python
120 %defattr(644,root,root,755)
121 %attr(755,root,root) %{_libdir}/xchat-gnome/plugins/python.so
This page took 0.06904 seconds and 4 git commands to generate.