Hello community,

here is the log from the commit of package ghc-regex-compat for 
openSUSE:Factory checked in at 2013-08-06 06:53:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-regex-compat (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-regex-compat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-regex-compat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-regex-compat/ghc-regex-compat.changes        
2013-01-10 15:31:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-regex-compat.new/ghc-regex-compat.changes   
2013-08-06 06:53:28.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May  6 14:12:54 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- more transparent packaging (fewer macros) 
+
+-------------------------------------------------------------------

Old:
----
  rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-regex-compat.spec ++++++
--- /var/tmp/diff_new_pack.HGPj4J/_old  2013-08-06 06:53:29.000000000 +0200
+++ /var/tmp/diff_new_pack.HGPj4J/_new  2013-08-06 06:53:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for ghc-regex-compat
+# spec file for package ghc-regex-compat
 #
-# Copyright (c) 2013 Peter Trommler peter.tromm...@ohm-hochschule.de
+# 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
@@ -15,57 +15,67 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name regex-compat
 
-%global common_summary Haskell %{pkg_name} library
+%global common_summary Replaces/Enhances Text.Regex for Haskell
 
-%global common_description A %{pkg_name} library for Haskell.
+%global common_description One module layer over regex-posix to replace 
Text.Regex for Haskell.
 
 Name:           ghc-regex-compat
 Version:        0.95.1
-Release:        1
+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-array-devel
 BuildRequires:  ghc-regex-base-devel
 BuildRequires:  ghc-regex-posix-devel
+BuildRequires:  ghc-rpm-macros
 # 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
-
-%ghc_devel_description
-
-
-%ghc_devel_post_postun
-
+%postun devel
+%ghc_pkg_recache
 
-%ghc_files LICENSE
+%files -f %{name}.files
+%defattr(-,root,root,-)
+%doc LICENSE
 
+%files devel -f %{name}-devel.files
+%defattr(-,root,root,-)
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to