X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=codemux.spec;h=d9eb585b12ec577eb8c180990aa9ee17bbe47642;hb=refs%2Fheads%2FCoDemux-0.1;hp=bd065a65d911252c3203d4bdd0a53ccae3f0f8fb;hpb=acf12bace9ba00c0e081c4baaed0f0901382d8d6;p=codemux.git diff --git a/codemux.spec b/codemux.spec index bd065a6..d9eb585 100644 --- a/codemux.spec +++ b/codemux.spec @@ -5,7 +5,7 @@ %define name codemux %define version 0.1 -%define taglevel 7 +%define taglevel 9 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -34,12 +34,12 @@ codemux is a privileged port (80) sharing service that passes traffic to and fro make clean %build -make +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,9 @@ if [ "$1" = 0 ]; then fi %changelog +* Fri Mar 28 2008 Faiyaz Ahmed - CoDemux-0.1-7 CoDemux-0.1-8 +- + * Sun Apr 22 2007 KYOUNGSOO PARK - - Initial build.