]> git.pld-linux.org Git - packages/Atlas-C++.git/blobdiff - Atlas-C++.spec
- added link patch
[packages/Atlas-C++.git] / Atlas-C++.spec
index 103869ec6e2f906fceb85038486b4e639d0f04ce..3d91264d551a2222d28b666f396284dcff455097 100644 (file)
@@ -1,23 +1,28 @@
+# TODO:
+# add tutorial subpackage
 Summary:       C++ reference implementation of the Atlas protocol
 Summary(pl):   Implementacja protoko³u Atlas
 Name:          Atlas-C++
-Version:       0.4.6
-Release:       1
+Version:       0.6.0rc2
+Release:       0.2
 License:       LGPL
 Group:         Libraries
-Source0:       ftp://ftp.worldforge.org/pub/worldforge/libs/Atlas-C++/%{name}-%{version}.tar.bz2
-# Source0-md5: 5ef0a12001d3924baa2742171af31ed3
-BuildRequires: autoconf
+Source0:       http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2
+# Source0-md5: 4b1d3094f17bb01a9460278897dc17cd
+Patch0:                %{name}-link.patch
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: bzip2-devel
 BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:1.5
+BuildRequires: zlib-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
-xor servers.
+or servers.
 
 %description -l pl
 Atlas-C++ jest implementacj± (w jêzyku C++) protoko³u Atlas, warstwy
@@ -28,8 +33,9 @@ t
 Summary:       Header files for Atlas-C++ development
 Summary(pl):   Pliki nag³ówkowe do biblioteki Atlas-C++
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+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
@@ -52,7 +58,7 @@ u
 Summary:       Static libraries for Atlas-C++ development
 Summary(pl):   Statyczne biblioteki Atlas-C++
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Atlas-C++ is the current C++ implementation of the Atlas protocol, a
@@ -71,14 +77,14 @@ Pakiet zawiera statyczne biblioteki Atlas-C++.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-rm -f missing
+%{__libtoolize}
 %{__aclocal}
 %{__autoheader}
-%{__libtoolize}
-%{__automake}
 %{__autoconf}
+%{__automake}
 %configure \
        --enable-static
 %{__make}
@@ -98,17 +104,16 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_bindir}/atlas_convert
+%attr(755,root,root) %{_libdir}/libAtlas*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/atlas-config
+%attr(755,root,root) %{_libdir}/libAtlas*.so
+%{_libdir}/libAtlas*.la
 %{_includedir}/Atlas*
-%{_libdir}/lib*.la
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_aclocaldir}/atlas.m4
 %{_pkgconfigdir}/atlascpp*.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libAtlas*.a
This page took 0.053493 seconds and 4 git commands to generate.