]> git.pld-linux.org Git - SPECS.git/blob - vicq.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / vicq.spec
1 Summary:        Simple text-mode ICQ client
2 Summary(pl.UTF-8):      Prosty klient ICQ działający w trybie tekstowym
3 Name:           vicq
4 Version:        0.4.1
5 Release:        0.4
6 Epoch:          0
7 License:        GPL
8 Group:          Applications/Networking
9 Source0:        http://www.gonzo.kiev.ua/projects/vicq/%{name}-%{version}.tar.gz
10 # Source0-md5:  ba18dc9c0f9b20efa2eb6accc2d38283
11 URL:            http://www.gonzo.kiev.ua/projects/vicq/
12 BuildRequires:  perl-devel >= 1:5.8.0
13 Requires:       perl-Net-vICQ
14 Requires:       perl-Term-ReadLine-Gnu
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 vICQ is a simple text-mode ICQ client written with look and feel of
20 micq in mind.
21
22 Its features: PERL source code suitable for hacking and scripting,
23 text-only look & feel, and ICQ v7 protocol support.
24
25 %description -l pl.UTF-8
26 vICQ to prosty klient ICQ działający w trybie tekstowym napisany z
27 myślą o zachowaniu micq.
28
29 Cechy: kod źródłowy w Perlu nadający się do hackowania i
30 oskryptowania, działanie w trybie tylko tekstowym, obsługa protokołu
31 ICQ v7.
32
33 %package -n perl-Net-vICQ
34 Summary:        Net::vICQ - simple text-mode ICQ based on Net::ICQ2000
35 Summary(pl.UTF-8):      Net::vICQ - proste ICQ w trybie tekstowym oparte na Net::ICQ2000
36 Group:          Development/Languages/Perl
37 Requires:       perl-base
38
39 %description -n perl-Net-vICQ
40 Simple text-mode ICQ based on Net::ICQ2000.
41
42 %description -n perl-Net-vICQ -l pl.UTF-8
43 Proste ICQ w trybie tekstowym oparte na Net::ICQ2000.
44
45 %prep
46 %setup -q -n %{name}
47
48 %build
49 cd Net/vICQ
50 %{__perl} Makefile.PL \
51         INSTALLDIRS=vendor
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
57
58 install %{name} $RPM_BUILD_ROOT%{_bindir}
59 install %{name}rc.example $RPM_BUILD_ROOT%{_sysconfdir}/%{name}rc
60
61 cd Net/vICQ
62 %{__make} install \
63     DESTDIR=$RPM_BUILD_ROOT
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc ChangeLog INSTALL README  TODO 
71 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
72 %attr(755,root,root) %{_bindir}/*
73
74 %files -n perl-Net-vICQ
75 %defattr(644,root,root,755)
76 %{perl_vendorlib}/Net/vICQ.pm
This page took 0.29504 seconds and 3 git commands to generate.