[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/radvd/devel radvd.spec,1.33,1.34
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/radvd/devel radvd.spec,1.33,1.34
- Date: Wed, 31 Jan 2007 06:32:23 -0500
Author: mbacovsk
Update of /cvs/dist/rpms/radvd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18604
Modified Files:
radvd.spec
Log Message:
* Wed Jan 31 2007 Martin Bacovsky <mbacovsk redhat com> - 1.0-1.fc7
- FPIE flag droped
Index: radvd.spec
===================================================================
RCS file: /cvs/dist/rpms/radvd/devel/radvd.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- radvd.spec 31 Jan 2007 10:49:27 -0000 1.33
+++ radvd.spec 31 Jan 2007 11:32:20 -0000 1.34
@@ -1,9 +1,12 @@
%define initdir /etc/rc.d/init.d
+#%(if test -d /etc/init.d/. ; then echo /etc/init.d ; else echo /etc/rc.d/init.d ; fi)
+
%define RADVD_UID 75
Summary: A Router Advertisement daemon
Name: radvd
Version: 1.0
Release: 1%{?dist}
+# The code includes the advertising clause, so it's GPL-incompatible
License: BSD-style
Group: System Environment/Daemons
Source: http://www.litech.org/radvd/radvd-%{version}.tar.gz
@@ -26,8 +29,7 @@
%setup
%build
-export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIE"
-export LDFLAGS='-pie -Wl,-z,relro,-z,now,-z,noexecstack,-z,nodlopen'
+export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
%configure --with-pidfile=/var/run/radvd/radvd.pid
make
# make %{?_smp_mflags}
@@ -37,6 +39,7 @@
%install
[ $RPM_BUILD_ROOT != "/" ] && rm -rf $RPM_BUILD_ROOT
+
%makeinstall
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
mkdir -p $RPM_BUILD_ROOT%{initdir}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]