/[packages]/cauldron/aisleriot/current/SPECS/aisleriot.spec
ViewVC logotype

Contents of /cauldron/aisleriot/current/SPECS/aisleriot.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 134087 - (show annotations) (download)
Tue Aug 16 18:19:02 2011 UTC (12 years, 7 months ago) by wally
File size: 1973 byte(s)
- add missing BR (SILENT)

1 #FIXME: disabled temporarily to get package build (wally 07/2011)
2 %define Werror_cflags %nil
3
4 Name: aisleriot
5 Version: 3.1.1
6 Release: %mkrel 1
7 Url: http://live.gnome.org/Aisleriot
8 Source0: ftp://ftp.gnome.org/sources/%{name}/3.1/%{name}-%{version}.tar.xz
9 Summary: A compilation of solitaire card games
10 License: GPLv3+
11 Group: Games/Other
12 Conflicts: gnome-games < 2.29.6-2
13 BuildRequires: gtk+3-devel
14 BuildRequires: guile-devel
15 BuildRequires: clutter-devel
16 BuildRequires: clutter-gtk-devel
17 BuildRequires: intltool
18 BuildRequires: libcanberra-gtk-devel
19 BuildRequires: libGConf2-devel
20 BuildRequires: librsvg-devel
21 BuildRequires: libsm-devel
22 BuildRequires: gnome-doc-utils
23 BuildRequires: pkgconfig(dbus-glib-1)
24
25 %description
26 Aisleriot (also known as Solitaire or sol) is a collection of card games
27 which are easy to play with the aid of a mouse. The rules for the games
28 have been coded for your pleasure in the GNOME scripting language (Scheme).
29
30 %prep
31 %setup -q
32
33 %build
34 %configure2_5x \
35 --disable-schemas-compile \
36 --disable-schemas-install \
37 --disable-scrollkeeper \
38 --disable-static \
39 --with-gtk=3.0 \
40 --with-clutter
41
42 %make
43
44 %install
45 %makeinstall_std
46
47 %find_lang %{name} --with-gnome
48
49 for omf in `find %{buildroot}%{_datadir}/omf/%{name}/*.omf|grep -v \\\-C\\\.omf`; do
50 echo "%lang($(basename $omf|sed -e s/.*-// -e s/.omf//)) $(echo $omf|sed -e s!%{buildroot}!!)" >> %{name}.lang
51 done
52
53 %preun
54 %preun_uninstall_gconf_schemas %{name}
55
56 %files -f %{name}.lang
57 %defattr(-, root, root)
58 %{_sysconfdir}/gconf/schemas/%{name}.schemas
59 %attr(2555, root, games) %{_bindir}/sol
60 %dir %{_libdir}/%{name}
61 %{_libdir}/%{name}/ar-cards-renderer
62 %{_datadir}/applications/sol.desktop
63 %{_datadir}/applications/freecell.desktop
64 %{_datadir}/glib-2.0/schemas/org.gnome.Patience.WindowState.gschema.xml
65 %{_iconsdir}/*/*/*/gnome-aisleriot.*
66 %{_iconsdir}/*/*/*/gnome-freecell.*
67 %{_mandir}/man6/sol.*
68 %{_datadir}/%{name}
69 %dir %{_datadir}/omf/%{name}
70 %{_datadir}/omf/%{name}/%{name}-C.omf

  ViewVC Help
Powered by ViewVC 1.1.30