SPECS: startup-notification.spec - added link patch to avoid unnec...

qboosh qboosh at pld-linux.org
Sun Mar 5 20:54:46 CET 2006


Author: qboosh                       Date: Sun Mar  5 19:54:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added link patch to avoid unnecessary libSM dependency

---- Files affected:
SPECS:
   startup-notification.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/startup-notification.spec
diff -u SPECS/startup-notification.spec:1.19 SPECS/startup-notification.spec:1.20
--- SPECS/startup-notification.spec:1.19	Fri Feb 17 22:31:28 2006
+++ SPECS/startup-notification.spec	Sun Mar  5 20:54:41 2006
@@ -8,10 +8,12 @@
 License:	LGPL
 Source0:	http://ftp.gnome.org/pub/gnome/sources/startup-notification/0.8/%{name}-%{version}.tar.bz2
 # Source0-md5:	d9b2e9fba18843314ae42334ceb4336d
+Patch0:		%{name}-link.patch
 URL:		http://www.gnome.org/
-BuildRequires:	automake >= 1.7
+BuildRequires:	autoconf
+BuildRequires:	automake >= 1:1.7
+BuildRequires:	libtool
 BuildRequires:	rpmbuild(macros) >= 1.197
-BuildRequires:	xorg-lib-libSM-devel
 BuildRequires:	xorg-lib-libX11-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,7 +32,6 @@
 Summary(pl):	Pliki programistyczne biblioteki Startup Notification
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	xorg-lib-libSM-devel
 Requires:	xorg-lib-libX11-devel
 
 %description devel
@@ -53,9 +54,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -93,6 +99,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2006/03/05 19:54:41  qboosh
+- added link patch to avoid unnecessary libSM dependency
+
 Revision 1.19  2006/02/17 21:31:28  wolf
 - xorg modular deps, rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/startup-notification.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list