/[packages]/cauldron/xfontsel/current/SPECS/xfontsel.spec
ViewVC logotype

Annotation of /cauldron/xfontsel/current/SPECS/xfontsel.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27755 - (hide annotations) (download)
Thu Jan 20 23:59:41 2011 UTC (13 years, 3 months ago) by ennael
File size: 841 byte(s)
imported package xfontsel
1 ennael 27755 Name: xfontsel
2     Version: 1.0.3
3     Release: %mkrel 1
4     Summary: Point and click selection of X11 font names
5     Group: Development/X11
6     Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
7     License: MIT
8     BuildRoot: %{_tmppath}/%{name}-root
9    
10     BuildRequires: libxt-devel >= 1.0.0
11     BuildRequires: libxaw-devel >= 1.0.1
12     BuildRequires: x11-util-macros >= 1.0.1
13    
14     %description
15     The xfontsel application provides a simple way to display the fonts known to
16     your X server, examine samples of each, and retrieve the X Logical Font
17     Description ("XLFD") full name for a font.
18    
19     %prep
20     %setup -q -n %{name}-%{version}
21    
22     %build
23     %configure2_5x
24     %make
25    
26     %install
27     rm -rf %{buildroot}
28     %makeinstall_std
29    
30     %clean
31     rm -rf %{buildroot}
32    
33     %files
34     %defattr(-,root,root)
35     %{_bindir}/xfontsel
36     %{_datadir}/X11/app-defaults/XFontSel
37     %{_mandir}/man1/xfontsel.1*
38    
39    

  ViewVC Help
Powered by ViewVC 1.1.30