Some minor spec file clean up

This commit is contained in:
Honza Horák 2012-09-03 08:54:44 +02:00
parent 8641dff69b
commit 9103b8c631
1 changed files with 1 additions and 3 deletions

View File

@ -86,8 +86,6 @@ export CFLAGS="$RPM_OPT_FLAGS -fpic"
make
%install
rm -rf $RPM_BUILD_ROOT
#make install ROOT=$RPM_BUILD_ROOT
%makeinstall libexecdir=$RPM_BUILD_ROOT%{_libdir}/yp INSTALL_PROGRAM=install
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
@ -177,7 +175,6 @@ NOPUSH=true make -eC /var/yp >&2 || :
/bin/domainname "$olddomain"
%files
%defattr(-,root,root)
%doc AUTHORS README INSTALL ChangeLog TODO NEWS COPYING
%doc etc/ypserv.conf etc/securenets etc/README.etc
%doc etc/netgroup etc/locale etc/netmasks etc/timezone
@ -195,6 +192,7 @@ NOPUSH=true make -eC /var/yp >&2 || :
* Mon Sep 03 2012 Honza Horak <hhorak@redhat.com> - 2.29-1
- Update to new upstream version that fix memory leaks (Related: #845283)
- Use sdnotify to inform systemd that daemons are ready
- Some minor spec file clean up
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild