Changeset 123 for trunk


Ignore:
Timestamp:
03/26/09 21:54:44 (15 years ago)
Author:
nanardon
Message:
  • fix perm of config file in rpm
  • add --clean to rpmbuild
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.PL

    r122 r123  
    4949rpm: \$(DISTVNAME).tar.gz epoll.spec 
    5050\tmkdir ./noarch || : 
    51 \trpmbuild -ba \\ 
     51\trpmbuild -ba --clean\\ 
    5252\t --define \"_sourcedir `pwd`\" \\ 
    5353\t --define \"_specdir `pwd`\" \\ 
  • trunk/epoll.spec.in

    r122 r123  
    4343%defattr(-,root,root) 
    4444%doc Changes README 
    45 %config(noreplace) %_sysconfdir/epoll.yml 
     45%attr(0640,root,apache) %config(noreplace) %_sysconfdir/epoll.yml 
    4646%_bindir/* 
    4747%{_mandir}/man3/* 
Note: See TracChangeset for help on using the changeset viewer.