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