]> git.pld-linux.org Git - packages/ggz-client-libs.git/blame - ggz-client-libs.spec
- more verbose files
[packages/ggz-client-libs.git] / ggz-client-libs.spec
CommitLineData
0ec88860 1# TODO:
df2c81d2
MB
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#
0ec88860 13Summary: GGZ client libraries
14Summary(pl.UTF-8): Biblioteki klienckie dla GGZ
15Name: ggz-client-libs
16Version: 0.0.14
df2c81d2 17Release: 0.9
a85baea4 18License: LGPL v2.1+
0ec88860 19Group: Libraries
20Source0: http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14/%{name}-%{version}.tar.gz
21# Source0-md5: efe325665fc745efe34d59dd9dea4284
22URL: http://www.ggzgamingzone.org/
a85baea4
JB
23BuildRequires: autoconf >= 2.50
24BuildRequires: automake
25BuildRequires: expat-devel >= 1.95
0ec88860 26BuildRequires: libggz-devel >= 0.0.14
a85baea4 27BuildRequires: libtool
0ec88860 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31GGZ Gaming Zone core client libraries provides the common procedures
32and utilities required to run the GGZ client and games.
33
34%description -l pl.UTF-8
35Biblioteki klienckie GGZ Gaming Zone dostarczają ogólne procedury i
36narzędzia wymagane do uruchomienia klienta GGZ oraz gier.
37
38%package devel
39Summary: Header files for ggz-client-lib library
40Summary(pl.UTF-8): Pliki nagłówkowe biblioteki ggz-client-lib
41Group: Development/Libraries
42Requires: %{name} = %{version}-%{release}
a85baea4
JB
43Requires: expat-devel >= 1.95
44Requires: libggz-devel >= 0.0.14
0ec88860 45
46%description devel
47Header files for ggz-client-lib library.
48
49%description devel -l pl.UTF-8
50Pliki nagłówkowe biblioteki ggz-client-lib.
51
52%package static
53Summary: Static ggz-client-lib library
54Summary(pl.UTF-8): Statyczna biblioteka ggz-client-lib
55Group: Development/Libraries
56Requires: %{name}-devel = %{version}-%{release}
57
58%description static
59Static ggz-client-lib library.
60
61%description static -l pl.UTF-8
62Statyczna biblioteka ggz-client-lib.
63
64%prep
65%setup -q
66
67%build
68%{__libtoolize}
a85baea4 69%{__aclocal} -I m4 -I m4/ggz
0ec88860 70%{__autoconf}
71%{__autoheader}
72%{__automake}
73%configure
74%{__make}
75
76%install
77rm -rf $RPM_BUILD_ROOT
78
79%{__make} install \
80 DESTDIR=$RPM_BUILD_ROOT
81
82%find_lang %{name} --all-name
83
84%clean
85rm -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*
df2c81d2
MB
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*
0ec88860 108
109%files devel
110%defattr(644,root,root,755)
df2c81d2
MB
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*
0ec88860 119
120%files static
121%defattr(644,root,root,755)
df2c81d2
MB
122%{_libdir}/libggzcore.a
123%{_libdir}/libggzmod.a
This page took 0.104296 seconds and 4 git commands to generate.