From root@hilbert.suse.de Thu Nov 10 12:17:27 2016 From: root@hilbert.suse.de To: commit@lists.opensuse.org Subject: commit ghc-webpage for openSUSE:Factory Date: Thu, 10 Nov 2016 13:17:27 +0100 Message-ID: <20161110121727.8EF9EAE04B@hilbert.suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9067531957545803025==" --===============9067531957545803025== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello community, here is the log from the commit of package ghc-webpage for openSUSE:Factory c= hecked in at 2016-11-10 13:17:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-webpage (Old) and /work/SRC/openSUSE:Factory/.ghc-webpage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-webpage" Changes: -------- New Changes file: --- /dev/null 2016-10-27 01:54:32.792041256 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-webpage.new/ghc-webpage.changes 2016-11-1= 0 13:17:26.000000000 +0100 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sun Jul 10 17:34:32 UTC 2016 - psimons(a)suse.com + +- Update to version 0.0.4 revision 0 with cabal2obs. + New: ---- ghc-webpage.changes ghc-webpage.spec webpage-0.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-webpage.spec ++++++ # # spec file for package ghc-webpage # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %global pkg_name webpage Name: ghc-%{pkg_name} Version: 0.0.4 Release: 0 Summary: Organized and simple web page scaffold for blaze and lucid License: MIT Group: System/Libraries Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{= pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel # Begin cabal-rpm deps: BuildRequires: ghc-blaze-html-devel BuildRequires: ghc-data-default-devel BuildRequires: ghc-lucid-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build # End cabal-rpm deps %description This is a general organization scheme for web pages, implemented for Lucid, a= nd adapted for Blaze-html. It's as easy as 1-2-3: > import Web.Page.Lucid > > =CE=BB> renderText $ template def "some content" = > > =E2=86=AA " rel=3D"icon">some content" overload the particular areas with record syntax and stuff: > =CE=BB> let page =3D WebPage > "foo" > mempty > mempty > mempty > mempty > = mempty > mempty > (script_ [src_ "jquery.js"] "") > > > =CE=BB> template page "some co= ntent" > > =E2=86=AA "foo > s= ome content" . %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other Requires: %{name} =3D %{version}-%{release} Requires: ghc-compiler =3D %{ghc_version} Requires(post): ghc-compiler =3D %{ghc_version} Requires(postun): ghc-compiler =3D %{ghc_version} %description devel This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} echo > Setup.hs 'import Distribution.Simple' echo >>Setup.hs 'main =3D defaultMain' %build %ghc_lib_build %install %ghc_lib_install %post devel %ghc_pkg_recache %postun devel %ghc_pkg_recache %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE %files devel -f %{name}-devel.files %defattr(-,root,root,-) %changelog --===============9067531957545803025==--