mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 19:10:11 +01:00
updated spec file
This commit is contained in:
parent
52c58901e6
commit
f2800ba1f7
@ -1,7 +1,6 @@
|
|||||||
%define name piler
|
%define name piler
|
||||||
%define version 0.1.25
|
%define version 0.1.25
|
||||||
%define release 2
|
%define release 2
|
||||||
%define myhostname piler.yourdomain.com
|
|
||||||
|
|
||||||
Summary: an email archiving application
|
Summary: an email archiving application
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -26,13 +25,9 @@ piler is an email archiving application.
|
|||||||
make clean all
|
make clean all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
##mkdir -p /tmp/aa/etc/init.d
|
|
||||||
##make install DESTDIR=/tmp/aa
|
|
||||||
mkdir -p /root/rpmbuild/BUILDROOT/piler-0.1.25-2.x86_64/etc/init.d
|
mkdir -p /root/rpmbuild/BUILDROOT/piler-0.1.25-2.x86_64/etc/init.d
|
||||||
mkdir -p /root/rpmbuild/BUILDROOT/piler-0.1.25-2.x86_64/usr/local/lib
|
mkdir -p /root/rpmbuild/BUILDROOT/piler-0.1.25-2.x86_64/usr/local/lib
|
||||||
make install DESTDIR=/root/rpmbuild/BUILDROOT/piler-0.1.25-2.x86_64
|
make install DESTDIR=/root/rpmbuild/BUILDROOT/piler-0.1.25-2.x86_64
|
||||||
mkdir -p /root/rpmbuild/BUILDROOT/piler-0.1.25-2.x86_64/var/www
|
|
||||||
cp -R webui /root/rpmbuild/BUILDROOT/piler-0.1.25-2.x86_64/var/www/%{myhostname}
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -43,7 +38,6 @@ cp -R webui /root/rpmbuild/BUILDROOT/piler-0.1.25-2.x86_64/var/www/%{myhostname}
|
|||||||
%dir /var/piler/store
|
%dir /var/piler/store
|
||||||
%dir /var/piler/stat
|
%dir /var/piler/stat
|
||||||
%dir /var/run/piler
|
%dir /var/run/piler
|
||||||
%dir /var/www/%{myhostname}
|
|
||||||
%attr(0655,piler,piler) /usr/local/bin/pileraget
|
%attr(0655,piler,piler) /usr/local/bin/pileraget
|
||||||
%attr(0655,piler,piler) /usr/local/bin/pilerexport
|
%attr(0655,piler,piler) /usr/local/bin/pilerexport
|
||||||
%attr(0655,piler,piler) /usr/local/bin/pilerget
|
%attr(0655,piler,piler) /usr/local/bin/pilerget
|
||||||
|
Loading…
Reference in New Issue
Block a user