X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=codemux.spec;h=a303a9063411499ee953bc6a5f5d42c98d3ac8c7;hb=0b77be769f516c7652e17894e174a562f2ef202d;hp=b7d2e21edcb20ff20ba436b9509e44aa530f2e6d;hpb=19f3a97f9059c29e86c3642e880bdc7911466c82;p=codemux.git diff --git a/codemux.spec b/codemux.spec index b7d2e21..a303a90 100644 --- a/codemux.spec +++ b/codemux.spec @@ -5,7 +5,7 @@ %define name codemux %define version 0.1 -%define taglevel 7 +%define taglevel 10 %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 +* 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 +- + * Sun Apr 22 2007 KYOUNGSOO PARK - - Initial build.