SPECS: gnotify.spec - call libtoolize - fix -clean.patch - pass -lpthread i...

adamg adamg at pld-linux.org
Sat Aug 16 21:17:17 CEST 2008


Author: adamg                        Date: Sat Aug 16 19:17:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- call libtoolize
- fix -clean.patch
- pass -lpthread in LDFLAGS
- release 2

---- Files affected:
SPECS:
   gnotify.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/gnotify.spec
diff -u SPECS/gnotify.spec:1.13 SPECS/gnotify.spec:1.14
--- SPECS/gnotify.spec:1.13	Tue Feb 13 08:16:47 2007
+++ SPECS/gnotify.spec	Sat Aug 16 21:17:11 2008
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	GNotify - usługa powiadamiania dla środowisk graficznych
 Name:		gnotify
 Version:	1.2
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL
 Group:		X11/Applications
@@ -40,13 +40,15 @@
 rm -f {COPYING,INSTALL,mkinstalldirs}
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure
 %{__make} \
-	CFLAGS="%{rpmcflags}"
+	CFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags} -lpthread"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -77,6 +79,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008/08/16 19:17:11  adamg
+- call libtoolize
+- fix -clean.patch
+- pass -lpthread in LDFLAGS
+- release 2
+
 Revision 1.13  2007/02/13 07:16:47  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnotify.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list