]> git.pld-linux.org Git - packages/ickle.git/blob - ickle.spec
d3b483c0e7be442a7ec24d100bc7c2bed54c2e6a
[packages/ickle.git] / ickle.spec
1 Summary:        A Gtk-- ICQ2000 Client
2 Summary(fr):    Klient ICQ2000 przeznaczony dla Gtk--
3 Name:           ickle
4 Version:        0.3.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://unc.dl.sourceforge.net/sourceforge/ickle/%{name}-%{version}.tar.gz
9 URL:            http://ickle.sourceforge.net/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  gettext-devel
13 BuildRequires:  gtk+-devel >= 1.2.0
14 BuildRequires:  gtkmm-devel >= 1.2.0
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  libsigc++-devel >= 1.0.0
17 BuildRequires:  ORBit-devel
18 BuildRequires:  gnome-libs-devel
19 BuildRequires:  libtool
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _mandir         %{_prefix}/man
24 %define         _sysconfdir     /etc/X11
25
26 %description
27 ickle is an open-source project implementing the ICQ2000 protocol. The
28 aim is to bring the most useful features of ICQ2000 to non-windows
29 platforms.
30
31 %description -l pl
32 ickle to projekt open-source implementuj±cy protokó³ ICQ2000. Celem
33 jest dostarczenie wszelkich mo¿liwo¶ci ICQ2000 dla nie-windowsowych
34 platform.
35
36 %package devel
37 Summary:        Header files and develpment documentation for libicq2000
38 Summary(pl):    Pliki nag³ówkowe i dokumetacja do libicq2000
39 Group:          Development/Libraries
40 Requires:       %{name} = %{version}
41 Requires:       libsigc++-devel
42 Requires:       libstdc++-devel
43
44 %description devel
45 Header files and develpment documentation for libicq2000.
46
47 %description devel -l pl
48 Pliki nag³ówkowe i dokumetacja do libicq2000.
49
50 %package static
51 Summary:        Static libicq2000 library
52 Summary(pl):    Biblioteka statyczna libicq2000
53 Group:          Development/Libraries
54 Requires:       %{name}-devel = %{version}
55
56 %description static
57 Static libicq2000 library.
58
59 %description static -l pl
60 Biblioteka statyczna libicq2000.
61
62 %prep
63 %setup -q
64
65 %build
66 %configure \
67         --with-gnome
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT \
75         desktopdir=%{_applnkdir}/Network/Communications
76
77 gzip -9nf AUTHORS ChangeLog NEWS README TODO scripts/*.pl
78
79 %post   -p /sbin/ldconfig
80 %postun -p /sbin/ldconfig
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %files
86 %defattr(644,root,root,755)
87 %doc *.gz scripts/*.gz
88 %attr(755,root,root) %{_bindir}/*
89 %attr(755,root,root) %{_libdir}/lib*.so.*.*
90 %{_sysconfdir}/CORBA/servers/*
91 %{_applnkdir}/Network/Communications/*
92 %{_datadir}/%{name}
93
94 %files devel
95 %defattr(644,root,root,755)
96 %{_includedir}/%{name}
97 %attr(755,root,root) %{_libdir}/lib*.so
98 %attr(755,root,root) %{_libdir}/lib*.la
99
100 %files static
101 %defattr(644,root,root,755)
102 %{_libdir}/lib*.a
This page took 0.163186 seconds and 2 git commands to generate.