]> git.pld-linux.org Git - packages/gfax.git/commitdiff
- release 2, gfax-0_4_2-2
authorkloczek <kloczek@pld-linux.org>
Mon, 23 Apr 2001 17:53:10 +0000 (17:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix compile on glibc 2.2.x (time.h patch),
- added missing gnome-print-devel to BuildRequires and rebuild against
  gnome-print 0.28,
- added missing uk to ALL_LINGUAS (add_uk_to_ALL_LINGUAS patch).

Changed files:
    gfax.spec -> 1.13

gfax.spec

index 3bd50ec2f6d0c5da6172d03941fa09c843877975..d5b7c7c3f813882b7bdca21e12dd935d6ddbd43b 100644 (file)
--- a/gfax.spec
+++ b/gfax.spec
@@ -1,14 +1,19 @@
 Summary:       The GNOME Fax Application
 Name:          gfax
 Version:       0.4.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Communications
 Group(de):     Applikationen/Kommunikation
 Group(pl):     Aplikacje/Komunikacja
 Source0:       ftp://raven.cc.mala.bc.ca/pub/Linux/%{name}-%{version}.tar.gz
+Patch0:                %{name}-use_AM_GNU_GETTEXT.patch
+Patch1:                %{name}-add_uk_to_ALL_LINGUAS.aptch
+Patch2:                %{name}-time.h.patch
+BuildRequires: bison
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel
+BuildRequires: gnome-print-devel >= 0.28
 BuildRequires: libglade-devel
 URL:           http://www.gmsys.com/gnome-gfax.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,9 +32,16 @@ ich na drukarce faksowej. Gfax dzia
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
+aclocal -I macros
+autoconf
+automake -a -c
 gettextize --copy --force
+
 %configure
 %{__make}
 
This page took 0.032324 seconds and 4 git commands to generate.