]> git.pld-linux.org Git - packages/eject.git/blobdiff - eject.spec
- cut off Vendor (we are package vendors and developers, program
[packages/eject.git] / eject.spec
index f4974cf82f4aa6b0227600614333996068f9fdd1..3fe8cfc162cd2e22523ddd1f09ac55ee449c159f 100644 (file)
@@ -9,16 +9,17 @@ 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: automake
 BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -67,11 +68,12 @@ Iomega Jaz 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
 %{__gettextize}
-aclocal
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure
@@ -84,14 +86,14 @@ rm -rf $RPM_BUILD_ROOT
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-gzip -9nf AUTHORS ChangeLog NEWS PORTING PROBLEMS README TODO
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS PORTING PROBLEMS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %lang(fi) %{_mandir}/fi/man1/*
This page took 0.083847 seconds and 4 git commands to generate.