SPECS: libhnj.spec - update auto* so that libtool can work with CC...
glen
glen at pld-linux.org
Wed Oct 25 01:44:51 CEST 2006
Author: glen Date: Tue Oct 24 23:44:50 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- update auto* so that libtool can work with CC with spaces
---- Files affected:
SPECS:
libhnj.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/libhnj.spec
diff -u SPECS/libhnj.spec:1.26 SPECS/libhnj.spec:1.27
--- SPECS/libhnj.spec:1.26 Sat Aug 28 09:58:22 2004
+++ SPECS/libhnj.spec Wed Oct 25 01:44:45 2006
@@ -12,6 +12,7 @@
Patch0: %{name}-const-error.patch
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: libtool
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -50,7 +51,10 @@
%patch0 -p1
%build
+%{__libtoolize}
+%{__aclocal}
%{__autoconf}
+%{__automake}
%configure
%{__make}
@@ -90,6 +94,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2006/10/24 23:44:45 glen
+- update auto* so that libtool can work with CC with spaces
+
Revision 1.26 2004/08/28 07:58:22 zboczuch
- const-error patch - now it builds
- release 7
@@ -122,9 +129,9 @@
- release 6 - license fix, new doc
Revision 1.16 2002/05/21 23:13:48 kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
s/^automake -a -c -f/\%\{__automake\}/; \
- s/^autoconf/\%\{__autoconf\}/"
+ s/^autoconf/\%\{__autoconf\}/"
Revision 1.15 2002/02/23 03:26:02 kloczek
- adapterized.
@@ -134,7 +141,7 @@
Group field using gettext).
Revision 1.13 2002/01/18 02:13:40 kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
Revision 1.12 2001/10/01 08:13:13 qboosh
- adapterized, BuildRequires: autoconf
@@ -145,16 +152,16 @@
Revision 1.10 2000/11/03 06:21:53 kloczek
- back to /usr prefix,
-- more uses %%{_aclocaldir} macro.
+- more uses %{_aclocaldir} macro.
Revision 1.9 2000/11/03 05:27:33 kloczek
- release 3: use new rpm automation.
Revision 1.8 2000/06/09 07:54:43 kloczek
-- more %%{__make} macros.
+- more %{__make} macros.
Revision 1.7 2000/06/09 07:23:24 kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
Revision 1.6 2000/06/07 03:01:13 kloczek
- spec adapterized.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libhnj.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list