Update to the latest git snapshot with copying file and fixed man pages.
This commit is contained in:
parent
0a83f290e4
commit
0eabf97b33
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,2 @@
|
||||
*~
|
||||
*.tar.*
|
||||
/crontabs-1.11-1.20101022git.tar.gz
|
||||
/crontabs-1.11-1.20101109git.tar.gz
|
||||
/crontabs-1.11-1.20101111git.tar.gz
|
||||
/crontabs-1.11-1.20101115git.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global snap_release 20101115git
|
||||
%global snap_release 20121102git
|
||||
Summary: Root crontab files used to schedule the execution of programs
|
||||
Name: crontabs
|
||||
Version: 1.11
|
||||
@ -36,22 +36,29 @@ mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man4/
|
||||
|
||||
install -m644 ./crontab $RPM_BUILD_ROOT/etc/crontab
|
||||
install -m755 ./run-parts $RPM_BUILD_ROOT/usr/bin/run-parts
|
||||
install -m644 ./crontabs.4 $RPM_BUILD_ROOT/%{_mandir}/man4/
|
||||
install -m644 ./{crontabs,run-parts}.4 $RPM_BUILD_ROOT/%{_mandir}/man4/
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/
|
||||
touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/run-parts
|
||||
%config(noreplace) /etc/crontab
|
||||
%{_mandir}/man4/*
|
||||
%attr(0644,root,root) %config(noreplace) /etc/sysconfig/run-parts
|
||||
%{_bindir}/run-parts
|
||||
%dir /etc/cron.hourly
|
||||
%dir /etc/cron.daily
|
||||
%dir /etc/cron.weekly
|
||||
%dir /etc/cron.monthly
|
||||
%{_mandir}/man4/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 1 2012 Marcela Mašláňová <mmaslano@redhat.com> 1.11-5.20121102git
|
||||
- update to the latest git snapshot with copying file and fixed man pages
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-4.20101115git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user