rpms/libspectrum/FC-6 .cvsignore, 1.2, 1.3 libspectrum.spec, 1.1, 1.2 sources, 1.2, 1.3

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Sat Jul 7 19:50:39 UTC 2007


Author: oddsocks

Update of /cvs/pkgs/rpms/libspectrum/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1566

Modified Files:
	.cvsignore libspectrum.spec sources 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libspectrum/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Jan 2006 01:52:06 -0000	1.2
+++ .cvsignore	7 Jul 2007 19:50:03 -0000	1.3
@@ -1 +1 @@
-libspectrum-0.2.2.tar.gz
+libspectrum-0.3.0.1.tar.gz


Index: libspectrum.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libspectrum/FC-6/libspectrum.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libspectrum.spec	13 Jan 2006 01:52:06 -0000	1.1
+++ libspectrum.spec	7 Jul 2007 19:50:03 -0000	1.2
@@ -1,57 +1,76 @@
-Summary:	A library for reading spectrum emulator file formats
-Name:		libspectrum
-License:	GPL
-Version:	0.2.2
-Release:	4%{?dist}
-Group:		System Environment/Libraries
-URL:		http://fuse-emulator.sourceforge.net/libspectrum.php
-Source:		http://dl.sf.net/fuse-emulator/libspectrum-%{version}.tar.gz
-Buildroot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: 	zlib-devel, bzip2-devel, libgcrypt-devel, glib2-devel
+Name:           libspectrum
+Version:        0.3.0.1
+Release:        2%{?dist}
+Summary:        A library for reading spectrum emulator file formats
+Group:          System Environment/Libraries
+License:        GPL
+URL:            http://fuse-emulator.sourceforge.net/libspectrum.php
+Source0:        http://dl.sf.net/fuse-emulator/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  bzip2-devel
+BuildRequires:  glib2-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  zlib-devel
 
 %description
 A library for reading various spectrum emulator file formats.
 
+
 %package devel
-Summary: Development files for libspectrum
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: libgcrypt-devel
+Summary:    Development files for libspectrum
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires:   libgcrypt-devel
 
 %description devel
 Development files for libspectrum.
 
+
 %prep
 %setup -q
 
+
 %build
 %configure --disable-static
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
+
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} DESTDIR=%{buildroot} install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 
-%post -p /sbin/ldconfig
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
+
 
 %files
 %defattr(-,root,root)
 %{_libdir}/libspectrum.so.*
-%doc doc/libspectrum.txt README ChangeLog THANKS AUTHORS COPYING TODO
+%{_mandir}/man3/libspectrum.3*
+%doc README ChangeLog THANKS AUTHORS COPYING
+
 
 %files devel
 %defattr(-,root,root)
 %exclude %{_libdir}/libspectrum.la
 %{_libdir}/libspectrum.so
 %{_includedir}/libspectrum.h
-%{_mandir}/man3/libspectrum.3*
+%doc doc/libspectrum.txt
+
 
 %changelog
+* Sat Jun 30 2007 Ian Chapman <packages at amiga-hardware.com> 0.3.0.1-2%{?dist}
+- Release bump
+
+* Sat Jun 30 2007 Ian Chapman <packages at amiga-hardware.com> 0.3.0.1-1%{?dist}
+- Upgrade to 0.3.0.1
+- Changes to spec due to new guidelines
+
 * Fri Nov 11 2005 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.2.2-4
 - Renamed spec file
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libspectrum/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Jan 2006 01:52:06 -0000	1.2
+++ sources	7 Jul 2007 19:50:03 -0000	1.3
@@ -1 +1 @@
-30b0e5082b3b9d9f6fc430fd8912c0bd  libspectrum-0.2.2.tar.gz
+0c3115064aa38cd0c6a5a5a286b38f79  libspectrum-0.3.0.1.tar.gz




More information about the scm-commits mailing list