/[packages]/updates/5/irssi/current/SPECS/irssi.spec
ViewVC logotype

Annotation of /updates/5/irssi/current/SPECS/irssi.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 155491 - (hide annotations) (download)
Sun Oct 16 10:36:16 2011 UTC (12 years, 5 months ago) by jquelin
Original Path: cauldron/irssi/current/SPECS/irssi.spec
File size: 2384 byte(s)
perl 5.14.2 rebuild
1 jquelin 123106 Name: irssi
2     Version: 0.8.15
3 jquelin 155491 Release: %mkrel 9
4 kharec 2025
5     Summary: IRC client
6     License: GPLv2+
7     Group: Networking/IRC
8     URL: http://irssi.org/
9     Source0: http://irssi.org/files/%{name}-%{version}.tar.gz
10 jquelin 123106
11     BuildRequires: ncurses-devel
12     BuildRequires: glib2-devel
13     BuildRequires: openssl-devel
14     BuildRequires: perl-devel
15    
16 kharec 2025 Suggests: irssi-perl
17    
18     %description
19     Irssi is a modular and flexible IRC client for UNIX that has only a text mode
20     user interface (but as 80-90% of the code isn't text mode specific, other UIs
21     could be created pretty easily). Also, Irssi isn't really even IRC specific
22     anymore, there are already working SILC and ICB modules available. Support for
23     other protocols like ICQ and Jabber could be created some day too.
24    
25     Irssi is one of the most popular IRC clients at the moment.
26    
27     %package devel
28     Group: Development/C
29     Summary: Static libraries for the development of irssi applications
30     Requires: %{name} = %{version}
31    
32     %description devel
33     Static libraries for the development of irssi applications.
34    
35     %package perl
36     Group: Networking/IRC
37     Summary: Perl plugin for irssi
38     Requires: %{name} = %{version}
39     Conflicts: perl-silc
40    
41     %description perl
42     Perl plugin for irssi.
43    
44     %prep
45     %setup -q
46    
47     %build
48     %configure2_5x --with-plugins \
49     --enable-ipv6 \
50     --with-proxy \
51     --with-socks \
52     --with-bot \
53     --with-perl=module \
54     --with-perl-lib=%{perl_vendorlib}
55    
56     %make
57    
58     %install
59     rm -rf %{buildroot}
60     %makeinstall_std
61    
62     # Files that should not be installed:
63     rm -f %{buildroot}%{perl_vendorarch}/perllocal.pod
64     rm -rf %{buildroot}%{_docdir}/%{name}
65    
66     %clean
67     rm -rf %{buildroot}
68    
69     %files
70     %defattr (-,root,root)
71     %doc AUTHORS README TODO NEWS docs/*
72     %attr(755,root,root) %{_bindir}/*
73     %{_datadir}/%{name}
74     %exclude %{_datadir}/%{name}/scripts
75     %dir %{_libdir}/%{name}
76     %dir %{_libdir}/%{name}/modules
77     %exclude %{_libdir}/%{name}/modules/libfe_perl.*
78     %exclude %{_libdir}/%{name}/modules/libperl_core.*
79     %{_libdir}/%{name}/modules/*.so
80     %{_libdir}/%{name}/modules/*.la
81     %config(noreplace) %{_sysconfdir}/%{name}.conf
82     %{_mandir}/man1/%{name}.1*
83    
84     %files devel
85     %defattr(-,root,root)
86     %{_libdir}/%{name}/modules/*.a
87     %{_includedir}/%{name}
88    
89     %files perl
90     %defattr(-,root,root)
91     %{_libdir}/%{name}/modules/libfe_perl.so
92     %{_libdir}/%{name}/modules/libfe_perl.la
93     %{_libdir}/%{name}/modules/libperl_core.so
94     %{_libdir}/%{name}/modules/libperl_core.la
95     %{perl_vendorarch}/Irssi*
96     %{perl_vendorarch}/auto/*
97     %{_datadir}/%{name}/scripts
98    
99    
100    

  ViewVC Help
Powered by ViewVC 1.1.30