rpms/fuse-emulator-utils/devel .cvsignore, 1.2, 1.3 fuse-emulator-utils.spec, 1.2, 1.3 sources, 1.2, 1.3

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Sat Jul 7 22:23:36 UTC 2007


Author: oddsocks

Update of /cvs/pkgs/rpms/fuse-emulator-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4459

Modified Files:
	.cvsignore fuse-emulator-utils.spec sources 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-emulator-utils/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	5 Jun 2006 09:54:43 -0000	1.2
+++ .cvsignore	7 Jul 2007 22:23:00 -0000	1.3
@@ -1 +1 @@
-fuse-utils-0.7.0.tar.gz
+fuse-utils-0.8.0.1.tar.gz


Index: fuse-emulator-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-emulator-utils/devel/fuse-emulator-utils.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fuse-emulator-utils.spec	16 Sep 2006 20:19:58 -0000	1.2
+++ fuse-emulator-utils.spec	7 Jul 2007 22:23:00 -0000	1.3
@@ -1,41 +1,49 @@
-Summary: The Free UNIX Spectrum Emulator
-Name: fuse-emulator-utils
-Version: 0.7.0
-Release: 5%{?dist}
-License: GPL
-Group: Applications/Emulators
-Source: http://dl.sf.net/fuse-emulator/fuse-utils-%{version}.tar.gz
-URL: http://fuse-emulator.sourceforge.net
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libspectrum-devel
+Name:           fuse-emulator-utils
+Version:        0.8.0.1
+Release:        1%{?dist}
+Summary:        Additional utils for the Fuse spectrum emulator
+Group:          Applications/Emulators
+License:        GPL
+URL:            http://fuse-emulator.sourceforge.net
+Source:         http://dl.sf.net/fuse-emulator/fuse-utils-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  libspectrum-devel >= 0.3.0.1
 
 %description
-fuse-emulation-utils are a collection of utilities for the Fuse ZX-Spectrum 
-emulator
+A collection of utilities for the Fuse ZX-Spectrum emulator
+
 
 %prep
-rm -rf %{buildroot}
 %setup -q -n fuse-utils-%{version}
 chmod 644 createhdf.c
 
+
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
+
 %install
 rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install
+make install DESTDIR=%{buildroot}
+
 
 %clean
 rm -rf %{buildroot}
 
+
 %files
 %defattr(-,root,root)
 %{_mandir}/man1/*.1.gz
 %{_bindir}/*
 %doc AUTHORS COPYING README ChangeLog
 
+
 %changelog
+* Sat Jul 07 2007 Ian Chapman <packages at amiga-hardware.com> 0.8.0.1-1%{?dist}
+- Upgrade to 0.8.0.1
+- Various cleanups to the SPEC including conforming to new guidelines
+
 * Sat Sep 16 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.0-5
 - rebuild
 
@@ -52,4 +60,3 @@
 
 * Thu Sep 1 2005 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 0.7.0-1.fc
 - Initial build for FC
-


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-emulator-utils/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	5 Jun 2006 09:54:43 -0000	1.2
+++ sources	7 Jul 2007 22:23:00 -0000	1.3
@@ -1 +1 @@
-9689134b4be1e4ff0b077f407ec76da9  fuse-utils-0.7.0.tar.gz
+387bb4005fc7c84bf7e5a58eaaee3e6b  fuse-utils-0.8.0.1.tar.gz




More information about the scm-commits mailing list