source: projects/specs/trunk/t/tali/tali-vl.spec @ 10716

Revision 10716, 2.8 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

RevLine 
[7633]1Name:                   tali
2Summary:                GNOME Tali
3Summary(ja):    GNOME Tali
[10716]4Version:                3.20.0
[7633]5Release:                1%{?_dist_release}
6License:                GPLv2
7Group:                  Applications/Games
8URL:                    https://live.gnome.org/Tali
[10716]9Source:                 ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.20/%{name}-%{version}.tar.xz
[7633]10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires:  gtk3-devel
14BuildRequires:  librsvg2-devel
15BuildRequires:  yelp-tools
16
17Requires(postun,posttrans): desktop-file-utils
18Requires(postun,posttrans): gtk3
19
20Vendor:                 Project Vine
21Distribution:   Vine Linux
22Packager:               Takemikaduchi
23
24%description
25Tali is a sort of poker with dice and less money. You roll five dice three times
26and try to create the best hand. Your two rerolls may include any or all of your
27dice. Tali also supports playing Kismet.
28
29
30%prep
31%setup -q
32
33%build
34%configure --localstatedir=/var/lib
35make %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40make install DESTDIR=$RPM_BUILD_ROOT
41
42%find_lang %{name} --with-gnome
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%post
48touch %{_datadir}/icons/hicolor
49gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
50
51%postun
52if [ $1 -eq 0 ]; then
53  touch %{_datadir}/icons/hicolor
54  gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null || :
55  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
56  update-desktop-database -q > /dev/null || :
57fi
58
59%posttrans
60glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
61update-desktop-database -q > /dev/null || :
62
63
64%files -f %{name}.lang
65%defattr(-, root, root)
66%doc  COPYING NEWS
[8353]67%{_bindir}/%{name}
68%{_datadir}/appdata/%{name}.appdata.xml
69%{_datadir}/applications/%{name}.desktop
[7633]70%{_datadir}/glib-2.0/schemas/org.gnome.tali.gschema.xml
71%{_datadir}/%{name}
[9569]72%{_datadir}/icons/hicolor/*/*/*
[7633]73%{_mandir}/man6/%{name}.6.gz
74
75
76%changelog
[10716]77* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.0-1
78- new upstream release
79
[9791]80* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
81- new upstream release
82
[9761]83* Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
84- new upstream release
85
[9569]86* Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
87- new upstream release
88
[9475]89* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
90- new upstream release
91
[9073]92* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
93- new upstream release
94
[8447]95* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
96- new upstream release
97
[8369]98* Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
99- new upstream release
100
[8353]101* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
102- new upstream release
103
[8011]104* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
105- new upstream release
106
[7938]107* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
108- new upstream release
109
[7633]110* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
111- initial build
112
Note: See TracBrowser for help on using the repository browser.