X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=libt2n.spec.in;h=d1970adc44ad190bb42a0e29cf4ca19c669a8965;hp=36a9c270f5de0513b99583b4ef559a27a0e67ffd;hb=0bc9b2fb08f35cc0a632d6e37e98db1e2d3f86dc;hpb=e1f27c9e107c82457e1292590ac865c148970834 diff --git a/libt2n.spec.in b/libt2n.spec.in index 36a9c27..d1970ad 100644 --- a/libt2n.spec.in +++ b/libt2n.spec.in @@ -2,14 +2,14 @@ Summary: talk2neighbor - C++ IPC library Name: libt2n Version: @VERSION@ Release: 1 -Copyright: LGPL +License: GPL version 2 + linking exception Group: Intranator Vendor: Intra2net AG 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 +BuildPrereq: libtool cppunit-devel URL: http://www.intra2net.com/en/developer/libt2n %description @@ -28,10 +28,9 @@ C++ IPC library devel files %setup -q %build -cp -f /usr/share/libtool/ltmain.sh . autoreconf --force --install ./configure $RPM_BUILD_WITH_OPTIMIZE --prefix=%{prefix} -make +%__make %{?_smp_mflags} make check @@ -46,7 +45,7 @@ rm -fr $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc AUTHORS README COPYING.LIB COPYING +%doc AUTHORS README LICENSE COPYING.GPL %{prefix}/lib/libt2n.so* %files devel