]> git.pld-linux.org Git - packages/gcursor.git/blob - gcursor.spec
- do not list %{_desktopdir}/* -- dangerous, could list directories unexpectedly
[packages/gcursor.git] / gcursor.spec
1 Summary:        gcursor - a little program to change youre Xcursor
2 Summary(pl):    gcursor - ma³y program do zmiany kursora
3 Name:           gcursor
4 Version:        0.061
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://download.qballcow.nl/programs/gcursor/%{name}-%{version}.tar.gz
9 # Source0-md5:  233810996bc7f69879f8978c523ae723
10 Patch0:         %{name}-po.patch
11 Patch1:         %{name}-desktop.patch
12 URL:            http://qballcow.nl/?name=gcursor&css=0
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gettext-devel
16 BuildRequires:  intltool
17 BuildRequires:  libgnomeui-devel >= 2.0.0
18 BuildRequires:  pkgconfig
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 gcursor is a little GTK+ program to change youre Xcursor with animated
23 preview. It sets a gconf key that is used by GNOME's session manager.
24 You need to log in GNOME again to make the changes.
25
26 %description -l pl
27 gcursor to ma³y, oparty na GTK+, program z animowanym podgl±dem, który
28 s³u¿y do zmiany kursora. Ustawia klucz gconf, który jest u¿ywany
29 przez zarz±dcê sesji GNOME. Aby zmiany zadzia³a³y, trzeba ponownie
30 zalogowaæ siê do GNOME.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35 %patch1 -p1
36
37 %build
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog TODO
59 %attr(755,root,root) %{_bindir}/*
60 %{_datadir}/%{name}
61 %{_desktopdir}/*.desktop
This page took 0.047319 seconds and 3 git commands to generate.