X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=codemux.spec;h=3a246d93417363b3eb39dba1285560262625abd8;hb=92545542fc4c6833b8424af17ec999361a7b1141;hp=2a55c61fff186adc00a2b49ed4d1bb201a251a6f;hpb=a6f425ebad166db18fa6f1547211ccf17652eff0;p=codemux.git diff --git a/codemux.spec b/codemux.spec index 2a55c61..3a246d9 100644 --- a/codemux.spec +++ b/codemux.spec @@ -5,7 +5,7 @@ %define name codemux %define version 0.1 -%define taglevel 8 +%define taglevel 11 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -38,8 +38,8 @@ make RPM_VERSION=%{version}.%{taglevel} %install rm -rf $RPM_BUILD_ROOT - make INSTALL_ROOT=$RPM_BUILD_ROOT install +install -D -m 644 codemux.logrotate $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/codemux %clean rm -rf $RPM_BUILD_ROOT @@ -49,6 +49,7 @@ rm -rf $RPM_BUILD_ROOT %attr(0755,root,root) %{_initrddir}/codemux %config /etc/codemux/codemux.conf %attr(0755,root,root) /usr/sbin/codemux +%{_sysconfdir}/logrotate.d/codemux %post chkconfig codemux reset @@ -69,6 +70,14 @@ if [ "$1" = 0 ]; then fi %changelog +* Fri May 09 2008 Stephen Soltesz - CoDemux-0.1-11 +- + +* Thu Apr 24 2008 Faiyaz Ahmed - CoDemux-0.1-10 +- +- Examples in conf file are enough. Removed PLC specific entries. +- + * Fri Mar 28 2008 Faiyaz Ahmed - CoDemux-0.1-7 CoDemux-0.1-8 -