Author: qboosh Date: Fri Apr 7 19:29:44 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - cleanups, package atlas_convert, BR: bzip2-devel,zlib-devel
---- Files affected: SPECS: Atlas-C++.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/Atlas-C++.spec diff -u SPECS/Atlas-C++.spec:1.21 SPECS/Atlas-C++.spec:1.22 --- SPECS/Atlas-C++.spec:1.21 Tue Apr 4 21:43:52 2006 +++ SPECS/Atlas-C++.spec Fri Apr 7 21:29:38 2006 @@ -1,7 +1,7 @@ # $Revision$, $Date$ # TODO: # add tutorial subpackage -# check if atlas_convert should be in %files and in which package +# 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++ @@ -11,10 +11,12 @@ Group: Libraries Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2 # Source0-md5: 4b1d3094f17bb01a9460278897dc17cd -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: automake +BuildRequires: bzip2-devel BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.5 +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -101,20 +103,19 @@ %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}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libAtlas*.so +%{_libdir}/libAtlas*.la %{_includedir}/Atlas* -#%{_aclocaldir}/atlas.m4 %{_pkgconfigdir}/atlascpp*.pc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libAtlas*.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -122,6 +123,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2006/04/07 19:29:38 qboosh +- cleanups, package atlas_convert, BR: bzip2-devel,zlib-devel + Revision 1.21 2006/04/04 19:43:52 agaran - rel 0.2, fixed %files a bit, builds for me, (no idea if work properly yet) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/Atlas-C++.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
