rpms/lib765/F-7 .cvsignore, 1.3, 1.4 lib765.spec, 1.6, 1.7 sources, 1.3, 1.4

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Thu Jul 5 00:26:00 UTC 2007


Author: oddsocks

Update of /cvs/pkgs/rpms/lib765/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29374

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lib765/F-7/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	1 Apr 2006 23:17:10 -0000	1.3
+++ .cvsignore	5 Jul 2007 00:25:24 -0000	1.4
@@ -1 +1 @@
-lib765-0.3.4.tar.gz
+lib765-0.4.0.tar.gz


Index: lib765.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lib765/F-7/lib765.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lib765.spec	16 Sep 2006 20:25:44 -0000	1.6
+++ lib765.spec	5 Jul 2007 00:25:24 -0000	1.7
@@ -1,56 +1,70 @@
-Summary: A library for emulating the uPD765a floppy controller
-Name: lib765
-Version: 0.3.4
-Release: 2%{?dist}
-License: LGPL
-Group: System Environment/Libraries
-Source: http://www.seasip.demon.co.uk/Unix/LibDsk/lib765-%{version}.tar.gz
-URL: http://www.seasip.demon.co.uk/Unix/LibDsk/
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libdsk-devel
+Name:           lib765
+Version:        0.4.0
+Release:        1%{?dist}
+Summary:        A library for emulating the uPD765a floppy controller
+Group:          System Environment/Libraries
+License:        LGPL
+URL:            http://www.seasip.demon.co.uk/Unix/LibDsk
+Source0:        http://www.seasip.demon.co.uk/Unix/LibDsk/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  libdsk-devel
 
 %description
 A library for emulating the uPD765a floppy controller as found on the Spectrum
 +3, Amstrad CPC and PCW.
 
+
 %package devel
-Summary: Development files for lib765.
-Group: Development/Libraries
-Requires: libdsk-devel, %{name} = %{version}-%{release}
+Summary:    Development files for lib765
+Group:      Development/Libraries
+Requires:   libdsk-devel
+Requires:   %{name} = %{version}-%{release}
 
 %description devel
 Development files for lib765.
 
+
 %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}/lib765.so.*
 %doc doc/765.txt doc/COPYING.LIB ChangeLog
 
+
 %files devel
 %defattr(-,root,root)
 %{_libdir}/lib765.so
 %{_includedir}/765.h
 %exclude %{_libdir}/lib765.la
 
+
 %changelog
+* Thu Jul 05 2007 Ian Chapman <packages at amiga-hardware.com> 0.4.0-1%{?dist}
+- Upgrade to 0.4.0
+- 'Escaped' several macros in the changelogs
+- Corrected summary for devel package
+
 * Sat Sep 16 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.3.4-2
 - rebuild
 
@@ -67,7 +81,7 @@
 - Added Require for devel package
 
 * Mon Nov 14 2005 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.3.3-3
-- now uses %{?_smp_mflags} during the make process
+- now uses %%{?_smp_mflags} during the make process
 
 * Fri Nov 11 2005 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.3.3-2
 - renamed spec file
@@ -83,7 +97,7 @@
 
 * Mon Oct 17 2005 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 0.3.3-1.2
 - Many alterations to bring the spec into line with the rules
-- removed *.la files, changes to rpm name and changed to %configure
+- removed *.la files, changes to rpm name and changed to %%configure
 
 * Mon Jul 11 2005 Paul Johnson <paul at all-the-johnsons.co.uk> - 0.3.3-1.1.FC4
 - Changed version for FC4
@@ -102,4 +116,3 @@
 
 * Sat Dec 01 2003 Ian Chapman <packages at amiga-hardware.com> - 0.3.1.1-1
 - Initial Release
-


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lib765/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	1 Apr 2006 23:17:10 -0000	1.3
+++ sources	5 Jul 2007 00:25:24 -0000	1.4
@@ -1 +1 @@
-fd916b3fe613c39e07540bdbc0effc7f  lib765-0.3.4.tar.gz
+be8ae0b969f96de924d6a386c8216ec3  lib765-0.4.0.tar.gz




More information about the scm-commits mailing list