]> git.pld-linux.org Git - packages/eject.git/commitdiff
- added gettext patch and use %%find_lang macro
authorArtur Frysiak <artur@frysiak.net>
Mon, 6 Jan 2003 00:21:24 +0000 (00:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 6

Changed files:
    eject.spec -> 1.45

eject.spec

index c47b65baadf4a419ed8f68640435818125c0742c..77b720d907a45e1b9ac41efece5c3adef990b480 100644 (file)
@@ -9,13 +9,14 @@ Summary(tr):  Eject yetene
 Summary(uk):   ðÒÏÇÒÁÍÁ, ÝÏ ×ÉÛÔÏ×ÈÕ¤ ÚͦÎΦ ÎÏÓ¦§ Ú ÎÁËÏÐÉÞÕ×ÁÞ¦×
 Name:          eject
 Version:       2.0.12
-Release:       5
+Release:       6
 License:       GPL
 Vendor:                Jeff Tranter <tranter@users.sourceforge.net>
 Group:         Applications/System
 Source0:       http://www.pobox.com/~tranter/%{name}-%{version}.tar.gz
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 Patch0:                %{name}-DESTDIR_fix.patch
+Patch1:                %{name}-gettext.patch
 URL:           http://sourceforge.net/projects/eject/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -68,11 +69,12 @@ Iomega Jaz 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
 %{__gettextize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure
@@ -85,10 +87,12 @@ rm -rf $RPM_BUILD_ROOT
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
+%find_lang eject
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f eject.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS PORTING PROBLEMS README TODO
 %attr(755,root,root) %{_bindir}/*
This page took 0.091457 seconds and 4 git commands to generate.