Author: blues Date: Sun Sep 3 14:42:17 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - builtin_offsetof.patch added
---- Files affected: SPECS: upstart.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/upstart.spec diff -u SPECS/upstart.spec:1.6 SPECS/upstart.spec:1.7 --- SPECS/upstart.spec:1.6 Sun Sep 3 16:29:06 2006 +++ SPECS/upstart.spec Sun Sep 3 16:42:12 2006 @@ -1,19 +1,20 @@ # $Revision$, $Date$ # TODO: # - userland headers needs to be fixed - inotify.h is missing -# - more fixes needed -# - does it require gcc4?? __builtin_offsetof +# - does it require gcc4?? __builtin_offsetof definition added for gcc3.3 +# - it seems it requires some kernel-related definitions... # Summary: Event-based init daemon Summary(pl): Oparty na zdarzeniach demon init Name: upstart Version: 0.2.1 -Release: 0.1 +Release: 0.2 License: GPL v2 Group: Base # Isn't there better download URL??? Source0: http://people.ubuntu.com/~scott/software/upstart/%{name}-%{version}.tar.bz2 # Source0-md5: 67be7df5ed181713d638d18269d86e8f +Patch0: %{name}-builtin_offsetof.patch URL: https://launchpad.net/products/upstart BuildRequires: autoconf BuildRequires: automake @@ -45,6 +46,8 @@ %prep %setup -q +# for gcc3.3 only: +%patch0 -p1 %build %configure @@ -92,6 +95,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2006/09/03 14:42:12 blues +- builtin_offsetof.patch added + Revision 1.6 2006/09/03 14:29:06 blues - it seems it requires gcc4 :-/ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/upstart.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
