diff --git a/README.md b/README.md
index 5e23fc5..4227976 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,6 @@
# libgsl25
+The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
+The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting.
+There are over 1000 functions in total.
+
diff --git a/gsl-ref.ps.gz b/gsl-ref.ps.gz
new file mode 100644
index 0000000..e4381b9
Binary files /dev/null and b/gsl-ref.ps.gz differ
diff --git a/gsl-ref_toc.html b/gsl-ref_toc.html
new file mode 100644
index 0000000..f3fbbf1
--- /dev/null
+++ b/gsl-ref_toc.html
@@ -0,0 +1,10 @@
+
+
+
+
+GNU Scientific Library -- Reference Manual - Table of Contents
+
+
+
+This page has moved to index.html
\ No newline at end of file
diff --git a/libgsl25.spec b/libgsl25.spec
new file mode 100644
index 0000000..5945dc8
--- /dev/null
+++ b/libgsl25.spec
@@ -0,0 +1,171 @@
+Name: libgsl25
+Version: 2.6
+Release: 2mamba
+Summary: GNU Scientific Library
+Group: System/Libraries
+Vendor: openmamba
+Distribution: openmamba
+Packager: Silvan Calarco
+URL: http://www.gnu.org/software/gsl/
+Source0: ftp://ftp.gnu.org/gnu/gsl/gsl-%{version}.tar.gz
+Source1: http://www.gnu.org/software/gsl/manual/gsl-ref_toc.html
+Source2: http://www.gnu.org/software/gsl/manual/gsl-ref.ps.gz
+License: GPL
+## AUTOBUILDREQ-BEGIN
+BuildRequires: glibc-devel
+BuildRequires: libgsl-devel
+## AUTOBUILDREQ-END
+Requires(post):%{__install_info}
+
+%description
+The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
+The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting.
+There are over 1000 functions in total.
+
+%package devel
+Group: Development/Libraries
+Summary: Static libraries and headers for %{name}
+Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
+
+%description devel
+The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
+The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting.
+There are over 1000 functions in total.
+This package contains static libraries and header files needed for development.
+
+%package doc
+Group: Documentation
+Summary: GNU Scientific Library (GSL) documentation
+Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
+
+%description doc
+he GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
+The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting.
+There are over 1000 functions in total.
+This package contains the GNU Scientific Library (GSL) documentation.
+
+%package -n gsl25
+Group: System/Tools
+Summary: Tools provided by %{name}
+Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
+
+%description -n gsl25
+The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
+The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting.
+There are over 1000 functions in total.
+This package contains the tools provided with the GSL library.
+
+%prep
+%setup -q -n gsl-%{version}
+
+%build
+%configure
+%make
+
+%install
+[ "%{buildroot}" != / ] && rm -rf %{buildroot}
+%makeinstall
+
+install -D -m644 %{S:1} rpm.doc/%{S:1}
+install -D -m644 %{S:2} rpm.doc/%{S:2}
+
+rm -f %{buildroot}%{_libdir}/libgslcblas*
+
+%clean
+[ "%{buildroot}" != / ] && rm -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+%preun -p /sbin/ldconfig
+
+%post -n gsl25
+%install_info gsl-ref.info
+:
+
+%preun -n gsl25
+%uninstall_info gsl-ref.info
+:
+
+%files
+%defattr(-,root,root)
+%{_libdir}/libgsl.so.*
+%doc AUTHORS COPYING
+
+%files devel
+%defattr(-,root,root)
+%{_bindir}/gsl-config
+%{_datadir}/aclocal/gsl.m4
+%dir %{_includedir}/gsl
+%{_includedir}/gsl/*.h
+%{_libdir}/libgsl.a
+%{_libdir}/libgsl.so
+%{_libdir}/pkgconfig/*.pc
+%doc BUGS ChangeLog NEWS README THANKS TODO
+
+%files -n gsl25
+%defattr(-,root,root)
+%{_bindir}/gsl-histogram
+%{_bindir}/gsl-randist
+%{_mandir}/man1/gsl-config.*
+%{_mandir}/man1/gsl-histogram.*
+%{_mandir}/man1/gsl-randist.*
+%{_mandir}/man3/gsl.*
+%{_infodir}/gsl-ref.*
+
+%files doc
+%defattr(-,root,root)
+%doc rpm.doc/%{SOURCE1} rpm.doc/%{SOURCE2}
+
+%changelog
+* Mon Dec 26 2022 Silvan Calarco 2.6-2mamba
+- legacy package
+
+* Wed Aug 28 2019 Automatic Build System 2.6-1mamba
+- automatic version update by autodist
+
+* Sat Jun 16 2018 Automatic Build System 2.5-1mamba
+- automatic version update by autodist
+
+* Wed Jun 28 2017 Automatic Build System 2.4-1mamba
+- automatic version update by autodist
+
+* Sun Dec 18 2016 Automatic Build System 2.3-1mamba
+- automatic version update by autodist
+
+* Sun Sep 04 2016 Automatic Build System 2.2.1-1mamba
+- automatic version update by autodist
+
+* Thu Feb 11 2016 Automatic Build System 2.1-1mamba
+- automatic update by autodist
+
+* Mon Nov 02 2015 Automatic Build System 2.0-1mamba
+- automatic update by autodist
+
+* Sun Jul 21 2013 Automatic Build System 1.16-1mamba
+- automatic update by autodist
+
+* Thu Jun 16 2011 Automatic Build System 1.15-1mamba
+- automatic update by autodist
+
+* Fri Apr 23 2010 Automatic Build System 1.14-1mamba
+- automatic update by autodist
+
+* Thu Sep 10 2009 Automatic Build System 1.13-1mamba
+- automatic update by autodist
+
+* Sun Jan 04 2009 Silvan Calarco 1.12-1mamba
+- automatic update by autodist
+
+* Tue May 13 2008 Aleph0 1.11-1mamba
+- update to 1.11
+
+* Thu Sep 20 2007 Aleph0 1.10-1mamba
+- update to 1.10
+
+* Thu Mar 08 2007 Davide Madrisan 1.9-1qilnx
+- update to version 1.9 by autospec
+
+* Wed Apr 12 2006 Davide Madrisan 1.8-1qilnx
+- update to version 1.8 by autospec
+
+* Fri Sep 16 2005 Davide Madrisan 1.7-1qilnx
+- package created by autospec