]> git.pld-linux.org Git - packages/Atlas-C++.git/commitdiff
- initial release
authortrojan <trojan@pld-linux.org>
Tue, 11 Dec 2001 15:26:14 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Atlas-C++.spec -> 1.1

Atlas-C++.spec [new file with mode: 0644]

diff --git a/Atlas-C++.spec b/Atlas-C++.spec
new file mode 100644 (file)
index 0000000..e8c1c06
--- /dev/null
@@ -0,0 +1,128 @@
+Summary:       C++ reference implementation of the Atlas protocol
+Summary(pl):   Implementacja protoko³u Atlas
+Name:          Atlas-C++
+Version:       0.4.4
+Release:       1
+License:       LGPL
+Group:         Libraries
+Group(de):     Libraries
+Group(es):     Bibliotecas
+Group(fr):     Librairies
+Group(pl):     Biblioteki
+Group(pt_BR):  Bibliotecas
+Group(ru):     âÉÂÌÉÏÔÅËÉ
+Group(uk):     â¦Â̦ÏÔÅËÉ
+Source0:       ftp://victor.worldforge.org/pub/worldforge/libs/Atlas-C++/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Atlas-C++ is the current C++ implementation of the Atlas protocol, a
+communications layer designed to be used in the WorldForge MMORPG
+gaming system. This library is suitable for linking to either clients
+or servers.
+
+%description -l pl
+Atlas-C++ jest implementacj± (w jêzyku C++) protoko³u Atlas, warstwy
+komunikacyjnej przeznaczonej do systemów WorldForge MMORPG. Bibliotekê
+tê przygotowano zarówno dla aplikacji klienckich, jak i serwerów.
+
+%package devel
+Summary:       Header files and libraries for Atlas-C++ development
+Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name} = %{version}
+Requires:      libstdc++-devel
+
+%description devel
+Atlas-C++ is the current C++ implementation of the Atlas protocol, a
+communications layer designed to be used in the WorldForge MMORPG
+gaming system. This library is suitable for linking to either clients
+or servers.
+
+This package contains the header files needed to develop programs that
+use these Atlas-C++
+
+%description devel -l pl
+Atlas-C++ jest implementacj± (w jêzyku C++) protoko³u Atlas, warstwy
+komunikacyjnej przeznaczonej do systemów WorldForge MMORPG. Bibliotekê
+tê przygotowano zarówno dla aplikacji klienckich, jak i serwerów.
+
+Pakiet zawiera pliki nag³ówkowe niezbêdne do kompilowania programów
+u¿ywaj±cych bibliotek Atlas-C++.
+
+%package static
+Summary:       Static libraries for Atlas-C++ development
+Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name}-devel = %{version}
+
+%description static
+Atlas-C++ is the current C++ implementation of the Atlas protocol, a
+communications layer designed to be used in the WorldForge MMORPG
+gaming system. This library is suitable for linking to either clients
+or servers.
+
+This package contains the static Atlas-C++ libraries.
+
+%description static -l pl
+Atlas-C++ jest implementacj± (w jêzyku C++) protoko³u Atlas, warstwy
+komunikacyjnej przeznaczonej do systemów WorldForge MMORPG. Bibliotekê
+tê przygotowano zarówno dla aplikacji klienckich, jak i serwerów.
+
+Pakiet zawiera statyczne biblioteki Atlas-C++.
+
+%prep
+%setup -q
+
+%build
+aclocal
+autoheader
+libtoolize --automake --copy --force
+automake --add-missing --copy --gnu --force
+autoconf
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf AUTHORS ChangeLog NEWS README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%{_libdir}/lib*.so.1
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/atlas-config
+%{_includedir}/Atlas
+%attr(755,root,root) %{_libdir}/lib*.la
+%{_libdir}/lib*.so
+%{_aclocaldir}/atlas.m4
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.042726 seconds and 4 git commands to generate.