Author: xulchris
Update of /cvs/free/rpms/mamory/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27325/devel
Modified Files:
.cvsignore sources
Added Files:
mamory-opt.patch mamory.spec
Log Message:
initial checkin
mamory-opt.patch:
--- NEW FILE mamory-opt.patch ---
--- configure.ac.gcc4optfix 2006-12-15 15:49:02.000000000 +0100
+++ configure.ac 2006-12-15 15:51:04.000000000 +0100
@@ -46,7 +46,7 @@
AC_ARG_ENABLE(debug,
[ --enable-debug Compilation flags to allow debugging],
- CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O2 "
+ CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O0 "
)
#AC_DEFINE(CFLAGS)
--- configure.gcc4optfix 2006-12-15 15:48:54.000000000 +0100
+++ configure 2006-12-15 15:55:17.000000000 +0100
@@ -25405,7 +25405,7 @@
if test "${enable_debug+set}" = set; then
enableval=$enable_debug; CFLAGS="-O0 -Wall -g "
else
- CFLAGS="-g -DNDEBUG -O2 "
+ CFLAGS="-g -DNDEBUG -O0 "
fi
--- NEW FILE mamory.spec ---
Name: mamory
Version: 0.2.25
Release: 1%{?dist}
Summary: ROM management API and commandline ROM manager for MAME
Group: Applications/Emulators
License: GPLv2 and LGPLv2
URL:
http://mamory.sourceforge.net
Source0:
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: mamory-opt.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: expat-devel
%description
Mamory is a set of useful functions for emulators related projects. It allows
easy inclusion of roms management features into these projects through a simple
API.
The distributed packages also contain a command line interface that use the
potential of the library libmamory.so.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This package contains headers and libraries required to build applications that
use %{name}.
%prep
%setup -q
%patch0 -p0 -b .opt~
# Avoid lib64 rpaths
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
# Fix file encodings
for file in AUTHORS DOCS/mamory.html DOCS/mamory.xml ; do
iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
done
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# remove libtool archive file
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING TODO DOCS/mamory*
%{_bindir}/mamory
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/*.so
%changelog
* Sun Nov 25 2007 XulChris <tkmame(a)retrogames.com> 0.2.25-1%{?dist}
- Upstream sync
- Fix up some rpmlint warnings
* Mon Jul 30 2007 XulChris <tkmame(a)retrogames.com> 0.2.24-1%{?dist}
- Upstream sync
* Wed Jan 17 2007 XulChris <tkmame(a)retrogames.com> 0.2.23-1%{?dist}
- Upstream sync
- Rename patch file
- Add LGPL to license tag
- Remove COPYING from devel subpackage
- Improve summary tag
- Use rm instead of %%exclude
- Add expat-devel to BuildRequires
- Add dist tags to %%changelog
* Sat Dec 16 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-2%{?dist}
- Apply optimization patch from Belegdol
* Tue Dec 12 2006 XulChris <tkmame(a)retrogames.com> 0.2.22-1%{?dist}
- Upstream sync
* Tue Dec 05 2006 XulChris <tkmame(a)retrogames.com> 0.2.21-1%{?dist}
- Initial Release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mamory/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 12:04:46 -0000 1.1
+++ .cvsignore 12 Oct 2008 14:33:52 -0000 1.2
@@ -0,0 +1 @@
+mamory-0.2.25.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mamory/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 12:04:46 -0000 1.1
+++ sources 12 Oct 2008 14:33:52 -0000 1.2
@@ -0,0 +1 @@
+778f5e5c5be93fb0dfb1f3246e2df203 mamory-0.2.25.tar.gz