Accepting request 515774 from devel:languages:haskell
1 OBS-URL: https://build.opensuse.org/request/show/515774 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alex?expand=0&rev=16
This commit is contained in:
commit
86fe7c0d51
10
alex.changes
10
alex.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 9 12:59:47 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
- Drop autom4te.cache/requests from doc to fix build-compare
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 29 18:32:34 UTC 2017 - psimons@suse.com
|
||||
|
||||
|
@ -34,7 +34,6 @@ BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-process-devel
|
||||
%endif
|
||||
@ -60,12 +59,12 @@ test -f configure || autoreconf
|
||||
%ghc_bin_install
|
||||
mkdir -p %{buildroot}/%{_mandir}/man1
|
||||
cp doc/alex.1 %{buildroot}/%{_mandir}/man1
|
||||
rm doc/autom4te.cache/requests # varies across builds, breaking build-compare
|
||||
|
||||
%check
|
||||
%cabal_test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
%doc CHANGELOG.md README.md TODO doc examples
|
||||
%{_bindir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user