Author: twittner Date: Wed Jan 10 19:45:28 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added -nolocal.patch don't look for libraries and includes in /usr/local - use AM_CPPFLAGS (for -DGNU_SOURCE=1) in Makefile.am instead of messing with $CPPFLAGS in configure.ac
---- Files affected: SPECS: sharedance.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/sharedance.spec diff -u SPECS/sharedance.spec:1.2 SPECS/sharedance.spec:1.3 --- SPECS/sharedance.spec:1.2 Wed Jan 10 20:15:47 2007 +++ SPECS/sharedance.spec Wed Jan 10 20:45:23 2007 @@ -6,13 +6,14 @@ #Summary(pl): - Name: sharedance Version: 0.6 -Release: 0.5 +Release: 0.6 License: distributable Group: Daemons Source0: http://download.pureftpd.org/pub/sharedance/%{name}-%{version}.tar.bz2 # Source0-md5: 73e60374cc04a825090530e90ce3e2ba Source1: %{name}.init Source2: %{name}.sysconfig +Patch0: %{name}-nolocal.patch URL: http://sharedance.pureftpd.org/project/sharedance/ BuildRequires: rpmbuild(macros) >= 1.228 Requires(post,preun): /sbin/chkconfig @@ -35,8 +36,10 @@ %prep %setup -q +%patch0 -p1 %build +%{__aclocal} %{__autoconf} %{__autoheader} %{__automake} @@ -83,6 +86,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/01/10 19:45:23 twittner +- added -nolocal.patch don't look for libraries and includes in /usr/local +- use AM_CPPFLAGS (for -DGNU_SOURCE=1) in Makefile.am instead of messing + with $CPPFLAGS in configure.ac + Revision 1.2 2007/01/10 19:15:47 twittner - md5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sharedance.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
