]> git.pld-linux.org Git - packages/php-pear-Date_Holidays_Germany.git/commitdiff
- new auto/ac/php-pear-Date_Holidays_Germany-0_1_0-1 auto/th/php-pear-Date_Holidays_Germany-0_1_0-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 19 Jun 2008 19:58:08 +0000 (19:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Date_Holidays_Germany.spec -> 1.1

php-pear-Date_Holidays_Germany.spec [new file with mode: 0644]

diff --git a/php-pear-Date_Holidays_Germany.spec b/php-pear-Date_Holidays_Germany.spec
new file mode 100644 (file)
index 0000000..3d1e64c
--- /dev/null
@@ -0,0 +1,71 @@
+%include       /usr/lib/rpm/macros.php
+%define                _class          Date
+%define                _subclass       Holidays_Germany
+%define                _status         alpha
+%define                _pearname       Date_Holidays_Germany
+Summary:       %{_pearname} - Driver based class to calculate holidays in Germany
+Summary(pl.UTF-8):     %{_pearname} - klasa do obliczania świąt niemieckich
+Name:          php-pear-%{_pearname}
+Version:       0.1.0
+Release:       1
+License:       PHP License
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 2f93b8f834f8512827864a5f5cdd4132
+URL:           http://pear.php.net/package/Date_Holidays_Germany/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires:      php-pear
+Requires:      php-pear-Date_Holidays >= 0.18.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Date_Holidays helps you calculate the dates and titles of holidays and
+other special celebrations. This is the driver for calculating
+holidays in Germany.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Date_Holidays pozwala na obliczenie dat oraz tytułów świąt oraz
+specjalnych okazji. Klasa ta pozwala na wyliczenie świąt niemieckich.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary:       Tests for PEAR::%{_pearname}
+Summary(pl.UTF-8):     Testy dla PEAR::%{_pearname}
+Group:         Development/Languages/PHP
+AutoReq:       no
+Requires:      %{name} = %{version}-%{release}
+AutoProv:      no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl.UTF-8
+Testy dla PEAR::%{_pearname}.
+
+%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
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Date/Holidays/Driver/Germany.php
+%{php_pear_dir}/Date/Holidays/Filter/Germany
+%{php_pear_dir}/data/Date_Holidays_Germany
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/Date_Holidays_Germany
This page took 0.049816 seconds and 4 git commands to generate.