/[smeserver]/smeserver-pdns_recursor/F/smeserver-pdns_recursor.spec
ViewVC logotype

Contents of /smeserver-pdns_recursor/F/smeserver-pdns_recursor.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Wed Aug 23 03:06:21 2006 UTC (17 years, 9 months ago) by charliebrady
Changes since 1.1: +0 -0 lines
Import of smeserver-pdns_recursor

1 Summary: FIXME -- Brief synopsis goes here
2 Name: smeserver-pdns_recursor
3 Version: 0.0.1
4 Release: 1.%{?_vendorsuffix:%{_vendorsuffix}}%{!?_vendorsuffix:%{_vendor}}
5 License: OSI-Approved
6 Group: FIXME/SetThis
7 Source: %{name}-0.0.1.tar.gz
8 Packager: %{?_packager:%{_packager}}%{!?_packager:%{_vendor}}
9 Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:%{_vendor}}
10 Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
11 Prefix: %{_prefix}
12 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
13
14 %description
15 FIXME -- Description goes here
16
17 %prep
18 %setup -q
19
20 %build
21 CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}"
22 CXXFLAGS="%{?cxxflags:%{cxxflags}}%{!?cflags:$RPM_OPT_FLAGS}"
23 export CFLAGS CXXFLAGS
24
25 %configure %{?acflags}
26 %{__make} %{?mflags}
27
28 %install
29 %{__make} install DESTDIR=$RPM_BUILD_ROOT %{?mflags_install}
30
31 %clean
32 test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(-, root, root)
36 %doc
37 /*
38
39 %changelog

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed