SPECS: inpath2dot.spec (NEW) - initial

blues blues at pld-linux.org
Thu Aug 14 16:59:01 CEST 2008


Author: blues                        Date: Thu Aug 14 14:59:01 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/inpath2dot.spec
diff -u /dev/null SPECS/inpath2dot.spec:1.1
--- /dev/null	Thu Aug 14 16:59:01 2008
+++ SPECS/inpath2dot.spec	Thu Aug 14 16:58:56 2008
@@ -0,0 +1,43 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.perl
+Summary:	Parses inpath-data to a format usuable by graphviz
+Name:		inpath2dot
+Version:	1.3
+Release:	1
+License:	GPL v2+
+Group:		Networking/Daemons
+Source0:	http://cord.de/tools/news/%{name}.pl
+# Source0-md5:	cc81944660fcaf1d72447358ab7bfa71
+URL:		http://cord.de/tools/news/
+BuildRequires:	rpm-perlprov
+Suggests:	graphviz
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q -Tc -n %{name}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%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  2008/08/14 14:58:56  blues
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list