SPECS: libcm.spec - 0.0.16, added configure patch

freetz freetz at pld-linux.org
Sun Feb 19 15:10:10 CET 2006


Author: freetz                       Date: Sun Feb 19 14:10:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.0.16, added configure patch

---- Files affected:
SPECS:
   libcm.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/libcm.spec
diff -u SPECS/libcm.spec:1.3 SPECS/libcm.spec:1.4
--- SPECS/libcm.spec:1.3	Sat Dec 24 02:35:59 2005
+++ SPECS/libcm.spec	Sun Feb 19 15:10:05 2006
@@ -2,15 +2,18 @@
 Summary:	Composite Manager library
 Summary(pl):	Biblioteka Composite Manager
 Name:		libcm
-Version:	0.0.13
-Release:	0.1
+Version:	0.0.16
+Release:	1
 License:	GPL
 Group:		Libraries
 Source0:	http://www.daimi.au.dk/~sandmann/%{name}-%{version}.tar.gz
-# Source0-md5:	e5f157950cdece940a9e6a7d137e4214
+# Source0-md5:	705488259eb99748216e42130b171053
+Patch0:		%{name}-configure.patch
 URL:		http://www.daimi.au.dk/~sandmann/
 BuildRequires:	OpenGL-GLU-devel
-BuildRequires:	glib2-devel >= 2.0.0
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	glib2-devel >= 1:2.0.0
 BuildRequires:	pkgconfig
 BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	xorg-lib-libXcomposite-devel
@@ -55,8 +58,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__automake}
+%{__autoconf}
 %configure
 %{__make}
 
@@ -65,6 +72,8 @@
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
+	
+rm -f $RPM_BUILD_ROOT%{_bindir}/test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -95,6 +104,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/02/19 14:10:05  freetz
+- 0.0.16, added configure patch
+
 Revision 1.3  2005/12/24 01:35:59  qboosh
 - added deps (modular xorg only - it relies on pkgconfig files)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libcm.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list