rpms/gnofract4d/devel .cvsignore, 1.4, 1.5 Makefile, 1.3, 1.4 gnofract4d.spec, 1.8, 1.9 sources, 1.4, 1.5 dead.package, 1.1, NONE

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Sat May 20 20:49:08 UTC 2006


Author: mjk

Update of /cvs/extras/rpms/gnofract4d/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5040/devel

Added Files:
	.cvsignore Makefile gnofract4d.spec sources 
Removed Files:
	dead.package 
Log Message:
taking ownership and small version bumptaking ownership and small version bumptaking ownership and small version bumptaking ownership and small version bumptaking ownership and small version bumptaking ownership and small version bumptaking ownership and small version bumptaking ownership and small version bumptaking ownership and small version bump



Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	20 May 2006 20:49:08 -0000	1.5
@@ -0,0 +1 @@
+gnofract4d-2.14.tar.gz


Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	20 May 2006 20:49:08 -0000	1.4
@@ -0,0 +1,21 @@
+# Makefile for source rpm: gnofract4d
+# $Id$
+NAME := gnofract4d
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON	:= $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


Index: gnofract4d.spec
===================================================================
RCS file: gnofract4d.spec
diff -N gnofract4d.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gnofract4d.spec	20 May 2006 20:49:08 -0000	1.9
@@ -0,0 +1,105 @@
+Name:           gnofract4d
+Version:        2.14
+Release:        1%{?dist}
+Summary:        Gnofract 4D is a Gnome-based program to draw fractals
+Group:          Amusements/Graphics
+License:        GPL
+URL:            http://gnofract4d.sourceforge.net/
+Source0:        http//dl.sf.net/gnofract4d/gnofract4d-%{version}.tar.gz
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires: scrollkeeper, python, gcc-c++, pkgconfig
+BuildRequires: gtk2-devel, python-devel
+BuildRequires: desktop-file-utils, GConf2-devel
+
+Requires(post): scrollkeeper
+
+%description
+Gnofract 4D is a Gnome-based program to draw fractals. What sets it apart from
+other fractal programs (and makes it "4D") is the way that it treats the
+Mandelbrot and Julia sets as different views of the same four-dimensional
+fractal object. This allows you to generate images which are a cross between
+the two sets and explore their inter-relationships.
+
+%prep
+
+%setup -q
+%ifarch x86_64
+  sed -i 's|/usr/lib/|%{_libdir}/|g' setup.cfg
+%endif
+
+%build
+python setup.py build
+
+%install
+%{__rm} -rf %{buildroot}
+python setup.py install --root="%{buildroot}"
+
+%{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
+desktop-file-install --vendor fedora                            \
+	--delete-original                                       \
+        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
+        --add-category X-Fedora                                 \
+        %{buildroot}%{_datadir}/gnofract4d/gnofract4d.desktop
+
+%post
+scrollkeeper-update -q || :
+
+%postun
+scrollkeeper-update -q || :
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYING README
+%doc %{_datadir}/gnome/help/gnofract4d/
+%{_bindir}/gnofract4d
+%dir %{_datadir}/maps/
+%{_datadir}/maps/gnofract4d/
+%{_datadir}/mime/packages/gnofract4d-mime.xml
+%{_datadir}/applications/*.desktop
+%{_datadir}/pixmaps/gnofract4d/
+%{_datadir}/pixmaps/gnofract4d-logo.png
+%{_prefix}/lib/gnofract4d-%{version}/
+%{_datadir}/formulas/gnofract4d/
+
+%changelog
+* Wed May 17 2006 Michael J. Knox <michael[AT]Knox.net.nz> - 2.14-1
+- version bump and spec clean
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
+* Sun Feb 13 2005 Throsten Leemhuis <fedora at leemhuis dot info> 0:2.6-2
+- "sed -i s|/usr/lib/|%%{_libdir}|g setup.cfg" on x86_64
+
+* Tue Feb 01 2005 Panu Matilainen <pmatilai at welho.com> 0:2.6-1
+- update to 2.6
+- drop epoch 0 and fedora.us release tag
+- run update-desktop-database on post+postun
+
+* Sun Oct 03 2004 Panu Matilainen <pmatilai at welho.com> 0:2.1-0.fdr.1
+- update to 2.1
+
+* Tue Jul 06 2004 Panu Matilainen <pmatilai at welho.com> 0:2.0-0.fdr.1
+- update to 2.0
+- quite a few dependency changes because of switch to python etc
+
+* Mon May 31 2004 Panu Matilainen <pmatilai at welho.com> 0:1.9-0.fdr.3
+- fix build against newer gtk (gtk-buildfix patch)
+
+* Tue Dec 23 2003 Panu Matilainen <pmatilai at welho.com> 0:1.9-0.fdr.2
+- address issues in #1114
+- huh, this requires g++ to run...
+
+* Mon Dec 15 2003 Panu Matilainen <pmatilai at welho.com> 0:1.9-0.fdr.1
+- update to 1.9
+- drop patch (no longer needed to build)
+- add translations now that there is one
+
+
+* Sun Dec 07 2003 Panu Matilainen <pmatilai at welho.com> 0:1.8-0.fdr.1
+- Initial Fedora packaging.


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	20 May 2006 20:49:08 -0000	1.5
@@ -0,0 +1 @@
+34170bb139eb30dfd7d1c1bc647d2578  gnofract4d-2.14.tar.gz


--- dead.package DELETED ---




More information about the fedora-extras-commits mailing list