]> git.pld-linux.org Git - packages/gspy.git/commitdiff
- added asm program def to configure.in - still does not build :(
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 11 Mar 2006 17:40:47 +0000 (17:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gspy.spec -> 1.9

gspy.spec

index ea484dff38b36289fda0d4455dffaea230a72420..540ef6504502d65e9d9c006c70b38b4d493eedb2 100644 (file)
--- a/gspy.spec
+++ b/gspy.spec
@@ -2,15 +2,18 @@ Summary:      A GNOME Security Camera
 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)
 
@@ -38,11 +41,13 @@ wys
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %build
 %{__gettextize}
+%{__intltoolize}
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I macros
 %{__autoconf}
 %{__autoheader}
 %{__automake}
This page took 0.030038 seconds and 4 git commands to generate.