SPECS: ucspi-unix.spec - Adapted to bglibs changes.

japhy japhy at pld-linux.org
Mon Dec 18 03:09:23 CET 2006


Author: japhy                        Date: Mon Dec 18 02:09:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Adapted to bglibs changes.

---- Files affected:
SPECS:
   ucspi-unix.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/ucspi-unix.spec
diff -u SPECS/ucspi-unix.spec:1.12 SPECS/ucspi-unix.spec:1.13
--- SPECS/ucspi-unix.spec:1.12	Wed May 28 15:02:25 2003
+++ SPECS/ucspi-unix.spec	Mon Dec 18 03:09:17 2006
@@ -9,7 +9,7 @@
 Source0:	http://untroubled.org/ucspi-unix/%{name}-%{version}.tar.gz
 # Source0-md5:	759407949912ccb860808ae2205e8a1a
 URL:		http://untroubled.org/ucspi-unix/
-BuildRequires:	bglibs
+BuildRequires:	bglibs-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,8 +37,8 @@
 %setup -q
 
 %build
-echo '%{__cc} %{rpmcflags} -Wall -I/usr/lib/bglibs/include' > conf-cc
-echo '%{__cc} %{rpmldflags} -L/usr/lib/bglibs/lib' > conf-ld
+echo '%{__cc} %{rpmcflags} -Wall -I%{_includedir}/bglibs' > conf-cc
+echo '%{__cc} %{rpmldflags} -L%{_libdir}/bglibs' > conf-ld
 echo '%{_bindir}' > conf-bin
 echo '%{_mandir}' > conf-man
 
@@ -70,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/12/18 02:09:17  japhy
+- Adapted to bglibs changes.
+
 Revision 1.12  2003/05/28 13:02:25  malekith
 - massive attack: source-md5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ucspi-unix.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list