SPECS: phpxref.spec (NEW) - initial
glen
glen at pld-linux.org
Wed Dec 19 19:05:14 CET 2007
Author: glen Date: Wed Dec 19 18:05:14 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
phpxref.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/phpxref.spec
diff -u /dev/null SPECS/phpxref.spec:1.1
--- /dev/null Wed Dec 19 19:05:14 2007
+++ SPECS/phpxref.spec Wed Dec 19 19:05:09 2007
@@ -0,0 +1,43 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.perl
+Summary: PHP Cross Referencing Documentation Generator
+Name: phpxref
+Version: 0.7
+Release: 0.1
+License: GPL v2
+Group: Development/Languages/PHP
+Source0: http://dl.sourceforge.net/phpxref/%{name}-%{version}.tar.gz
+# Source0-md5: 9518c12578c6daa6ee69bd23379ec8ba
+URL: http://phpxref.sourceforge.net/
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PHPXref is a developer tool that's designed to ease the process of
+working on large PHP projects by making it very fast and easy to
+browse the code documentation along with the code itself.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install phpxref.pl $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changelog UPGRADE
+
+%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 2007-12-19 18:05:09 glen
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list