rpms/libspectrum/devel libspectrum.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Fri Jan 13 01:52:06 UTC 2006


Author: pfj

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

Modified Files:
	.cvsignore sources 
Added Files:
	libspectrum.spec 
Log Message:
auto-import libspectrum-0.2.2-4 on branch devel from libspectrum-0.2.2-4.src.rpm


--- NEW FILE libspectrum.spec ---
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

%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

%description devel
Development files for libspectrum.

%prep
%setup -q

%build
%configure --disable-static
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%{_libdir}/libspectrum.so.*
%doc doc/libspectrum.txt README ChangeLog THANKS AUTHORS COPYING TODO

%files devel
%defattr(-,root,root)
%exclude %{_libdir}/libspectrum.la
%{_libdir}/libspectrum.so
%{_includedir}/libspectrum.h
%{_mandir}/man3/libspectrum.3*

%changelog
* Fri Nov 11 2005 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.2.2-4
- Renamed spec file

* Fri Nov 11 2005 Paul Howarth <paul at city-fan.org> 0.2.2-3
- Remove Packager: tag
- Use full URL for source
- Use standard Fedora Extras buildroot
- Add buildreqs bzip2-devel, libgcrypt-devel, glib2-devel
- Add libgcrypt-devel req for -devel subpackage
- Unpack tarball quietly
- Don't build or include static library
- Use DESTDIR with make instead of %%makeinstall
- Honour %%{?_smp_mflags}
- Move manpage to -devel subpackage

* Mon Oct 17 2005 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0-2.2-2.3
- Multiple fixes to the spec file to bring it into line with FC rules

* Mon Jul 11 2005 Paul Johnson <paul at all-the-johnsons.co.uk> - 0.2.2-2.iss
- Rebuild for Fedora Core 4
- Slight alteration to SPEC file for it to work with the Fedora RPM tools

* Mon Feb 28 2005 Ian Chapman <packages at amiga-hardware.com> - 0.2.2-2.iss
- Change log duplicated in spec file, fixed.

* Mon Jul 19 2004 Ian Chapman <packages at amiga-hardware.com> - 0.2.2-1.iss
- Upgraded to version 0.2.2
- RPM built for Fedora Core 2

* Fri Dec 05 2003 Ian Chapman <packages at amiga-hardware.com> - 0.2.0.1-2
- Minor changes to changelog
- Improved use of macros
- Moved appropriate files to devel package

* Sat Dec 01 2003 Ian Chapman <packages at amiga-hardware.com> - 0.2.0.1-1
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libspectrum/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Jan 2006 01:50:57 -0000	1.1
+++ .cvsignore	13 Jan 2006 01:52:06 -0000	1.2
@@ -0,0 +1 @@
+libspectrum-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libspectrum/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Jan 2006 01:50:57 -0000	1.1
+++ sources	13 Jan 2006 01:52:06 -0000	1.2
@@ -0,0 +1 @@
+30b0e5082b3b9d9f6fc430fd8912c0bd  libspectrum-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list