ghc-hjsmin/ghc-hjsmin.spec

146 lines
3.8 KiB
RPMSpec
Raw Permalink Normal View History

2013-07-23 15:46:02 +00:00
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name hjsmin
2014-11-17 02:53:47 +00:00
%bcond_with tests
2013-07-23 15:46:02 +00:00
Name: ghc-%{pkg_name}
Version: 0.1.4.7
2015-01-28 06:04:17 +00:00
Release: 6%{?dist}
2013-07-23 15:46:02 +00:00
Summary: Haskell implementation of a javascript minifier
License: BSD
2015-01-28 06:04:17 +00:00
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
2013-07-23 15:46:02 +00:00
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-language-javascript-devel
BuildRequires: ghc-optparse-applicative-devel
2014-11-17 02:53:47 +00:00
BuildRequires: ghc-text-devel
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
%endif
2013-07-23 15:46:02 +00:00
# End cabal-rpm deps
%description
Reduces size of javascript files by stripping out extraneous whitespace and
other syntactic elements, without changing the semantics.
%package devel
Summary: Haskell %{pkg_name} library development files
2014-11-17 02:53:47 +00:00
Provides: %{name}-static = %{version}-%{release}
2013-07-23 15:46:02 +00:00
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
2014-11-17 02:53:47 +00:00
This package provides the Haskell %{pkg_name} library development files.
2013-07-23 15:46:02 +00:00
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
2014-11-17 02:53:47 +00:00
%check
%if %{with tests}
%cabal test
%endif
2013-07-23 15:46:02 +00:00
%post devel
%ghc_pkg_recache
%postun devel
%ghc_pkg_recache
%files -f %{name}.files
%doc LICENSE
%{_bindir}/%{pkg_name}
2013-07-23 15:46:02 +00:00
%files devel -f %{name}-devel.files
2015-01-28 06:04:17 +00:00
%doc README.markdown TODO.txt
2013-07-23 15:46:02 +00:00
%changelog
2015-01-28 06:04:17 +00:00
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 0.1.4.7-6
- cblrpm refresh
2014-11-17 02:53:47 +00:00
* Mon Nov 17 2014 Jens Petersen <petersen@redhat.com> - 0.1.4.7-5
- refresh to cblrpm-0.8.11
2014-10-24 01:25:15 +00:00
* Tue Sep 30 2014 Ricky Elrod <relrod@redhat.com> - 0.1.4.7-4
- Rebuild again.
* Tue Sep 23 2014 Ricky Elrod <relrod@redhat.com> - 0.1.4.7-3
- Rebuild for latest optparse-applicative.
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Wed Jul 30 2014 Ricky Elrod <relrod@redhat.com> - 0.1.4.7-1
- Latest upstream release.
2014-05-19 08:12:10 +00:00
* Mon May 19 2014 Ricky Elrod <relrod@redhat.com> - 0.1.4.6-4
- Rebuild for hjsmin... Again.
2014-05-16 08:54:06 +00:00
* Fri May 16 2014 Ricky Elrod <relrod@redhat.com> - 0.1.4.6-3
- Rebuild for hjsmin.
* Mon May 12 2014 Ricky Elrod <relrod@redhat.com> - 0.1.4.6-2
- Rebuild for new optparse-applicative.
* Mon May 12 2014 Ricky Elrod <relrod@redhat.com> - 0.1.4.6-1
- Latest upstream release.
- Add optparse-applicative dep.
2014-04-24 03:38:41 +00:00
* Thu Apr 24 2014 Jens Petersen <petersen@redhat.com> - 0.1.4.4-5
- rebuild
2014-01-20 19:02:25 +00:00
* Mon Jan 20 2014 Ricky Elrod <codeblock@fedoraproject.org> - 0.1.4.4-4
- Rebuild again.
* Sun Jan 19 2014 Ricky Elrod <codeblock@fedoraproject.org> - 0.1.4.4-3
2014-01-19 08:54:58 +00:00
- Rebuild for utf8-light.
2014-01-11 07:49:04 +00:00
* Sat Jan 11 2014 Jens Petersen <petersen@redhat.com> - 0.1.4.4-2
- rebuild
2013-12-05 10:48:05 +00:00
* Thu Dec 5 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.1.4.4-1
- Latest upstream release.
2013-11-08 00:48:41 +00:00
* Thu Nov 7 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.1.4.3-2
- rebuild
2013-10-09 00:04:36 +00:00
* Tue Oct 8 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.1.4.3-1
- Latest upstream release.
2013-09-26 02:12:24 +00:00
* Thu Sep 26 2013 Jens Petersen <petersen@redhat.com> - 0.1.4.1-3
- rebuild
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-23 15:46:02 +00:00
* Mon Jul 8 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.1.4.1-1
- spec file generated by cabal-rpm-0.8.2