summaryrefslogtreecommitdiffstats
path: root/gmchess/F-13
diff options
context:
space:
mode:
authorRobin Lee <cheeselee@fedoraproject.org>2012-02-16 17:24:11 +0800
committerRobin Lee <cheeselee@fedoraproject.org>2012-02-16 17:24:11 +0800
commit9bf72ce9a56e8761fa4ae865cc01066c6ec7b1e2 (patch)
tree2a5f199a5bdf1a46ed6685cff4e5a209a1e1065a /gmchess/F-13
parentc5d86942b0e8a8bb5fa64030e662564f6c6deb98 (diff)
downloadrpm-master.tar.gz
rpm-master.tar.xz
rpm-master.zip
gmchess 0.29.6-1HEADmaster
Diffstat (limited to 'gmchess/F-13')
-rw-r--r--gmchess/F-13/gmchess.spec59
1 files changed, 0 insertions, 59 deletions
diff --git a/gmchess/F-13/gmchess.spec b/gmchess/F-13/gmchess.spec
deleted file mode 100644
index d111651..0000000
--- a/gmchess/F-13/gmchess.spec
+++ /dev/null
@@ -1,59 +0,0 @@
-Name: gmchess
-Version: 0.20.6
-Release: 1%{?dist}
-Summary: Chinese Chess with GTKmm and C++
-
-Group: Amusements/Games
-License: GPLv2
-URL: http://code.google.com/p/gmchess/
-Source0: http://gmchess.googlecode.com/files/%{name}-%{version}.tar.bz2
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
-BuildRequires: gtkmm24-devel >= 2.6.0 intltool
-#Requires: gtkmm24
-
-%description
-%{summary}
-
-%prep
-%setup -q
-
-
-%build
-%configure
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-%find_lang %{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README
-%{_bindir}/*
-%{_libdir}/libeval.so.*
-%exclude %{_libdir}/*.so
-%exclude %{_libdir}/*.a
-%exclude %{_libdir}/*.la
-%{_datadir}/applications/*
-%{_datadir}/%{name}
-%{_datadir}/man/*/*
-%{_datadir}/pixmaps/*
-
-
-
-%changelog
-* Mon Jun 14 2010 Robin Lee <robinlee.sysu@gmail.com> - 0.20.6-1
-- renewed
-
-* Thu May 6 2010 Kunshan Wang <wks1986@gmail.com> 0.20.6-0.wks.1
-- Initial RPM release