]> git.pld-linux.org Git - packages/gnome-chess.git/commitdiff
- initial version.
authorkloczek <kloczek@pld-linux.org>
Wed, 20 Oct 1999 19:55:16 +0000 (19:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-chess.spec -> 1.1

gnome-chess.spec [new file with mode: 0644]

diff --git a/gnome-chess.spec b/gnome-chess.spec
new file mode 100644 (file)
index 0000000..3095ca8
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       GNOME chess
+Name:          gnome-chess
+Version:       0.2.3
+Release:       1
+Copyright:     GPL
+Group:         Games
+Source:                ftp://ftp.gnome.org/pub/gnome-chess/%{name}-%{version}.tar.gz
+Patch:         gnome-chess-applnk.patch
+Icon:          gnome-chess.gif
+BuildRequires: gettext-devel
+BuildRequires: gnome-libs-devel
+BuildRequires: ORBit-devel
+URL:           http://www.gnome.org/
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%define                _prefix         /usr/X11R6
+
+%description
+GNOME Chess is part of the GNOME project and is a graphical chess interface.
+It can provide and interface to GNU Chess, Crafty, chess servers and PGN
+files.
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+gettextize --copy --force
+automake
+LDFAGS="-s"; export LDFAGS
+%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 COPYING ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/pixmaps/*
+%{_datadir}/mime-info/*
+%{_datadir}/applnk/Games/*
This page took 0.166522 seconds and 4 git commands to generate.