libt2n: (tomj) documented code problems; have to find out if this is the source of...
[libt2n] / libt2n.spec.in
index 07cb77d..7710930 100644 (file)
@@ -1,7 +1,7 @@
 Summary:   talk2neighbor - C++ IPC library
 Name:      libt2n
 Version:   @VERSION@
-Release:   1
+Release:   2
 Copyright: LGPL
 Group:     Intranator
 Vendor:    Intra2net AG
@@ -10,7 +10,7 @@ Buildroot: /tmp/%{name}-%{version}-root
 Prefix:    /usr
 Requires:  boost >= 1.33
 BuildPrereq: libtool
-Obsoletes: libmcop
+Obsoletes: libmcop libdbus2cpp
 
 %description 
 C++ IPC library
@@ -18,7 +18,7 @@ C++ IPC library
 %package   devel
 Summary:   talk2neighbor - C++ IPC library
 Group:     Intranator/Development
-Requires:  libt2n = %{version} libgettext gccxml
+Requires:  libt2n = %{version} libgettext gccxml libxml++
 BuildPrereq: boost-devel
 
 %description devel
@@ -31,9 +31,9 @@ C++ IPC library devel files
 cp -f /usr/share/libtool/ltmain.sh .
 autoreconf --force --install
 ./configure $RPM_BUILD_WITH_OPTIMIZE --prefix=%{prefix}
-dmake
+make
 
-dmake check
+make check
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -46,10 +46,11 @@ rm -fr $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc COPYING.LIB COPYING
+%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*