[gbrainy/f14] Update to 2.00

Marcelin Benoît sereinit at fedoraproject.org
Tue Jul 26 21:13:49 UTC 2011


commit 9da9ab77cad3d17d11a9bf0bffd72faca3b3f194
Author: Benoît Marcelin <sereinity at online.fr>
Date:   Tue Jul 26 23:10:07 2011 +0200

    Update to 2.00

 gbrainy.spec |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/gbrainy.spec b/gbrainy.spec
index cc0de08..9e88c51 100644
--- a/gbrainy.spec
+++ b/gbrainy.spec
@@ -18,8 +18,7 @@ BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk-sharp2-devel mono-addins-devel gnome-sharp-devel
 BuildRequires:  librsvg2-devel gnome-doc-utils
-BuildRequires:  intltool 
->>>>>>> 26bd518... Update to gbrainy 2.00
+BuildRequires:  intltool /usr/bin/desktop-file-install
 
 # JIT (mono) only availible on these:
 ExclusiveArch: %ix86 x86_64 ia64 %{arm} sparcv9 alpha s390x ppc ppc64
@@ -36,6 +35,15 @@ It provides the following types of games:
     operations designed to prove your mental calculation skills.
 * Memory trainers. Games designed to challenge your short term memory.
 
+%package devel
+Summary:      Files needed for developing with gbrainy
+Group:        Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This package provides the necessary development libraries and headers
+for writing gbrainy applications.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -43,6 +51,7 @@ It provides the following types of games:
 sed -i -e 's!{exec_prefix}/lib!%{_libdir}!' data/gbrainy.pc.in
 
 %build
+
 %configure
 make %{?_smp_mflags}
 
@@ -80,7 +89,7 @@ if [ -x  %{_bindir}/gtk-update-icon-cache ] ; then
 fi
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS NEWS README COPYING MAINTAINERS
 %{_bindir}/%{name}
 %{_libdir}/%{name}
@@ -91,6 +100,10 @@ fi
 %{_mandir}/man6/%{name}.6.gz
 %{_datadir}/pixmaps/%{name}*
 
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/gbrainy.pc
+
 %changelog
 * Mon Jul 25 2011 Benoît Marcelin <sereinity at online.fr> 2.00-1
 - Update to 2.00


More information about the scm-commits mailing list