[pairs] 4.8.90

Jaroslav Reznik jreznik at fedoraproject.org
Mon Jun 18 15:04:51 UTC 2012


commit 50430619e6330f6531fb41b1520bff882c246a56
Author: Jaroslav Reznik <jreznik at redhat.com>
Date:   Mon Jun 18 17:04:40 2012 +0200

    4.8.90
    
    - Fedora and the other non-free logo removed

 .gitignore |    1 +
 pairs.spec |   79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 81 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..81466fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pairs-4.8.90.tar.xz
diff --git a/pairs.spec b/pairs.spec
new file mode 100644
index 0000000..24f09e7
--- /dev/null
+++ b/pairs.spec
@@ -0,0 +1,79 @@
+Name:           pairs
+Version:        4.8.90
+Release:        1%{?dist}
+Summary:        Memory and logic stimulation game for preschool children
+
+License:        GPLv2 or GPLv3
+URL:            http://www.kde.org/
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
+Source0: ftp://ftp.kde.org/pub/kde/%{stable}/%{version}/src/%{name}-%{version}.tar.xz
+
+#BuildRequires:  kdelibs4-devel >= %{version}  
+
+
+%description
+Pairs is a collection of games aimed to help the development
+of preschool children. With these games the child can improve
+memory, logic, hearing and even reading skills. Each game can
+have different themes so the child is stimulated with
+different and new challenges.
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf %{buildroot}
+
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%check
+desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/pairs.desktop
+
+
+%post
+touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
+
+
+%postun
+if [ $1 -eq 0 ] ; then
+  touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null
+  gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null
+fi
+
+
+%posttrans
+gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
+
+
+%files
+%doc README COPYING
+%{_kde4_bindir}/pairs
+%{_kde4_datadir}/applications/kde4/pairs.desktop
+%{_kde4_configdir}/pairs.knsrc
+%{_kde4_iconsdir}/hicolor/*/*/*
+%{_kde4_appsdir}/pairs/
+
+
+%changelog
+* Wed Jun 13 2012 Jaroslav Reznik <jreznik at redhat.com> 4.8.90-1
+- 4.8.90
+- Fedora and the other non-free logo removed
+
+* Thu May 31 2012 Jaroslav Reznik <jreznik at redhat.com> 4.8.80-1
+- initial try
\ No newline at end of file
diff --git a/sources b/sources
index e69de29..cd84b96 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2d7ca73ed41a1525271d245ce80fba70  pairs-4.8.90.tar.xz


More information about the scm-commits mailing list