]> git.pld-linux.org Git - packages/gb.git/commitdiff
- updated to 0.0.20,
authorkloczek <kloczek@pld-linux.org>
Thu, 23 Aug 2001 20:25:10 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%find_lang macro.
- spec ac 2.5x ready.

Changed files:
    gb.spec -> 1.10

gb.spec

diff --git a/gb.spec b/gb.spec
index 4759c8b6bb5b376faff41a0c2be60699745324dd..a2d9298b8674ffbd8ede620866b3d59b9d24f45f 100644 (file)
--- a/gb.spec
+++ b/gb.spec
@@ -1,20 +1,20 @@
 Summary:       GB - Gnome Basic
 Summary:       GB - Gnome Basic
 Name:          gb
-Version:       0.0.18
-Release:       2
+Version:       0.0.20
+Release:       1
 License:       GPL
 Group:         X11/Libraries
 Group(de):     X11/Libraries
 Group(pl):     X11/Biblioteki
 Source0:       ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gb/%{name}-%{version}.tar.gz
 Patch0:                %{name}-am_fixes.patch
-Patch1:                %{name}-ac_fix.patch
 URL:           http://www.gnome.org/gb/
 BuildRequires: automake
 BuildRequires: flex
 BuildRequires: gnome-libs-devel
 BuildRequires: gnome-print-devel >= 0.28
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -60,10 +60,12 @@ Biblioteki statyczne do Gnome Basic.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
-aclocal
+sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
+mv -f configure.in.tmp configure.in
+libtoolize --copy --force
+aclocal -I %{_aclocaldir}/gnome
 autoconf
 automake -a -c
 %configure
@@ -77,11 +79,14 @@ rm -rf $RPM_BUILD_ROOT
 
 gzip -9nf ChangeLog NEWS README TODO docs/*.txt
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/gb
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
This page took 0.134851 seconds and 4 git commands to generate.