Author: adamg                        Date: Sat Oct 11 09:32:16 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-Genealogy_Gedcom.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-Genealogy_Gedcom.spec
diff -u /dev/null SPECS/php-pear-Genealogy_Gedcom.spec:1.1
--- /dev/null   Sat Oct 11 11:32:16 2008
+++ SPECS/php-pear-Genealogy_Gedcom.spec        Sat Oct 11 11:32:11 2008
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+%include       /usr/lib/rpm/macros.php
+%define                _class          Genealogy
+%define                _subclass       Gedcom
+%define                _status         stable
+%define                _pearname       Genealogy_Gedcom
+Summary:       %{_pearname} - Gedcom parser
+Summary(pl.UTF-8):     %{_pearname} - parser Gedcom
+Name:          php-pear-%{_pearname}
+Version:       1.0.1
+Release:       1
+License:       PHP License
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 113e819410248f30f0792b0d60ad8bb4
+URL:           http://pear.php.net/package/Genealogy_Gedcom/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires:      php-pear >= 4:1.0-25
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package was written to parse .ged (gedcom) file.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Narzędzie do przetwarzania plików .ged (gedcom).
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log docs/Genealogy_Gedcom/examples/example1.php
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Genealogy/Gedcom
+%{php_pear_dir}/Genealogy/Gedcom.php
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/10/11 09:32:11  adamg
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to