From: Michael Tremer Date: Sun, 18 Mar 2012 10:33:22 +0000 (+0100) Subject: expat: Move libs to /usr. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dedd592998173ee714fa19095b8a138854142ef0;p=ipfire-3.x.git expat: Move libs to /usr. Also cleans up the make file a little bit. --- diff --git a/expat/expat.nm b/expat/expat.nm index 535a79a9a..2c79f96f5 100644 --- a/expat/expat.nm +++ b/expat/expat.nm @@ -5,7 +5,7 @@ name = expat version = 2.0.1 -release = 2 +release = 3 groups = System/Libraries url = http://www.libexpat.org/ @@ -13,30 +13,18 @@ license = MIT summary = An XML parser library. description - This is expat, the C library for parsing XML, written by James Clark. Expat \ - is a stream oriented XML parser. This means that you register handlers with \ - the parser prior to starting the parse. These handlers are called when the \ - parser discovers the associated structures in the document being parsed. A \ - start tag is an example of the kind of structures for which you may \ + This is expat, the C library for parsing XML, written by James Clark. Expat + is a stream oriented XML parser. This means that you register handlers with + the parser prior to starting the parse. These handlers are called when the + parser discovers the associated structures in the document being parsed. A + start tag is an example of the kind of structures for which you may register handlers. end -source_dl = - -build - configure_options += \ - --libdir=/%{lib} - - install_cmds - rm -vf %{BUILDROOT}/%{lib}/libexpat.so - mkdir -pv %{BUILDROOT}%{libdir} - ln -svf ../../%{lib}/libexpat.so.1 %{BUILDROOT}%{libdir}/libexpat.so - end -end +source_dl = http://downloads.sourceforge.net/project/expat/expat/%{version}/ packages package %{name} - end package %{name}-devel template DEVEL