X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=opencloud.spec;fp=opencloud.spec;h=e877ff4c4959ee574fe82f955b5e35c4820c8809;hb=140f15a7b66b8a1d73bab25c8ef72b37e30866f2;hp=acd9282f168a35ecd143d511f79c57846f471973;hpb=943803546792ae69d73514f44e2c7dc032884eb6;p=plstackapi.git diff --git a/opencloud.spec b/opencloud.spec index acd9282..e877ff4 100644 --- a/opencloud.spec +++ b/opencloud.spec @@ -1,7 +1,7 @@ Summary: OpenCloud core services Name: opencloud Version: 1.0.10 -Release: 3 +Release: 4 License: GPL+ Group: Development/Tools Source0: %{_tmppath}/%{name}-%{version}.tar.gz @@ -72,13 +72,15 @@ install -d %{buildroot}/opt/planetstack # in builddir cp -rp ./planetstack %{buildroot}/opt/. -find %{buildroot}/opt/planetstack -type f -print | sed "s@^$RPM_BUILD_ROOT@@g" > %{_tmppath}/tmp-filelist +find %{buildroot}/opt/planetstack -type f -print | sed "s@^$RPM_BUILD_ROOT@@g" > %{_tmppath}/tmp-filelist +cp %{_tmppath}/tmp-filelist /tmp/tmp-filelist %clean rm -rf %{buildroot} %files -f %{_tmppath}/tmp-filelist %defattr(-,root,root,-) +%config /opt/planetstack/plstackapi_config %post if [ "$1" == 1 ] ; then