]> git.pld-linux.org Git - packages/gdkxft.git/blob - gdkxft.spec
- fix it (more macros; proper dirs)
[packages/gdkxft.git] / gdkxft.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Adapt GTK-1.2 to support xft fonts
3 Summary(pl):    Wsparcie dla fontów xft dla GTK-1.2
4 Name:           gdkxft
5 Version:        1.0
6 Release:        1
7 License:        LGPL
8 Group:          X11/Libraries
9 Group(de):      X11/Libraries
10 Group(es):      X11/Bibliotecas
11 Group(fr):      X11/Librairies
12 Group(pl):      X11/Biblioteki
13 Group(pt_BR):   X11/Bibliotecas
14 Group(ru):      X11/âÉÂÌÉÏÔÅËÉ
15 Group(uk):      X11/â¦Â̦ÏÔÅËÉ
16 Source0:        http://philrsss.anu.edu.au/~josh/gdkxft/%{name}-%{version}.tar.gz
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18 URL:            http://philrsss.anu.edu.au/~josh/gdkxft/
19 BuildRequires:  autoconf
20 BuildRequires:  automake
21 BuildRequires:  libtool
22 BuildRequires:  XFree86-devel
23 BuildRequires:  perl-devel
24 BuildRequires:  gtk+-devel >= 1.2.0
25
26 %define         _prefix         /usr/X11R6
27 %define         _mandir         %{_prefix}/man
28
29 %description 
30 A library that adds transparent support for anti-aliased fonts to the
31 libgdk component of gtk+-1.2.x. Gtk+ widgets will automagically use
32 the fonts.
33
34 %description -l pl
35 Biblioteka dodaj±ca prze¼roczyst± obs³ugê dla wyg³adzanych fontów
36 w komponencie libgdk biblioteki gtk+-1.2.x. Widgety gtk+ automatycznie
37 bêd± u¿ywa³y tych fontów.
38
39 %prep
40 %setup -q
41
42 %build
43 rm missing
44 libtoolize --copy --force
45 aclocal
46 autoconf
47 automake -a -c
48 %configure
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56         
57 gzip -9nf AUTHORS COPYING ChangeLog NEWS README
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post
63 %{_bindir}/gdkxft_sysinstall
64
65 %preun
66 %{_bindir}/gdkxft_sysinstall -u
67
68 %files
69 %defattr(644,root,root,755)
70 %doc *.gz
71 %config %{_datadir}/gdkxft.conf
72 %{_libdir}/libgdkxft.*
73 %attr(755,root,root) %{_bindir}/gdkxft_sysinstall
This page took 0.030056 seconds and 4 git commands to generate.