SPECS: fastdep.spec (NEW) - initial release.

pluto pluto at pld-linux.org
Mon Dec 12 11:07:20 CET 2005


Author: pluto                        Date: Mon Dec 12 10:07:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release.

---- Files affected:
SPECS:
   fastdep.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fastdep.spec
diff -u /dev/null SPECS/fastdep.spec:1.1
--- /dev/null	Mon Dec 12 11:07:20 2005
+++ SPECS/fastdep.spec	Mon Dec 12 11:07:14 2005
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary:	A fast dependency generator for C/C++ files
+Summary(pl):	Szybki generator zależności dla plików C/C++
+Name:		fastdep
+Version:	0.16
+Release:	1
+License:	GPL v2
+Group:		Development/Building
+Source0:	http://www.irule.be/bvh/c++/fastdep/%{name}-%{version}.tar.gz
+# Source0-md5:	838c08b790a5dfe9a50a4aec7947bc54
+URL:		http://www.irule.be/bvh/c++/fastdep/
+BuildRequires:	libstdc++-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fastdep is (will be) a fast dependency generator for C/C++ files.
+
+%description -l pl
+fastdep jest (będzie) szybkim generatorem zależności dla plików C/C++.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make} \
+	CFLAGS="%{rpmcflags}"
+	CXXFLAGS="%{rpmcxxflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D fastdep $RPM_BUILD_ROOT%{_bindir}/fastdep
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CHANGELOG README TODO
+%attr(755,root,root) %{_bindir}/*
+
+%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  2005/12/12 10:07:14  pluto
+- initial release.
+
================================================================



More information about the pld-cvs-commit mailing list