]> git.pld-linux.org Git - packages/gg2.git/commitdiff
- added BR
authoraflinta <aflinta@pld-linux.org>
Fri, 24 Jan 2003 17:50:00 +0000 (17:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gg2.spec -> 1.20

gg2.spec

index d279a9ef6af8ee8a7ae9ed975d20297dc4e67c5e..3c0da2f21791efdf96f0537a913a960c35782d46 100644 (file)
--- a/gg2.spec
+++ b/gg2.spec
@@ -11,6 +11,7 @@ License:      GPL v2+
 Group:         Applications/Communications
 Source0:       http://www.hakore.com/~krzak/gg2/%{name}-%{snap}.tar.gz
 Source1:       %{name}.desktop
+Patch0:                %{name}-gettext.patch
 URL:           http://gadu.gnu.pl/
 #BuildRequires:        arts-devel
 BuildRequires: autoconf
@@ -24,6 +25,7 @@ BuildRequires:        libtlen-devel
 BuildRequires: libtool
 BuildRequires: intltool
 BuildRequires: xosd-devel   >= 2.0.0
+BuildRequires:  pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -156,9 +158,12 @@ Obs
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %build
 rm -f missing
+glib-gettextize --copy --force
+intltoolize --copy --force
 %{__libtoolize}
 %{__aclocal}
 %{__automake}
This page took 0.046244 seconds and 4 git commands to generate.