libsimpleio: (reinhard) bugfixed the spec file and added missing license in Makefile.am.
authorReinhard Pfau <reinhard.pfau@intra2net.com>
Thu, 4 Sep 2008 08:28:51 +0000 (08:28 +0000)
committerReinhard Pfau <reinhard.pfau@intra2net.com>
Thu, 4 Sep 2008 08:28:51 +0000 (08:28 +0000)
Makefile.am
libsimpleio.spec

index 9093663..0afa891 100644 (file)
@@ -1,3 +1,5 @@
 AUTOMAKE_OPTIONS = foreign
 
 SUBDIRS = doc simpleio glue_t2n unittest
+
+EXTRA_DIST+= LICENSE
index a905f1f..0ef4d8f 100644 (file)
@@ -78,7 +78,8 @@ rm -fr $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %{prefix}/lib/libsimpleio.*a*
 %{prefix}/lib/pkgconfig/libsimpleio.pc
-%{prefix}/include/simpleio*.hpp
+%{prefix}/include/simpleio.hpp
+%{prefix}/include/simple[a-hj-z]*.hpp
 
 %files t2n
 %defattr(-,root,root)