packages: gaffitter/gaffitter.spec (NEW) - initial

tiwek tiwek at pld-linux.org
Thu Jun 16 08:56:18 CEST 2011


Author: tiwek                        Date: Thu Jun 16 06:56:18 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/gaffitter:
   gaffitter.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gaffitter/gaffitter.spec
diff -u /dev/null packages/gaffitter/gaffitter.spec:1.1
--- /dev/null	Thu Jun 16 08:56:18 2011
+++ packages/gaffitter/gaffitter.spec	Thu Jun 16 08:56:13 2011
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary:	gaffitter - Genetic Algorithm File Fitter
+Name:		gaffitter
+Version:	0.6.0
+Release:	1
+License:	GPL
+Group:		Tools
+Source0:	http://downloads.sourceforge.net/gaffitter/%{name}-%{version}.tar.bz2
+# Source0-md5:	a4a0fa0b3eeeaf49624d2e1b78de3cff
+URL:		http://gaffitter.sourceforge.net//
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Genetic Algorithm File Fitter, or just GAFFitter, is a command-line
+software written in C++ that arranges--via a genetic algorithm--an
+input list of items or files/directories into volumes of a certain
+capacity (target), such as CD or DVD, in a way that the total wastage
+is minimized.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+    DESTDIR=$RPM_BUILD_ROOT \
+    prefix=/usr
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/gaffitter
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/06/16 06:56:13  tiwek
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list