rpms/lib765/devel lib765.spec,1.10,1.11

Lucian Langa (lucilanga) fedora-extras-commits at redhat.com
Fri Jun 6 05:30:17 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/lib765/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17227

Modified Files:
	lib765.spec 
Log Message:
* Fri Jun  6 2008 Lucian Langa <cooly at gnome.eu.org> - 0.4.1-4
- Fix for x86_64 builds #449513
- Misc cleanups


Index: lib765.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lib765/devel/lib765.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lib765.spec	19 Feb 2008 16:45:57 -0000	1.10
+++ lib765.spec	6 Jun 2008 05:29:19 -0000	1.11
@@ -1,13 +1,15 @@
 Name:           lib765
 Version:        0.4.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A library for emulating the uPD765a floppy controller
 Group:          System Environment/Libraries
 License:        LGPLv2+
 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
+BuildRequires: libtool
+BuildRequires: gettext
+BuildRequires: libdsk-devel
 
 %description
 A library for emulating the uPD765a floppy controller as found on the Spectrum
@@ -29,6 +31,8 @@
 
 
 %build
+#shiped libtool stuff seems broken on x86_64
+autoreconf -if
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -36,6 +40,7 @@
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
+find %{buildroot} -name \*\.la -print | xargs rm -f
 
 
 %post -p /sbin/ldconfig
@@ -56,10 +61,13 @@
 %defattr(-,root,root)
 %{_libdir}/lib765.so
 %{_includedir}/765.h
-%exclude %{_libdir}/lib765.la
 
 
 %changelog
+* Fri Jun  6 2008 Lucian Langa <cooly at gnome.eu.org> - 0.4.1-4
+- Fix for x86_64 builds #449513
+- Misc cleanups
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.4.1-3
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list