]> git.pld-linux.org Git - packages/ggz-client-libs.git/blob - ggz-client-libs.spec
- more verbose files
[packages/ggz-client-libs.git] / ggz-client-libs.spec
1 # TODO:
2 # warning: Installed (but unpackaged) file(s) found:
3 #       /etc/xdg/menus/applications-merged/ggz.merge.menu
4 #       /etc/xdg/menus/ggz.menu
5 #       /usr/share/desktop-directories/ggz-games.directory
6 #       /usr/share/desktop-directories/ggz.directory
7 #
8 # These files are to show in WM menu GGZ clients / games, which have special
9 # Category entry in desktop files - X-GGZ or X-GGZ-Games
10 #
11 # - create subpackage for them (-menus?)
12 #
13 Summary:        GGZ client libraries
14 Summary(pl.UTF-8):      Biblioteki klienckie dla GGZ
15 Name:           ggz-client-libs
16 Version:        0.0.14
17 Release:        0.9
18 License:        LGPL v2.1+
19 Group:          Libraries
20 Source0:        http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14/%{name}-%{version}.tar.gz
21 # Source0-md5:  efe325665fc745efe34d59dd9dea4284
22 URL:            http://www.ggzgamingzone.org/
23 BuildRequires:  autoconf >= 2.50
24 BuildRequires:  automake
25 BuildRequires:  expat-devel >= 1.95
26 BuildRequires:  libggz-devel >= 0.0.14
27 BuildRequires:  libtool
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 GGZ Gaming Zone core client libraries provides the common procedures
32 and utilities required to run the GGZ client and games.
33
34 %description -l pl.UTF-8
35 Biblioteki klienckie GGZ Gaming Zone dostarczają ogólne procedury i
36 narzędzia wymagane do uruchomienia klienta GGZ oraz gier.
37
38 %package devel
39 Summary:        Header files for ggz-client-lib library
40 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki ggz-client-lib
41 Group:          Development/Libraries
42 Requires:       %{name} = %{version}-%{release}
43 Requires:       expat-devel >= 1.95
44 Requires:       libggz-devel >= 0.0.14
45
46 %description devel
47 Header files for ggz-client-lib library.
48
49 %description devel -l pl.UTF-8
50 Pliki nagłówkowe biblioteki ggz-client-lib.
51
52 %package static
53 Summary:        Static ggz-client-lib library
54 Summary(pl.UTF-8):      Statyczna biblioteka ggz-client-lib
55 Group:          Development/Libraries
56 Requires:       %{name}-devel = %{version}-%{release}
57
58 %description static
59 Static ggz-client-lib library.
60
61 %description static -l pl.UTF-8
62 Statyczna biblioteka ggz-client-lib.
63
64 %prep
65 %setup -q
66
67 %build
68 %{__libtoolize}
69 %{__aclocal} -I m4 -I m4/ggz
70 %{__autoconf}
71 %{__autoheader}
72 %{__automake}
73 %configure
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78
79 %{__make} install \
80         DESTDIR=$RPM_BUILD_ROOT
81
82 %find_lang %{name} --all-name
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %post   -p /sbin/ldconfig
88 %postun -p /sbin/ldconfig
89
90 %files -f %{name}.lang
91 %defattr(644,root,root,755)
92 %doc AUTHORS ChangeLog NEWS QuickStart.GGZ README*
93 %attr(755,root,root) %{_bindir}/ggz
94 %attr(755,root,root) %{_bindir}/ggz-config
95 %attr(755,root,root) %{_bindir}/ggz-wrapper
96 %dir %{_libdir}/ggz
97 %attr(755,root,root) %{_libdir}/ggz/ggzwrap
98 %attr(755,root,root) %{_libdir}/libggzcore.so.*.*.*
99 %attr(755,root,root) %ghost %{_libdir}/libggzcore.so.9
100 %attr(755,root,root) %{_libdir}/libggzmod.so.*.*.*
101 %attr(755,root,root) %ghost %{_libdir}/libggzmod.so.4
102 %{_mandir}/man1/ggzwrap.1*
103 %{_mandir}/man5/ggz.modules.5*
104 %{_mandir}/man6/ggz-config.6*
105 %{_mandir}/man6/ggz-wrapper.6*
106 %{_mandir}/man6/ggz.6*
107 %{_mandir}/man7/ggz.7*
108
109 %files devel
110 %defattr(644,root,root,755)
111 %attr(755,root,root) %{_libdir}/libggzcore.so
112 %attr(755,root,root) %{_libdir}/libggzmod.so
113 %{_libdir}/libggzcore.la
114 %{_libdir}/libggzmod.la
115 %{_includedir}/ggzcore.h
116 %{_includedir}/ggzmod.h
117 %{_mandir}/man3/ggzcore_h.3*
118 %{_mandir}/man3/ggzmod_h.3*
119
120 %files static
121 %defattr(644,root,root,755)
122 %{_libdir}/libggzcore.a
123 %{_libdir}/libggzmod.a
This page took 0.064616 seconds and 3 git commands to generate.