]> git.pld-linux.org Git - packages/bestfit.git/blob - bestfit.spec
- tabs in preamble
[packages/bestfit.git] / bestfit.spec
1 Summary:        bestfit - optimally choose files to be put on a CD (or other media)
2 Summary(pl.UTF-8):      bestfit - optymalne wybieranie plików do umieszczenia na CD (lub innym nośniku)
3 Name:           bestfit
4 Version:        0.2.0
5 Release:        0.1
6 Epoch:          0
7 License:        GPL
8 Group:          Applications/System
9 Source0:        http://www.student.lu.se/~nbi98oli/src/%{name}-%{version}.tar.gz
10 # Source0-md5:  9549df4aaa20e624624409694940b35c
11 URL:            http://www.student.lu.se/~nbi98oli/bestfit.html
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Bestfit is a small program to determine which files that should be put
18 on a CD (or other media), so that as little space as possible is
19 wasted. It is very easy to use: you specify files on the command line,
20 and bestfit prints the names of those that were selected.
21 Alternatively, bestfit can execute a command for each selected file
22 (e.g. to move them to a different directory).
23
24 %description -l pl.UTF-8
25 Bestfit jest małym programem do określenia, które pliki powinny być
26 umieszczone na CD (lub innym nośniku), tak, żeby jak najmniejsza,
27 możliwa ilość miejsca została zmarnowana. Jest bardzo łatwy w użyciu:
28 pliki wyszczególnia się w linii komend, a bestfit wyświetla nazwy,
29 które zostały wyselekcjonowane. Ewentualnie, bestfit może wykonać
30 komendę dla każdego wyselekcjonowanego pliku (np. przenieść go do
31 innego katalogu).
32
33 %prep
34 %setup -q
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README TODO
56 %attr(755,root,root) %{_bindir}/*
57 %{_mandir}/man?/*
This page took 0.076863 seconds and 3 git commands to generate.