X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=libt2n.spec.in;h=36a9c270f5de0513b99583b4ef559a27a0e67ffd;hp=3d5c8dc6e565dc3347a100b5ea05ae3700d21166;hb=e1f27c9e107c82457e1292590ac865c148970834;hpb=5816531135da09aceb7a026eeade735cbd20ef03 diff --git a/libt2n.spec.in b/libt2n.spec.in index 3d5c8dc..36a9c27 100644 --- a/libt2n.spec.in +++ b/libt2n.spec.in @@ -5,10 +5,12 @@ Release: 1 Copyright: LGPL Group: Intranator Vendor: Intra2net AG -Source: %{name}-%{version}.tar.gz +Source: http://www.intra2net.com/en/developer/libt2n/download/%{name}-%{version}.tar.gz Buildroot: /tmp/%{name}-%{version}-root Prefix: /usr +Requires: boost >= 1.33 BuildPrereq: libtool +URL: http://www.intra2net.com/en/developer/libt2n %description C++ IPC library @@ -16,7 +18,8 @@ C++ IPC library %package devel Summary: talk2neighbor - C++ IPC library Group: Intranator/Development -Requires: libt2n = %{version} libgettext +Requires: libt2n = %{version} libgettext gccxml libxml++ +BuildPrereq: boost-devel %description devel C++ IPC library devel files @@ -26,11 +29,11 @@ C++ IPC library devel files %build cp -f /usr/share/libtool/ltmain.sh . -autoreconf --force -./configure $RPM_BUILD_WITH_OPTIMIZE --prefix=%{prefix} --includedir=%{prefix}/include/%{name} -dmake +autoreconf --force --install +./configure $RPM_BUILD_WITH_OPTIMIZE --prefix=%{prefix} +make -dmake check +make check %install make DESTDIR=$RPM_BUILD_ROOT install @@ -43,11 +46,15 @@ rm -fr $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc LICENSE +%doc AUTHORS README COPYING.LIB COPYING %{prefix}/lib/libt2n.so* %files devel +%doc ChangeLog doc examples examples-codegen %defattr(-,root,root) +%{prefix}/bin/libt2n-codegen %{prefix}/lib/*.*a* %{prefix}/lib/pkgconfig/*.pc %{prefix}/include/ +%{prefix}/share/aclocal +%{prefix}/share/libt2n