source: projects/specs/branches/6/x/xplanet/xplanet-vl.spec @ 6246

Revision 6246, 4.3 KB checked in by inagaki, 12 years ago (diff)

update: espeak, kdepim3, nas, xplanet

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