SPECS: dumb.spec - fixed install with lib64 - verbose files - rele...

qboosh qboosh at pld-linux.org
Sun Jul 8 18:08:25 CEST 2007


Author: qboosh                       Date: Sun Jul  8 16:08:25 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed install with lib64
- verbose files
- release 2

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

---- Diffs:

================================================================
Index: SPECS/dumb.spec
diff -u SPECS/dumb.spec:1.11 SPECS/dumb.spec:1.12
--- SPECS/dumb.spec:1.11	Mon Feb 12 22:23:53 2007
+++ SPECS/dumb.spec	Sun Jul  8 18:08:19 2007
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	DUMB - Dedicated Universal Music Bastardisation
 Name:		dumb
 Version:	0.9.3
-Release:	1
+Release:	2
 License:	GPL-like
 Group:		Development/Libraries
 Source0:	http://dl.sourceforge.net/dumb/%{name}-%{version}.tar.gz
@@ -25,6 +25,8 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe dla dumb
 Group:		Development/Libraries
 Requires:	%{name}-static = %{version}-%{release}
+# for libaldmb
+#Requires:	allegro-devel
 
 %description devel
 dumb header files.
@@ -64,9 +66,12 @@
 install -d $RPM_BUILD_ROOT{%{_includedir},%{_libdir},%{_bindir}}
 
 %{__make} install \
-	PREFIX=$RPM_BUILD_ROOT%{_prefix}
+	PREFIX=$RPM_BUILD_ROOT%{_prefix} \
+	LIB_INSTALL_PATH=$RPM_BUILD_ROOT%{_libdir}
 %{__make} install \
-	PREFIX=$RPM_BUILD_ROOT%{_prefix} DEBUGMODE=1
+	DEBUGMODE=1 \
+	PREFIX=$RPM_BUILD_ROOT%{_prefix} \
+	LIB_INSTALL_PATH=$RPM_BUILD_ROOT%{_libdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -78,11 +83,15 @@
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/*
+%{_includedir}/dumb.h
+%{_includedir}/aldumb.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libdumb.a
+%{_libdir}/libdumbd.a
+%{_libdir}/libaldmb.a
+%{_libdir}/libaldmd.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -90,6 +99,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/07/08 16:08:19  qboosh
+- fixed install with lib64
+- verbose files
+- release 2
+
 Revision 1.11  2007/02/12 21:23:53  glen
 - tabs in preamble
 
================================================================

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



More information about the pld-cvs-commit mailing list