]> git.pld-linux.org Git - packages/bestfit.git/commitdiff
- new.
authortwittner <twittner@pld-linux.org>
Sun, 25 Jan 2004 20:34:38 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bestfit.spec -> 1.1

bestfit.spec [new file with mode: 0644]

diff --git a/bestfit.spec b/bestfit.spec
new file mode 100644 (file)
index 0000000..d2783f4
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       bestfit - optimally choose files to be put on a CD (or other media)
+Summary(pl):   bestfit - optymalnie wybierz pliki do wstawienia na CD (lub inne medium)
+Name:          bestfit
+Version:       0.2.0
+Release:       0.1
+Epoch:         0
+License:       GPL
+Group:         Applications/System
+Source0:       http://www.student.lu.se/~nbi98oli/src/%{name}-%{version}.tar.gz
+# Source0-md5: 9549df4aaa20e624624409694940b35c
+URL:           http://www.student.lu.se/~nbi98oli/bestfit.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bestfit is a small program to determine which files that should be put
+on a CD (or other media), so that as little space as possible is
+wasted. It is very easy to use: you specify files on the command line,
+and bestfit prints the names of those that were selected.
+Alternatively, bestfit can execute a command for each selected file
+(e.g. to move them to a different directory).
+
+%description -l pl
+Bestfit jest ma³ym programem do okre¶lenia, które pliki powinny byæ
+wstawione na CD (lub inne medium), tak, ¿eby jak najmniejsza, mo¿liwa
+ilo¶æ miejsca zosta³a zmarnowana. Jest bardzo ³atwy w u¿yciu:
+wyszczególniasz pliki w linii komend i bestfit wy¶wietla nazwy, które
+zosta³y wyselekcjonowane. Ewentualnie, bestfit mo¿e wykonaæ komendê
+dla ka¿dego wyselekcjonowanego pliku. (np. przenie¶æ go do innego
+katalogu).
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog INSTALL NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
This page took 0.099355 seconds and 4 git commands to generate.