rpms/xplanet/FC-4 xplanet.spec, 1.8, 1.9 patch-DisplayBase.cpp, 1.1, NONE

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Fri Sep 22 14:25:40 UTC 2006


Author: mtasaka

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

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



Index: xplanet.spec
===================================================================
RCS file: /cvs/extras/rpms/xplanet/FC-4/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	22 Sep 2006 14:25:40 -0000	1.9
@@ -1,17 +1,22 @@
-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:	xorg-x11-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 +28,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
+* Fri Sep 22 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 +60,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