]> git.pld-linux.org Git - packages/gcursor.git/blob - gcursor.spec
2b6bf8fc55e422b53d9e5a4d28819db284a67a4f
[packages/gcursor.git] / gcursor.spec
1 Summary:        gcursor - a little program to change youre Xcursor
2 Summary(pl.UTF-8):      gcursor - mały program do zmiany kursora
3 Name:           gcursor
4 Version:        0.061
5 Release:        2
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.UTF-8
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.068187 seconds and 3 git commands to generate.