Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 316173 Details for
Bug 426753
Review Request: xmonad - A tiling window manager
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
xmonad.spec
xmonad.spec (text/plain), 4.24 KB, created by
Jens Petersen
on 2008-09-09 11:05:21 UTC
(
hide
)
Description:
xmonad.spec
Filename:
MIME Type:
Creator:
Jens Petersen
Created:
2008-09-09 11:05:21 UTC
Size:
4.24 KB
patch
obsolete
>%define pkg_name xmonad >%define hsc_name ghc >%define hsc_version 6.8.3 >%define pkg_libdir %{_libdir}/%{hsc_name}-%{hsc_version}/%{pkg_name}-%{version} > >#Haskell compilers do not traditionally emit DWARF data. >%define debug_package %{nil} > >Name: %{pkg_name} >Version: 0.7 >Release: 3%{?dist} >License: BSD >Group: User Interface/X >URL: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/%{name} >Source: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz >Summary: A tiling window manager >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: %{hsc_name} = %{hsc_version}, %{hsc_name}-prof = %{hsc_version}, haddock >BuildRequires: libXinerama-devel, libX11-devel, libXext-devel >BuildRequires: ghc-X11 >= 1.4.1, ghc-X11-prof >= 1.4.1 >Requires: %{hsc_name} = %{hsc_version} >Requires: ghc-X11 >= 1.4.1 > >%description >xmonad is a tiling window manager for X. Windows are arranged >automatically to tile the screen without gaps or overlap, maximising >screen use. All features of the window manager are accessible from >the keyboard: a mouse is strictly optional. xmonad is written and >extensible in Haskell. Custom layout algorithms, and other >extensions, may be written by the user in config files. Layouts are >applied dynamically, and different layouts may be used on each >workspace. Xinerama is fully supported, allowing windows to be tiled >on several screens. > > >%package -n %{hsc_name}-%{pkg_name} >Summary: A tiling window manager >Group: Development/Libraries >Requires: %{hsc_name} = %{hsc_version} > > >%description -n %{hsc_name}-%{pkg_name} >xmonad is a tiling window manager for X. Windows are arranged >automatically to tile the screen without gaps or overlap, maximising >screen use. All features of the window manager are accessible from >the keyboard: a mouse is strictly optional. xmonad is written and >extensible in Haskell. Custom layout algorithms, and other >extensions, may be written by the user in config files. Layouts are >applied dynamically, and different layouts may be used on each >workspace. Xinerama is fully supported, allowing windows to be tiled >on several screens. > >This package contains libraries for %{hsc_name} %{hsc_version}. > > >%package -n %{hsc_name}-%{pkg_name}-prof >Summary: Profiling libraries for %{hsc_name}-%{pkg_name} >Group: Development/Libraries >Requires: %{hsc_name}-%{pkg_name} = %{version} > > >%description -n %{hsc_name}-%{pkg_name}-prof >xmonad is a tiling window manager for X. Windows are arranged >automatically to tile the screen without gaps or overlap, maximising >screen use. All features of the window manager are accessible from >the keyboard: a mouse is strictly optional. xmonad is written and >extensible in Haskell. Custom layout algorithms, and other >extensions, may be written by the user in config files. Layouts are >applied dynamically, and different layouts may be used on each >workspace. Xinerama is fully supported, allowing windows to be tiled >on several screens. > >This package contains profiling libraries for %{hsc_name} %{hsc_version}. > > >%prep >%setup -q -n %{pkg_name}-%{version} > > >%build >%{cabal_configure} -p --ghc >%{cabal_makefile} >%{cabal_build} >%{cabal_haddock} >%{ghc_gen_scripts} > > >%install >rm -rf ${RPM_BUILD_ROOT} >%{cabal_install} >%ghc_install_scripts >%ghc_gen_filelists %{hsc_name}-%{name} > >cd ${RPM_BUILD_ROOT}/%{_docdir}/%{pkg_name}-%{version} >rm -rf doc LICENSE TODO README > > >%clean >rm -rf ${RPM_BUILD_ROOT} > > >%pre -n %{hsc_name}-%{pkg_name} >%ghc_preinst_script > > >%post -n %{hsc_name}-%{pkg_name} >%ghc_postinst_script > > >%preun -n %{hsc_name}-%{pkg_name} >%ghc_preun_script > > >%postun -n %{hsc_name}-%{pkg_name} >%ghc_postun_script > > >%files -n %{hsc_name}-%{pkg_name} -f %{hsc_name}-%{name}.files >%doc dist/doc/html >%doc LICENSE TODO README > > >%files -n %{hsc_name}-%{pkg_name}-prof -f %{hsc_name}-%{name}-prof.files >%%doc LICENSE > > >%files >%defattr(-,root,root,-) >%{_bindir}/xmonad >%doc LICENSE > > >%changelog >* Wed Aug 12 2008 Yaakov M. Nemoy <yankee@koan> - 0.7-3 >- Replaced content with macros >- Removed funky naming scheme with something more straight forward > > >* Wed Jul 2 2008 Yaakov M. Nemoy <yankee@koan> - 0.7-2 >- added BuildRequires >- added Requires >- changed Group >- changed URL >- changed Source > > >* Thu Jun 26 2008 cabal-rpm <cabal-devel@haskell.org> - 0.7-1 >- spec file autogenerated by cabal-rpm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 426753
:
314788
| 316173 |
333495
|
337244
|
342410