]> git.pld-linux.org Git - packages/gcursor.git/blob - gcursor.spec
- PLD initial release by Kamil Kosiński
[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/%{name}/%{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:  libgnomeui-devel >= 2.0.0
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  pkgconfig
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 gcursor is a little GTK+ program to change youre Xcursor with animated
21 preview. It sets a gconf key that is used by GNOME's session manager.
22 You need to log in GNOME again to make the changes.
23
24 %description -l pl
25 gcursor to ma³y program z animowanym podgl±dem, bazuj±cy na GTK+,
26 który s³u¿y do zmiany kursora. Ustawia klucz gconf, który jest u¿ywany
27 przez menad¿era sesji GNOME. Aby zmiany zadzia³a³y, musisz ponownie
28 zalogowaæ siê do GNOME.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33 %patch1 -p1
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog TODO
57 %attr(755,root,root) %{_bindir}/*
58 %{_datadir}/%{name}
59 %{_desktopdir}/*
This page took 0.062835 seconds and 4 git commands to generate.