SPECS: libical.spec - added as_needed.patch - libtoolize, aclocal, ...

sls sls at pld-linux.org
Fri Sep 28 17:46:19 CEST 2007


Author: sls                          Date: Fri Sep 28 15:46:19 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added as_needed.patch
- libtoolize, aclocal, automake, autoconf
- __make -j1
- added TODO

---- Files affected:
SPECS:
   libical.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/libical.spec
diff -u SPECS/libical.spec:1.15 SPECS/libical.spec:1.16
--- SPECS/libical.spec:1.15	Tue Feb 13 07:46:51 2007
+++ SPECS/libical.spec	Fri Sep 28 17:46:14 2007
@@ -1,4 +1,7 @@
 # $Revision$, $Date$
+# TODO:
+#	installed but unpackaged files: /usr/share/libical/zoneinfo/*
+#
 Summary:	libical library
 Summary(pl.UTF-8):	Biblioteka libical
 Name:		libical
@@ -9,6 +12,7 @@
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/freeassociation/%{name}-%{version}.%{bver}.tar.gz
 # Source0-md5:	3c69b77391fa1b10645335b738c14aa7
+Patch0:		%{name}-as_needed.patch
 URL:		http://softwarestudio.org/libical/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -56,12 +60,17 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
 %configure \
 	--enable-python
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -98,6 +107,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2007/09/28 15:46:14  sls
+- added as_needed.patch
+- libtoolize, aclocal, automake, autoconf
+- __make -j1
+- added TODO
+
 Revision 1.15  2007/02/13 06:46:51  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libical.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list