diff --git a/assimp.changes b/assimp.changes
index 1749b9e..b023309 100644
--- a/assimp.changes
+++ b/assimp.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Sep  3 09:38:16 UTC 2013 - joop.boonen@opensuse.org
+
+- Fixed the build problem with docdir
+  moved samples/ to doc 
+
 -------------------------------------------------------------------
 Fri Feb  1 21:12:07 UTC 2013 - joop.boonen@opensuse.org
 
diff --git a/assimp.spec b/assimp.spec
index 6d3b6ae..d7e5a3c 100644
--- a/assimp.spec
+++ b/assimp.spec
@@ -1,5 +1,5 @@
 #
-# spec file for package lib
+# spec file for package assimp
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define soname 3
 Name:           assimp
 Version:        3.0.1270
@@ -50,8 +51,8 @@ Assimp is a library to load and process geometric scenes from various data forma
 Summary:        Headers, docs and command-line utility for %{name}
 Group:          Development/Libraries/C and C++
 BuildRequires:  pkgconfig
-Requires:       lib%{name}%{soname} = %{version}
 Requires:       glibc-devel
+Requires:       lib%{name}%{soname} = %{version}
 Requires:       libstdc++-devel
 
 %description devel
@@ -88,8 +89,7 @@ rm -f %{buildroot}%{_libdir}/*.la
 
 %files devel
 %defattr(-,root,root)
-%docdir samples/
-%doc CREDITS README LICENSE CHANGES Documentation.chm CommandLine.chm
+%doc CREDITS README LICENSE CHANGES Documentation.chm CommandLine.chm samples/
 %dir %{_includedir}/assimp
 %dir %{_includedir}/assimp/Compiler
 %dir %{_libdir}/cmake/assimp-3.0