]> git.pld-linux.org Git - packages/eject.git/blob - eject.spec
fdf436f7d5cec172a42b2a79d5b06bff58eae558
[packages/eject.git] / eject.spec
1 Summary:        ejects ejectable media and controls auto ejection
2 Summary(de):    wirft austauschbare Datenträger aus und steuert Auswurf 
3 Summary(fr):    éjecte un support éjectable et commande l'éjection automatique
4 Summary(pl):    Eject otwieranie szuflad CDROM, Jaz, ZIP i innych
5 Summary(tr):    Eject yeteneði olan aygýtlarý kontrol eder
6 Name:           eject
7 Version:        2.0.12
8 Release:        1
9 License:        GPL
10 Group:          Applications/System
11 Group(de):      Applikationen/System
12 Group(pl):      Aplikacje/System
13 Source0:        http://members.home.net/jefftranter/%{name}-%{version}.tar.gz
14 Patch0:         %{name}-DESTDIR_fix.patch
15 URL:            http://sourceforge.net/projects/eject/
16 BuildRequires:  automake
17 BuildRequires:  autoconf
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This program allows the user to eject media that is autoejecting like
22 CD-ROMs, Jaz and Zip drives, and floppy drives on SPARC machines.
23
24 %description -l de
25 Dieses Programm ermöglicht auf SPARC-Rechnern das Auswerfen von
26 Datenträgern wie CD-ROMs, Jaz-, Zip- und Floppy-Disketten, die
27 normalerweise automatisch ausgeworfen werden.
28
29 %description -l fr
30 Ce programme permet à l'utilisateur d'éjecter un support autoéjectable
31 comme les CD-ROM, les lecteurs Zip et Jaz, et les disquettes sur les
32 SPARC.
33
34 %description -l pl
35 Program do automatycznego otwierania szuflad w urz±dzeniach CDROM,
36 Jaz, ZIP floppy (na maszynach SPARC) oraz innych.
37
38 %description -l tr
39 Bu yazýlým paketi ile kullanýcýya 'eject' yeteneði olan aygýtlarý
40 kontrol olanaðý verilmektedir. Bu yeteneði olan aygýtlar arasýnda
41 CD-ROM'lar, Zip sürücüleri ve bazý disket sürücüleri yer alýr.
42
43 %prep
44 %setup -q
45 %patch0 -p1
46
47 %build
48 rm -f missing
49 gettextize --copy --force
50 aclocal
51 autoconf
52 automake -a -c
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install DESTDIR=$RPM_BUILD_ROOT
60
61 gzip -9nf AUTHORS ChangeLog NEWS PORTING PROBLEMS README TODO
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc *.gz
69 %attr(755,root,root) %{_bindir}/*
70 %{_mandir}/man1/*
This page took 0.057244 seconds and 2 git commands to generate.