]> git.pld-linux.org Git - packages/gcursor.git/blame - gcursor.spec
- converted to UTF-8
[packages/gcursor.git] / gcursor.spec
CommitLineData
c2a66788 1Summary: gcursor - a little program to change youre Xcursor
1890429c 2Summary(pl.UTF-8): gcursor - mały program do zmiany kursora
c2a66788 3Name: gcursor
4Version: 0.061
5Release: 1
6License: GPL
7Group: X11/Applications
41062990 8Source0: http://download.qballcow.nl/programs/gcursor/%{name}-%{version}.tar.gz
c2a66788 9# Source0-md5: 233810996bc7f69879f8978c523ae723
10Patch0: %{name}-po.patch
11Patch1: %{name}-desktop.patch
12URL: http://qballcow.nl/?name=gcursor&css=0
c2a66788 13BuildRequires: autoconf
14BuildRequires: automake
ed62286e 15BuildRequires: gettext-devel
16BuildRequires: intltool
d14d608e 17BuildRequires: libgnomeui-devel >= 2.0.0
c2a66788 18BuildRequires: pkgconfig
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22gcursor is a little GTK+ program to change youre Xcursor with animated
23preview. It sets a gconf key that is used by GNOME's session manager.
24You need to log in GNOME again to make the changes.
25
1890429c
JR
26%description -l pl.UTF-8
27gcursor to mały, oparty na GTK+, program z animowanym podglądem, który
28służy do zmiany kursora. Ustawia klucz gconf, który jest używany
29przez zarządcę sesji GNOME. Aby zmiany zadziałały, trzeba ponownie
30zalogować się do GNOME.
c2a66788 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
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%find_lang %{name}
52
53%clean
54rm -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}
67f6ecc3 61%{_desktopdir}/*.desktop
This page took 0.057576 seconds and 4 git commands to generate.