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

Revision 521, 4.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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