]> git.pld-linux.org Git - packages/bestfit.git/blob - bestfit.spec
- new.
[packages/bestfit.git] / bestfit.spec
1 Summary:        bestfit - optimally choose files to be put on a CD (or other media)
2 Summary(pl):    bestfit - optymalnie wybierz pliki do wstawienia na CD (lub inne medium)
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Bestfit is a small program to determine which files that should be put
16 on a CD (or other media), so that as little space as possible is
17 wasted. It is very easy to use: you specify files on the command line,
18 and bestfit prints the names of those that were selected.
19 Alternatively, bestfit can execute a command for each selected file
20 (e.g. to move them to a different directory).
21
22 %description -l pl
23 Bestfit jest ma³ym programem do okre¶lenia, które pliki powinny byæ
24 wstawione na CD (lub inne medium), tak, ¿eby jak najmniejsza, mo¿liwa
25 ilo¶æ miejsca zosta³a zmarnowana. Jest bardzo ³atwy w u¿yciu:
26 wyszczególniasz pliki w linii komend i bestfit wy¶wietla nazwy, które
27 zosta³y wyselekcjonowane. Ewentualnie, bestfit mo¿e wykonaæ komendê
28 dla ka¿dego wyselekcjonowanego pliku. (np. przenie¶æ go do innego
29 katalogu).
30
31 %prep
32 %setup -q
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog INSTALL NEWS README TODO
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man?/*
This page took 0.397211 seconds and 3 git commands to generate.