]> git.pld-linux.org Git - SPECS.git/blob - libicq2000.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / libicq2000.spec
1 Summary:        libicq2000 library
2 Summary(pl.UTF-8):      Biblioteka libicq2000
3 Name:           libicq2000
4 Version:        0.3.2
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/libicq2000/%{name}-%{version}.tar.gz
9 # Source0-md5:  bab0e61b540258e54eb1c3695ac75f6e
10 URL:            http://libicq2000.sourceforge.net/
11 BuildRequires:  automake
12 BuildRequires:  libsigc++1-devel
13 BuildRequires:  libstdc++-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 libicq2000 is an opensource C++ library being developed to support the
18 icq2000/2001 protocol. It is easy for developers to use as the
19 backbone for their clients' connection to the ICQ network - all the
20 protocol work is abstracted away in one nice object-orientated
21 interface.
22
23 %description -l pl.UTF-8
24 libicq2000 to biblioteka C++ z otwartym kodem, tworzona do obsługi
25 protokołu icq2000/2001. Jest łatwa w użyciu dla programistów jako
26 obsługa połączenia do sieci ICQ dla klientów - całość obsługi
27 protokołu jest wyodrębniona do obiektowo zorientowanego interfejsu.
28
29 %package devel
30 Summary:        Header files etc to develop libicq2000 applications
31 Summary(pl.UTF-8):      Pliki nagłówkowe do tworzenia aplikacji libicq2000
32 Group:          Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34
35 %description devel
36 Header files etc you can use to develop libicq2000 applications.
37
38 %description devel -l pl.UTF-8
39 Pliki nagłówkowe służące do tworzenia aplikacji opartych na
40 libicq2000.
41
42 %package static
43 Summary:        Static libicq2000 libraries
44 Summary(pl.UTF-8):      Statyczne biblioteki libicq2000
45 Group:          Development/Libraries
46 Requires:       %{name}-devel = %{version}-%{release}
47
48 %description static
49 Static libicq2000 libraries.
50
51 %description static -l pl.UTF-8
52 Statyczne biblioteki libicq2000.
53
54 %prep
55 %setup -q
56
57 %build
58 %configure
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %files
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog NEWS README TODO
76 %attr(755,root,root) %{_libdir}/lib*.so.*.*
77
78 %files devel
79 %defattr(644,root,root,755)
80 %doc doc/html
81 %attr(755,root,root) %{_bindir}/*-config
82 %attr(755,root,root) %{_libdir}/lib*.so
83 %{_libdir}/lib*.la
84 %{_includedir}/libicq2000
85 %{_aclocaldir}/*.m4
86 %{_mandir}/man1/*-config*
87
88 %files static
89 %defattr(644,root,root,755)
90 %{_libdir}/lib*.a
This page took 0.21468 seconds and 3 git commands to generate.