]> git.pld-linux.org Git - packages/ggz-client-libs.git/commitdiff
- initial
authorlisu <lisu@pld-linux.org>
Mon, 23 Jul 2007 18:51:03 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ggz-client-libs.spec -> 1.1

ggz-client-libs.spec [new file with mode: 0644]

diff --git a/ggz-client-libs.spec b/ggz-client-libs.spec
new file mode 100644 (file)
index 0000000..990ed2b
--- /dev/null
@@ -0,0 +1,91 @@
+# TODO:
+# - there is some man pages need to be checked, also need check what is ggz.merge.menu, ggz.menu in /etc and ggzwrap in libdir
+
+Summary:       GGZ client libraries
+Summary(pl.UTF-8):     Biblioteki klienckie dla GGZ
+Name:          ggz-client-libs
+Version:       0.0.14
+Release:       0.1
+License:       GPL v2.1+
+Group:         Libraries
+Source0:       http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14/%{name}-%{version}.tar.gz
+# Source0-md5: efe325665fc745efe34d59dd9dea4284
+URL:           http://www.ggzgamingzone.org/
+BuildRequires: libggz-devel >= 0.0.14
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GGZ Gaming Zone core client libraries provides the common procedures
+and utilities required to run the GGZ client and games.
+
+%description -l pl.UTF-8
+Biblioteki klienckie GGZ Gaming Zone dostarczają ogólne procedury i
+narzędzia wymagane do uruchomienia klienta GGZ oraz gier.
+
+%package devel
+Summary:       Header files for ggz-client-lib library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki ggz-client-lib
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for ggz-client-lib library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki ggz-client-lib.
+
+%package static
+Summary:       Static ggz-client-lib library
+Summary(pl.UTF-8):     Statyczna biblioteka ggz-client-lib
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static ggz-client-lib library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka ggz-client-lib.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4/ -I m4/ggz/
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS QuickStart.GGZ README*
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%{_mandir}/man6/*.6*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/*.h
+%{_mandir}/man3/*.3*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.074158 seconds and 4 git commands to generate.