From: aflinta Date: Tue, 21 Sep 2004 13:11:28 +0000 (+0000) Subject: - PLD initial release by Kamil Kosiński X-Git-Tag: AC-STABLE~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgcursor.git;a=commitdiff_plain;h=c2a6678805390b8a9a87561dcf25ab1ef9a2fcb1 - PLD initial release by Kamil Kosiński Changed files: gcursor.spec -> 1.1 --- diff --git a/gcursor.spec b/gcursor.spec new file mode 100644 index 0000000..28790e8 --- /dev/null +++ b/gcursor.spec @@ -0,0 +1,59 @@ +Summary: gcursor - a little program to change youre Xcursor +Summary(pl): gcursor - ma³y program do zmiany kursora +Name: gcursor +Version: 0.061 +Release: 1 +License: GPL +Group: X11/Applications +Source0: http://download.qballcow.nl/programs/%{name}/%{name}-%{version}.tar.gz +# Source0-md5: 233810996bc7f69879f8978c523ae723 +Patch0: %{name}-po.patch +Patch1: %{name}-desktop.patch +URL: http://qballcow.nl/?name=gcursor&css=0 +BuildRequires: libgnomeui-devel >= 2.0.0 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +gcursor is a little GTK+ program to change youre Xcursor with animated +preview. It sets a gconf key that is used by GNOME's session manager. +You need to log in GNOME again to make the changes. + +%description -l pl +gcursor to ma³y program z animowanym podgl±dem, bazuj±cy na GTK+, +który s³u¿y do zmiany kursora. Ustawia klucz gconf, który jest u¿ywany +przez menad¿era sesji GNOME. Aby zmiany zadzia³a³y, musisz ponownie +zalogowaæ siê do GNOME. + +%prep +%setup -q +%patch0 -p1 +%patch1 -p1 + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog TODO +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} +%{_desktopdir}/*