]> git.pld-linux.org Git - packages/Atlas-C++.git/blobdiff - Atlas-C++.spec
- added link patch
[packages/Atlas-C++.git] / Atlas-C++.spec
index 7a4d8c4b0abb255250ba45d8e22ddcbb3c45ac91..3d91264d551a2222d28b666f396284dcff455097 100644 (file)
@@ -1,6 +1,5 @@
 # TODO:
 # add tutorial subpackage
-# libAtlasFilters.so should be linked with -lz -lbz2
 Summary:       C++ reference implementation of the Atlas protocol
 Summary(pl):   Implementacja protoko³u Atlas
 Name:          Atlas-C++
@@ -10,6 +9,7 @@ License:       LGPL
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2
 # Source0-md5: 4b1d3094f17bb01a9460278897dc17cd
+Patch0:                %{name}-link.patch
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: bzip2-devel
@@ -22,7 +22,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 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
-xor servers.
+or servers.
 
 %description -l pl
 Atlas-C++ jest implementacj± (w jêzyku C++) protoko³u Atlas, warstwy
@@ -35,6 +35,7 @@ Summary(pl):  Pliki nag
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      libstdc++-devel
+# libAtlasFilters additionally R: bzip2-devel,zlib-devel
 
 %description devel
 Atlas-C++ is the current C++ implementation of the Atlas protocol, a
@@ -76,6 +77,7 @@ Pakiet zawiera statyczne biblioteki Atlas-C++.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.026063 seconds and 4 git commands to generate.