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

Revision 9260, 4.6 KB checked in by Takemikaduchi, 9 years ago (diff)

thunderbird: new upstream release
others: rebuild with libpng12 or update

Line 
1Summary:        Render a planetary image into an X window
2Name:           xplanet
3Version:        1.3.0
4Release:        3%{?_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* Wed Jan 14 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.0-3
65- rebuild with libpng-1.6.12
66
67* Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.0-2
68- rebuild with VineSeed environment
69- add Patch0 (xplanet-1.3.0-giflib.patch) from gentoo
70
71* Sat May 26 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3.0-1
72- updated to 1.3.0
73- used TrueType-gnu-freefont-mono
74- rebuilt with rpm-4.8.1-3
75
76* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.1-3
77- Initial build for Vine Linux
78
79* Sat Jul 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.1-2
80- F-12: Mass rebuild
81
82* Thu Apr 23 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.1-1
83- 1.2.1
84
85* Wed Mar 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-7
86- GNU FreeFont naming change
87
88* Tue Feb 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-6
89- F-11: Mass rebuild
90
91* Thu Feb  5 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-5
92- Patch to compile with g++44
93
94* Sun Dec 21 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-4
95- Remove xplanet private ttf file, use system one
96
97* Sat Feb  9 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
98- Rebuild against gcc43
99
100* Fri Jan  4 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-3
101- Some misc fixes for g++43
102
103* Wed Aug 22 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-2.1.dist.2
104- Mass rebuild (buildID or binutils issue)
105
106* Fri Aug  3 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-2.1.dist.1
107- License update
108
109* Mon Oct  2 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-2.1
110- rebuild against newest gcc(-4.1.1-27 or -28)
111
112* Fri Sep 22 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-2
113- bump release
114
115* Sat Sep 16 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-1
116- 1.2.0
117- Keep timestamps
118
119* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.0.1-7
120- rebuild on all arches
121
122* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
123- rebuilt
124
125* Sun May 11 2003 Juha Ylitalo <jylitalo@iki.fi> - 0:1.0.1-0.fdr.5
126- added %%defattr so that we wouldn't get big list of user temp1 does not exist.
127- added XFree86-devel into BuildRequires, since fedora build seems to lack
128  dependencies to libX11 and libXext (from XFree86-libs)
129
130* Thu May 01 2003 Juha Ylitalo <jylitalo@iki.fi> - 0:1.0.1-0.fdr.4
131- appearantly removing INSTALL from %%files section was all that was needed...
132
133* Thu May 01 2003 Juha Ylitalo <jylitalo@iki.fi> - 0:1.0.1-0.fdr.2
134- fixed Group in SPEC file (to Amusements/Graphics)
135- added AUTHORS, NEWS, README.config and TODO into %%files %%doc list.
136- removed INSTALL from %%files
137- and other minor changes based on bugzilla.fedora.us #109.
138
139* Tue Apr 29 2003 Juha Ylitalo <jylitalo@iki.fi> - 0:1.0.1-0.fdr.1
140- fixed release to match Fedora guidelines.
141- ./configure to %%configure and bunch of other find-replace operations.
142- added missing BuildRequires.
143
144* Tue Apr 01 2003 Juha Ylitalo <jylitalo@iki.fi> - 0:1.0.1-1.fdr.1
145- upgrade from 0.94 to 1.0.1
146- fedora related changed to Hari Nair <hari@alumni.caltech.edu>'s original spec
147- added patch to make my 0xf6 etc. finnish characters to show in markers.
Note: See TracBrowser for help on using the repository browser.