]> git.pld-linux.org Git - packages/Atlas-C++.git/commitdiff
- added link patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Apr 2006 20:17:03 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Atlas-C++.spec -> 1.24

Atlas-C++.spec

index c59309d05a60483ece2a87e43085642b56ea99d6..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
@@ -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.088304 seconds and 4 git commands to generate.