rpms/xplanet/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xplanet.spec, 1.8, 1.9 patch-DisplayBase.cpp, 1.1, NONE

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Tue Sep 19 15:50:49 UTC 2006


Author: mtasaka

Update of /cvs/extras/rpms/xplanet/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29967

Modified Files:
	.cvsignore sources xplanet.spec 
Removed Files:
	patch-DisplayBase.cpp 
Log Message:
* Sat Sep 16 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.0-1
- 1.2.0
- Keep timestamps



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xplanet/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:36:03 -0000	1.2
+++ .cvsignore	19 Sep 2006 15:50:49 -0000	1.3
@@ -1 +1 @@
-xplanet-1.0.1.tar.gz
+xplanet-1.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xplanet/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:36:03 -0000	1.2
+++ sources	19 Sep 2006 15:50:49 -0000	1.3
@@ -1 +1 @@
-402fe65bece7adf2fcbf1c0df1e59602  xplanet-1.0.1.tar.gz
+87d62fcdf43ad1beec677bfb6e299ac1  xplanet-1.2.0.tar.gz


Index: xplanet.spec
===================================================================
RCS file: /cvs/extras/rpms/xplanet/FC-5/xplanet.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xplanet.spec	22 May 2005 23:47:39 -0000	1.8
+++ xplanet.spec	19 Sep 2006 15:50:49 -0000	1.9
@@ -1,17 +1,23 @@
-Summary: Render a planetary image into an X window
-Name: xplanet
-Version: 1.0.1
-Release: 7
-
-License: GPL
-Group: Amusements/Graphics
-Source: http://prdownloads.sourceforge.net/xplanet/xplanet-1.0.1.tar.gz
-Patch: patch-DisplayBase.cpp
-URL: http://%{name}.sourceforge.net
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: libungif-devel, libjpeg-devel, libpng-devel, netpbm-devel, libtiff-devel, freetype-devel, XFree86-devel
-Prefix: /usr/X11R6
-%define _prefix %{prefix}
+Summary:	Render a planetary image into an X window
+Name:		xplanet
+Version:	1.2.0
+Release:	1%{?dist}
+
+License:	GPL
+Group:		Amusements/Graphics
+Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+URL:		http://%{name}.sourceforge.net
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	expat-devel
+BuildRequires:	glib2-devel
+BuildRequires:	libXScrnSaver-devel
+BuildRequires:	libXt-devel
+BuildRequires:	libjpeg-devel
+BuildRequires:	libungif-devel
+BuildRequires:	libtiff-devel
+BuildRequires:	netpbm-devel
+BuildRequires:	pango-devel
 
 %description
 Xplanet is similar to Xearth, where an image of the earth is rendered
@@ -23,33 +29,31 @@
 
 
 %prep
-%setup
-%patch -p0
-
+%setup -q
 
 %build
 %configure
 make %{?_smp_mflags}
 
-
 %install
 rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install
-
+CPPROG="cp -p" make DESTDIR=%{buildroot} install
 
 %clean
 rm -rf %{buildroot}
 
-
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README README.config AUTHORS NEWS TODO
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_datadir}/xplanet
 
-
 %changelog
+* Sat Sep 16 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.0-1
+- 1.2.0
+- Keep timestamps
+
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1.0.1-7
 - rebuild on all arches
 
@@ -57,22 +61,22 @@
 - rebuilt
 
 * Sun May 11 2003 Juha Ylitalo <jylitalo at iki.fi> - 0:1.0.1-0.fdr.5
-- added %defattr so that we wouldn't get big list of user temp1 does not exist.
+- added %%defattr so that we wouldn't get big list of user temp1 does not exist.
 - added XFree86-devel into BuildRequires, since fedora build seems to lack
   dependencies to libX11 and libXext (from XFree86-libs)
 
 * Thu May 01 2003 Juha Ylitalo <jylitalo at iki.fi> - 0:1.0.1-0.fdr.4
-- appearantly removing INSTALL from %files section was all that was needed...
+- appearantly removing INSTALL from %%files section was all that was needed...
 
 * Thu May 01 2003 Juha Ylitalo <jylitalo at iki.fi> - 0:1.0.1-0.fdr.2
 - fixed Group in SPEC file (to Amusements/Graphics)
-- added AUTHORS, NEWS, README.config and TODO into %files %doc list.
-- removed INSTALL from %files
+- added AUTHORS, NEWS, README.config and TODO into %%files %%doc list.
+- removed INSTALL from %%files
 - and other minor changes based on bugzilla.fedora.us #109.
 
 * Tue Apr 29 2003 Juha Ylitalo <jylitalo at iki.fi> - 0:1.0.1-0.fdr.1
 - fixed release to match Fedora guidelines.
-- ./configure to %configure and bunch of other find-replace operations.
+- ./configure to %%configure and bunch of other find-replace operations.
 - added missing BuildRequires.
 
 * Tue Apr 01 2003 Juha Ylitalo <jylitalo at iki.fi> - 0:1.0.1-1.fdr.1


--- patch-DisplayBase.cpp DELETED ---




More information about the scm-commits mailing list