SPECS: bglibs.spec - updated to 1.022, use lib64-aware libdir

qboosh qboosh at pld-linux.org
Sun Jun 12 19:14:24 CEST 2005


Author: qboosh                       Date: Sun Jun 12 17:14:24 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.022, use lib64-aware libdir

---- Files affected:
SPECS:
   bglibs.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/bglibs.spec
diff -u SPECS/bglibs.spec:1.11 SPECS/bglibs.spec:1.12
--- SPECS/bglibs.spec:1.11	Sat Dec 11 01:27:30 2004
+++ SPECS/bglibs.spec	Sun Jun 12 19:14:18 2005
@@ -2,17 +2,17 @@
 Summary:	Bruce Guenter's Libraries Collection
 Summary(pl):	Zestaw bibliotek Bruce'a Guentera
 Name:		bglibs
-Version:	1.019
+Version:	1.022
 Release:	1
 License:	GPL
 Group:		Development/Libraries
 Source0:	http://untroubled.org/bglibs/%{name}-%{version}.tar.gz
-# Source0-md5:	1e9e1d716d4527d08ea1dbf076a30c30
+# Source0-md5:	a6f7ad4d340aa56b375f0205976aad2d
 URL:		http://untroubled.org/bglibs/
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # it cannot be installed in /usr/{include,lib} because of filename collisions
-%define		_prefix		/usr/lib/bglibs
+%define		_prefix		/usr/%{_lib}/bglibs
 
 %description
 Bruce Guenter's Libraries Collection.
@@ -30,15 +30,14 @@
 
 %{__make}
 
-rm -f conf_home.c insthier.o installer
-echo "$RPM_BUILD_ROOT%{_prefix}" > conf-home
-%{__make} installer
-
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_prefix}
 
-./installer
+echo "$RPM_BUILD_ROOT%{_bindir}" > conf-bin
+echo "$RPM_BUILD_ROOT%{_prefix}/include" > conf-include
+echo "$RPM_BUILD_ROOT%{_prefix}/lib" > conf-lib
+
+%{__make} install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +55,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2005/06/12 17:14:18  qboosh
+- updated to 1.022, use lib64-aware libdir
+
 Revision 1.11  2004/12/11 00:27:30  adamg
 - updated to 1.019
 
================================================================

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




More information about the pld-cvs-commit mailing list