]> git.pld-linux.org Git - packages/gbeermatic.git/commitdiff
- use plain gettextize (it uses AM_GNU_GETTEXT, not *GLIB_GETTEXT)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Dec 2003 13:10:31 +0000 (13:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- killed headers, it isn't devel package

Changed files:
    gbeermatic.spec -> 1.2

gbeermatic.spec

index 24520e3437ba893ed7023289dd5c6c9d44a03212..a2f5ec390147006aa72d9b1bf321799a25364fa3 100644 (file)
@@ -11,8 +11,11 @@ Patch0:              %{name}-desktop.patch
 URL:           http://earthworm.no-ip.com/gbeermatic/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: gettext-devel >= 0.10.40
 BuildRequires: libglade2-devel >= 2.0.1
 BuildRequires: libgnomeui-devel >= 2.4.0
+BuildRequires: libtool
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,9 +31,11 @@ gierki i inne g
 %patch0 -p1
 
 %build
-glib-gettextize --copy --force
+%{__gettextize}
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
@@ -41,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# useless in binary package
+rm -rf $RPM_BUILD_ROOT%{_includedir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -48,6 +56,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
-%{_includedir}/%{name}
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/%{name}
This page took 0.071972 seconds and 4 git commands to generate.