-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmpl.spec
More file actions
41 lines (33 loc) · 903 Bytes
/
mpl.spec
File metadata and controls
41 lines (33 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Summary: Mindbit PHP Libraries
Name: mpl
Version: 0.3
Release: 2%{dist}
License: LGPL
BuildArch: noarch
Packager: Radu Rendec
Group: System Environment/Libraries
Vendor: Mindbit SRL
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: php php-mysql php-ldap mpl
%description
PHP libraries that provide a safe application environment and facilitate
integration with several frameworks such as Propel and SmartClient.
%prep
%setup -q -n %{name}
%build
%install
rm -rf $RPM_BUILD_ROOT
find \
*.php \
web \
-type f -exec install -m 644 -D \{\} ${RPM_BUILD_ROOT}%{_datadir}/mpl/\{\} \;
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
%files
%defattr(-,root,root)
%{_datadir}/mpl
%changelog
* Mon Jun 30 2010 Radu Rendec <radu.rendec@mindbit.ro> - 0.1-1
- Created spec file