diff --git a/_service b/_service
index 76828d7..96813c1 100644
--- a/_service
+++ b/_service
@@ -1,3 +1,3 @@
-
-
\ No newline at end of file
+
+
diff --git a/_service:download_files:hashable-1.1.2.3.tar.gz b/_service:download_files:hashable-1.1.2.3.tar.gz
deleted file mode 100644
index 7239a81..0000000
--- a/_service:download_files:hashable-1.1.2.3.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9a76e6e64996c5050dc76cbaa842c1b37559c18322c69e5a72460a46c62269a7
-size 8685
diff --git a/ghc-hashable.changes b/ghc-hashable.changes
index 69522fd..4fdf507 100644
--- a/ghc-hashable.changes
+++ b/ghc-hashable.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Mon May 6 14:55:41 UTC 2013 - peter.trommler@ohm-hochschule.de
+
+- update to 1.1.2.5 from upstream
+* changelog not updated since 1.1.1.0
+- version required for Haskell Platform 2013.2
+- more transparent packaging (fewer macros)
+
-------------------------------------------------------------------
Thu Jun 7 19:07:50 UTC 2012 - herbert@graeber-clan.de
diff --git a/ghc-hashable.spec b/ghc-hashable.spec
index df3cd1f..cba664e 100644
--- a/ghc-hashable.spec
+++ b/ghc-hashable.spec
@@ -1,8 +1,7 @@
#
-# spec file for ghc-hashable
+# spec file for package ghc-hashable
#
-
-# Copyright (c) 2012 Herbert Graeber
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,59 +15,65 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# cabal2spec-0.25
-# https://fedoraproject.org/wiki/Packaging:Haskell
-# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name hashable
-%global common_summary Haskell %{pkg_name} library
+%global common_summary Haskell class for types that can be converted to a hash value
-%global common_description A %{pkg_name} library for Haskell.
+%global common_description This package defines a Haskell class, Hashable, for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values.
-Name: ghc-%{pkg_name}
-Version: 1.1.2.3
-Release: 1
+Name: ghc-hashable
+Version: 1.1.2.5
+Release: 0
Summary: %{common_summary}
-
-Group: System/Libraries
License: BSD-3-Clause
+Group: System/Libraries
+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# BEGIN cabal2spec
-URL: http://hackage.haskell.org/package/%{pkg_name}
+Url: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ix86} x86_64 %{ghc_arches}
BuildRequires: ghc-Cabal-devel
-BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
+BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
# END cabal2spec
%description
%{common_description}
+%package devel
+Summary: Haskell %{pkg_name} library development files
+Group: Development/Languages/Other
+Requires: ghc-compiler
+Requires(post): ghc-compiler
+Requires(postun): ghc-compiler
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+%{common_description}
+This package contains the development files.
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
+%post devel
+%ghc_pkg_recache
-# devel subpackage
-%ghc_devel_package
+%postun devel
+%ghc_pkg_recache
-%ghc_devel_description
-
-
-%ghc_devel_post_postun
-
-
-%ghc_files LICENSE
+%files -f %{name}.files
+%defattr(-,root,root,-)
+%doc LICENSE README.md
+%files devel -f %{name}-devel.files
+%defattr(-,root,root,-)
%changelog
diff --git a/hashable-1.1.2.5.tar.gz b/hashable-1.1.2.5.tar.gz
new file mode 100644
index 0000000..71b210f
--- /dev/null
+++ b/hashable-1.1.2.5.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3fb5d430c9289ebada4991a76fd78f028aaaf17957dc666ddc7b89c98a54713d
+size 9129
diff --git a/rpmlintrc b/rpmlintrc
deleted file mode 100644
index 9cb85b4..0000000
--- a/rpmlintrc
+++ /dev/null
@@ -1 +0,0 @@
-addFilter("useless-provides")