Author: blues Date: Sat Mar 11 17:40:55 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added asm program def to configure.in - still does not build :(
---- Files affected: SPECS: gspy.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/gspy.spec diff -u SPECS/gspy.spec:1.8 SPECS/gspy.spec:1.9 --- SPECS/gspy.spec:1.8 Wed Jul 13 19:09:51 2005 +++ SPECS/gspy.spec Sat Mar 11 18:40:47 2006 @@ -3,15 +3,18 @@ Summary(pl): Kamera bezpieczeństwa GNOME Name: gspy Version: 0.1.8 -Release: 0.1 +Release: 0.2 License: GPL v2 Group: Applications Source0: http://gspy.sourceforge.net/%{name}-%{version}-src.tar.gz # Source0-md5: b8cdf73e0e11f0294bf979e195e66d32 +Patch0: %{name}-asm_prog.patch URL: http://gspy.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext-devel +BuildRequires: gtkxmhtml-devel +BuildRequires: intltool BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -39,11 +42,13 @@ %prep %setup -q -n %{name} +%patch0 -p1 %build %{__gettextize} +%{__intltoolize} %{__libtoolize} -%{__aclocal} +%{__aclocal} -I macros %{__autoconf} %{__autoheader} %{__automake} @@ -73,6 +78,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2006/03/11 17:40:47 blues +- added asm program def to configure.in - still does not build :( + Revision 1.8 2005/07/13 17:09:51 qboosh - typo, desc cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gspy.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
