Update to the latest git snapshot with copying file and fixed man pages.

This commit is contained in:
Marcela Mašláňová 2012-11-02 14:06:16 +01:00
parent 0a83f290e4
commit 0eabf97b33
3 changed files with 12 additions and 9 deletions

4
.gitignore vendored
View File

@ -1,6 +1,2 @@
*~ *~
*.tar.* *.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

View File

@ -1,4 +1,4 @@
%global snap_release 20101115git %global snap_release 20121102git
Summary: Root crontab files used to schedule the execution of programs Summary: Root crontab files used to schedule the execution of programs
Name: crontabs Name: crontabs
Version: 1.11 Version: 1.11
@ -36,22 +36,29 @@ mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man4/
install -m644 ./crontab $RPM_BUILD_ROOT/etc/crontab install -m644 ./crontab $RPM_BUILD_ROOT/etc/crontab
install -m755 ./run-parts $RPM_BUILD_ROOT/usr/bin/run-parts 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 %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/run-parts
%config(noreplace) /etc/crontab %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.hourly
%dir /etc/cron.daily %dir /etc/cron.daily
%dir /etc/cron.weekly %dir /etc/cron.weekly
%dir /etc/cron.monthly %dir /etc/cron.monthly
%{_mandir}/man4/*
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
6232c7c5877fac7f3968600c7fb80c42 crontabs-1.11-1.20101115git.tar.gz 8ef5eb7d891518b8c6ff2f01bd970687 crontabs-1.11-1.20121102git.tar.gz