source: projects/specs/trunk/x/xplanet/xplanet-vl.spec @ 10581

Revision 10581, 4.7 KB checked in by Takemikaduchi, 8 years ago (diff)

xlockmore: new upstream release
others: rebuild with gcc-5.4.0

Line 
1Summary:        Render a planetary image into an X window
2Name:           xplanet
3Version:        1.3.0
4Release:        4%{?_dist_release}
5
6License:        GPLv2
7Group:          Applications/Edutainment
8URL:            http://%{name}.sourceforge.net
9
10Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
11
12Patch0:         xplanet-1.3.0-giflib.patch
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildRequires:  expat-devel
16BuildRequires:  giflib-devel
17BuildRequires:  glib2-devel
18BuildRequires:  libXScrnSaver-devel
19BuildRequires:  libXt-devel
20BuildRequires:  libjpeg-devel
21BuildRequires:  libtiff-devel
22BuildRequires:  netpbm-devel
23BuildRequires:  pango-devel
24
25Requires:       TrueType-gnu-freefont-mono
26
27%description
28Xplanet is similar to Xearth, where an image of the earth is rendered
29into an X window.  Azimuthal, Mercator, Mollweide, orthographic, or
30rectangular projections can be displayed as well as a window with a
31globe the user can rotate interactively.  The other terrestrial
32planets may also be displayed. The Xplanet home page has links to
33locations with map files.
34
35
36%prep
37%setup -q
38%patch0 -p0 -b .giflib
39
40%build
41%configure
42make %{?_smp_mflags} -k
43
44%install
45rm -rf $RPM_BUILD_ROOT
46CPPROG="cp -p" make DESTDIR=$RPM_BUILD_ROOT install
47
48# use TrueType-gnu-freefont-mono
49rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/FreeMonoBold.ttf
50ln -sf ../../fonts/TrueType-gnu-freefont/FreeMonoBold.ttf \
51    $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/FreeMonoBold.ttf
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(-,root,root)
58%doc AUTHORS COPYING ChangeLog NEWS README TODO
59%{_bindir}/*
60%{_mandir}/man1/*
61%{_datadir}/xplanet
62
63%changelog
64* Sun Jul 10 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.0-4
65- rebuild with gcc-5.4.0
66
67* Wed Jan 14 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.0-3
68- rebuild with libpng-1.6.12
69
70* Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.0-2
71- rebuild with VineSeed environment
72- add Patch0 (xplanet-1.3.0-giflib.patch) from gentoo
73
74* Sat May 26 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3.0-1
75- updated to 1.3.0
76- used TrueType-gnu-freefont-mono
77- rebuilt with rpm-4.8.1-3
78
79* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.1-3
80- Initial build for Vine Linux
81
82* Sat Jul 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.1-2
83- F-12: Mass rebuild
84
85* Thu Apr 23 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.1-1
86- 1.2.1
87
88* Wed Mar 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-7
89- GNU FreeFont naming change
90
91* Tue Feb 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-6
92- F-11: Mass rebuild
93
94* Thu Feb  5 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-5
95- Patch to compile with g++44
96
97* Sun Dec 21 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-4
98- Remove xplanet private ttf file, use system one
99
100* Sat Feb  9 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
101- Rebuild against gcc43
102
103* Fri Jan  4 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-3
104- Some misc fixes for g++43
105
106* Wed Aug 22 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-2.1.dist.2
107- Mass rebuild (buildID or binutils issue)
108
109* Fri Aug  3 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-2.1.dist.1
110- License update
111
112* Mon Oct  2 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-2.1
113- rebuild against newest gcc(-4.1.1-27 or -28)
114
115* Fri Sep 22 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-2
116- bump release
117
118* Sat Sep 16 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-1
119- 1.2.0
120- Keep timestamps
121
122* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.0.1-7
123- rebuild on all arches
124
125* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
126- rebuilt
127
128* Sun May 11 2003 Juha Ylitalo <jylitalo@iki.fi> - 0:1.0.1-0.fdr.5
129- added %%defattr so that we wouldn't get big list of user temp1 does not exist.
130- added XFree86-devel into BuildRequires, since fedora build seems to lack
131  dependencies to libX11 and libXext (from XFree86-libs)
132
133* Thu May 01 2003 Juha Ylitalo <jylitalo@iki.fi> - 0:1.0.1-0.fdr.4
134- appearantly removing INSTALL from %%files section was all that was needed...
135
136* Thu May 01 2003 Juha Ylitalo <jylitalo@iki.fi> - 0:1.0.1-0.fdr.2
137- fixed Group in SPEC file (to Amusements/Graphics)
138- added AUTHORS, NEWS, README.config and TODO into %%files %%doc list.
139- removed INSTALL from %%files
140- and other minor changes based on bugzilla.fedora.us #109.
141
142* Tue Apr 29 2003 Juha Ylitalo <jylitalo@iki.fi> - 0:1.0.1-0.fdr.1
143- fixed release to match Fedora guidelines.
144- ./configure to %%configure and bunch of other find-replace operations.
145- added missing BuildRequires.
146
147* Tue Apr 01 2003 Juha Ylitalo <jylitalo@iki.fi> - 0:1.0.1-1.fdr.1
148- upgrade from 0.94 to 1.0.1
149- fedora related changed to Hari Nair <hari@alumni.caltech.edu>'s original spec
150- added patch to make my 0xf6 etc. finnish characters to show in markers.
Note: See TracBrowser for help on using the repository browser.