rpms/libmxp/F-12 import.log, NONE, 1.1 libmxp-0.2.2-gcc44.patch, NONE, 1.1 libmxp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ryan Rix rrix at fedoraproject.org
Sat Oct 31 02:01:03 UTC 2009


Author: rrix

Update of /cvs/pkgs/rpms/libmxp/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10397/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libmxp-0.2.2-gcc44.patch libmxp.spec 
Log Message:
Initial import into F-11/



--- NEW FILE import.log ---
libmxp-0_2_2-3_fc11:F-12:libmxp-0.2.2-3.fc11.src.rpm:1256954378

libmxp-0.2.2-gcc44.patch:
 cmxpstate.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE libmxp-0.2.2-gcc44.patch ---
--- libmxp-0.2.2/src/cmxpstate.cpp      2004-11-23 08:01:47.000000000 -0700
+++ libmxp-0.2.2-fedora/src/cmxpstate.cpp       2009-09-21 23:26:09.363685277 -0700
@@ -25,6 +25,7 @@

 #include <algorithm>
 #include <stdlib.h>
+#include <string.h>

 cMXPState::cMXPState (cResultHandler *resh, cElementManager *elm, cEntityManager *enm)
 {


--- NEW FILE libmxp.spec ---
Name:           libmxp
Version:        0.2.2
Release:        3%{?dist}
Summary:        MUD eXtension protocol library

Group:          System Environment/Libraries
License:        LGPLv2+
URL:            http://www.kmuddy.com/libmxp/
Source0:        http://www.kmuddy.com/libmxp/files/%{name}-%{version}.tar.gz
Patch0:         %{name}-%{version}-gcc44.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildRequires:  
#Requires:       

%description
The MXP library implements the parser for the MUD eXtension protocol.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%patch0 -p1

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


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
find %{buildroot} -name '*.la' -exec rm -f {} ';'


%clean
rm -rf %{buildroot}


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc COPYING COPYING.LIB README AUTHORS ChangeLog NEWS
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so


%changelog
* Wed Sep 23 2009 Ryan Rix < phrkonaleash [AT] gmail dot com > - 0.2.2-3
- fixed changelog and license

* Tue Sep 22 2009 Ryan Rix < phrkonaleash [AT] gmail dot com > - 0.2.2-2
- added documentation

* Tue Sep 22 2009 Ryan Rix < phrkonaleash [AT] gmail dot com > - 0.2.2-1
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libmxp/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Oct 2009 16:26:59 -0000	1.1
+++ .cvsignore	31 Oct 2009 02:01:02 -0000	1.2
@@ -0,0 +1 @@
+libmxp-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libmxp/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Oct 2009 16:26:59 -0000	1.1
+++ sources	31 Oct 2009 02:01:03 -0000	1.2
@@ -0,0 +1 @@
+7e68db505f6891b25109eb8f21d180d0  libmxp-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list