This commit is contained in:
Jens Petersen 2016-06-30 11:55:46 +09:00
parent 74dd85e8bf
commit cfa1a4ed3d
1 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.9.12
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name xmonad
@ -6,7 +7,7 @@
Name: %{pkg_name}
Version: 0.12
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A tiling window manager
License: BSD
@ -160,8 +161,6 @@ cp -p %SOURCE4 .
%install
%ghc_lib_install
%ghc_fix_dynamic_rpath %{pkg_name}
install -p -m 0644 -D man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
install -p -m 0644 -D %SOURCE1 %{buildroot}%{_datadir}/xsessions/%{name}.desktop
install -p -m 0755 -D %SOURCE2 %{buildroot}%{_bindir}/%{name}-start
@ -170,7 +169,9 @@ install -p -m 0644 -D %SOURCE5 %{buildroot}%{_datadir}/xsessions/%{name}-mate.de
install -p -m 0644 -D %SOURCE7 %{buildroot}%{_datadir}/xmonad/xmonad.hs
rm %{buildroot}%{_datadir}/%{name}-%{version}/man/xmonad.{hs,1,1.html}
# ship LICENSE in xmonad-core
%ghc_fix_dynamic_rpath %{pkg_name}
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
@ -218,10 +219,13 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
%doc STYLE
%doc STYLE TODO
%changelog
* Thu Jun 30 2016 Jens Petersen <petersen@redhat.com> - 0.12-2
- rebuild
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.12-1
- update to 0.12
- sync with cabal-rpm-0.9.10