diff --git a/mrw-c++-devel.spec.in b/mrw-c++-devel.spec.in
deleted file mode 100644
index eb34196..0000000
--- a/mrw-c++-devel.spec.in
+++ /dev/null
@@ -1,70 +0,0 @@
-## @file
-##
-## $Id$
-##
-## $Date$
-## $Author$
-##
-## @copy © Marc Wäckerlin
-## @license LGPL, see file COPYING
-##
-## $Log$
-## Revision 1.3 2004/09/09 20:09:06 marc
-## library versioning now works how i want it
-##
-## Revision 1.2 2004/08/28 16:21:07 marc
-## mrw-c++-0.92 (mrw)
-## - new file: version.cpp
-## - new file header for all sources
-## - work around warning in mrw::auto
-## - possibility to compile without log4cxx
-## - work around bugs in demangle.h and libiberty.h
-## - corrections in documentation
-## - added simple tracing mechanism
-## - more warnings
-## - small corrections in Auto<>::Free and a new test for it
-## - possibility to compile without stack trace
-##
-
-# rpmbuild -bb --clean @PACKAGENAME@.spec
-Summary: MRW's C++ Class Library, facilities for ease and quality
-Name: @PACKAGENAME@-devel
-Version: @MAJOR@.@MINOR@.@LEAST@
-Release: 1
-License: LGPL
-Group: Development/Libraries/C++
-URL: http://marc.waeckerlin.org/mrw-c++/index.html
-Source0: @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-
-Prefix: /usr
-
-Requires: gcc-c++ >= 3.0
-Requires: binutils
-Requires: @PACKAGENAME@ = @MAJOR@.@MINOR@.@LEAST@
-
-%description
-@README@
-
-This Package contains all files required for developement.
-
-%prep
-%setup -q -n @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@
-./configure --prefix=$RPM_BUILD_ROOT/usr
-
-%build
-make check
-
-%install
-make install
-rm -rf $RPM_BUILD_ROOT/usr/lib/libmrw*.so*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root,-)
-/usr
-
-%changelog
-@CHANGE_LOG@