]> git.pld-linux.org Git - packages/fedora-setuputil.git/blame - fedora-setuputil.spec
- Build section and BR
[packages/fedora-setuputil.git] / fedora-setuputil.spec
CommitLineData
9a8aa33b 1
db603e36
MWP
2Summary: Fedora Setup SDK
3Summary(pl): Fedora Setup SDK
4Name: fedora-setuputil
5Version: 1.0
6Release: 0.1
7License: LGPL
8Group: Aplications/Libraries
db603e36 9Source0: http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
9a8aa33b
MWP
10# Source0-md5: 6bc26ba2edee75c3c8d5bf9a21bda7b8
11URL: http://directory.fedora.redhat.com/wiki/SetupUtil
6d8e40e0
MWP
12BuildRequires: nss-devel
13BuildRequires: perl-Mozilla-LDAP
14BuildRequires: mozldap-devel
15BuildRequires: nspr-devel >= 4.4.1
16BuildRequires: rpmbuild(macros) >= 1.228
9a8aa33b
MWP
17Requires: perl
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
db603e36
MWP
19
20%description
21Fedora Setup SDK is a library to configure your server using the
22Configuration Directory Server.
23
24%description -l pl
25--
26
9a8aa33b
MWP
27%prep
28%setup -q
29
30%build
b768fd9b
MWP
31%{__make} \
32 MAKE=make \
6d8e40e0
MWP
33 BUILD_RPM=0 \
34 BUILD_DEBUG=full \
35
36
37#BUILD_DEBUG=optimize - Build optimized version
38#BUILD_DEBUG=full - Build debug version (default: without BUILD_DEBUG macro, debug version is built)
39#USE_64=1 - Build 64-bit version (currently, for Solaris and HP only)
40#BUILD_RPM=1 - Build RPM package (currently, for RHEL only)
b768fd9b 41
9a8aa33b 42
db603e36
MWP
43%install
44rm -rf $RPM_BUILD_ROOT
45install -d $RPM_BUILD_ROOT/%{_prefix}
46cp -r $RPM_BUILD_ROOT/lib $RPM_BUILD_ROOT/include $RPM_BUILD_ROOT/bin $RPM_BUILD_ROOT/%{_prefix}
47
48%clean
49rm -rf $RPM_BUILD_ROOT/opt
50
51%files
52%defattr(644,root,root,755)
53%{_prefix}
This page took 0.055569 seconds and 4 git commands to generate.