]> git.pld-linux.org Git - packages/php-pear-Gtk_FileDrop.git/blame - php-pear-Gtk_FileDrop.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-Gtk_FileDrop.git] / php-pear-Gtk_FileDrop.spec
CommitLineData
131b8527
AG
1%define _class Gtk
2%define _subclass FileDrop
d786c79c 3%define _status stable
131b8527 4%define _pearname %{_class}_%{_subclass}
131b8527 5Summary: %{_pearname} - Make Gtk widgets accept file drops
1a55dadc 6Summary(pl.UTF-8): %{_pearname} - obsługa upuszczania plików w widżetach Gtk
131b8527 7Name: php-pear-%{_pearname}
aa93b229 8Version: 1.0.3
413b44b6 9Release: 2
131b8527
AG
10License: PHP 2.02
11Group: Development/Languages/PHP
12Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
aa93b229 13# Source0-md5: b33fa57dfcb730d66ce374852cb6a367
131b8527 14URL: http://pear.php.net/package/Gtk_FileDrop/
c7c71f23 15BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
2c1eab72 16BuildRequires: rpm-php-pearprov >= 4.4.2-11
927ea72e 17BuildRequires: rpmbuild(macros) >= 1.300
131b8527 18Requires: php-pear
c7c71f23 19Requires: php-pear-MIME_Type >= 1.0.0-0.beta3
cdb36278 20Requires: php-pear-PEAR-core >= 1:1.4.0
4db56b10 21Obsoletes: php-pear-Gtk_FileDrop-tests
131b8527
AG
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
2c1eab72
ER
25# included in tests
26%define _noautoreq 'pear(FileDrop_testcase.php)'
27
131b8527
AG
28%description
29A class which makes it easy to make a GtkWidget accept the dropping of
ef9e9dcd 30files or folders.
131b8527
AG
31
32In PEAR status of this package is: %{_status}.
33
ccd73e3d
JR
34%description -l pl.UTF-8
35Ta klasa ułatwia obsługiwanie upuszczania plików lub folderów w
36widżetach GtkWidget.
ef9e9dcd
JB
37
38Ta klasa ma w PEAR status: %{_status}.
131b8527
AG
39
40%prep
2c1eab72 41%pear_package_setup
131b8527
AG
42
43%install
44rm -rf $RPM_BUILD_ROOT
2c1eab72
ER
45install -d $RPM_BUILD_ROOT%{php_pear_dir}
46%pear_package_install
131b8527
AG
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
2c1eab72
ER
53%doc install.log
54%doc docs/%{_pearname}/examples
55%{php_pear_dir}/.registry/*.reg
131b8527 56%{php_pear_dir}/%{_class}/*.php
This page took 0.05768 seconds and 4 git commands to generate.