]> git.pld-linux.org Git - packages/gdkxft.git/blob - gdkxft.spec
small cosmetics, and it build(at least on sparc)
[packages/gdkxft.git] / gdkxft.spec
1 Summary:        Adapt GTK-1.2 to support xft fonts
2 Name:           gdkxft
3 Version:        1.0
4 Release:        1
5 License:        LGPL
6 Group:          X11/Libraries
7 Group(de):      X11/Libraries
8 Group(es):      X11/Bibliotecas
9 Group(fr):      X11/Librairies
10 Group(pl):      X11/Biblioteki
11 Group(pt_BR):   X11/Bibliotecas
12 Group(ru):      X11/âÉÂÌÉÏÔÅËÉ
13 Group(uk):      X11/â¦Â̦ÏÔÅËÉ
14 Source0:        http://philrsss.anu.edu.au/~josh/gdkxft/%{name}-%{version}.tar.gz
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16 URL:            http://philrsss.anu.edu.au/~josh/gdkxft/
17 Requires:       gtk+
18 %define prefix   /usr/X11R6
19
20 %description 
21 A library that adds transparent support for anti-aliased fonts to the
22 libgdk component of gtk+-1.2.x. Gtk+ widgets will automagically use
23 the fonts.
24
25 %prep
26 %setup -q
27
28 %build
29 ./configure --prefix=%prefix
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post
40 %{prefix}/bin/gdkxft_sysinstall
41
42 %preun
43 %{prefix}/bin/gdkxft_sysinstall -u
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS COPYING ChangeLog NEWS README
48 %config %{_datadir}/gdkxft.conf
49 %{_libdir}/libgdkxft.*
50 %attr(755,root,root) %{_bindir}/gdkxft_sysinstall
This page took 0.079318 seconds and 3 git commands to generate.