X-Git-Url: http://git.onelab.eu/?p=planetlab-umts-tools.git;a=blobdiff_plain;f=frontend%2Ffrontend.spec;fp=frontend%2Ffrontend.spec;h=a49ff488400b5f8c310e7efc4700a9bba21ec274;hp=2eea522c89bd460c3fa51191a4f912ca30791477;hb=325adb827f82b6aeaaf60c5fa07b1e8fc681607d;hpb=02aa37981fe631de48da8a44fe9b0f4f241dae1d diff --git a/frontend/frontend.spec b/frontend/frontend.spec index 2eea522..a49ff48 100644 --- a/frontend/frontend.spec +++ b/frontend/frontend.spec @@ -25,14 +25,16 @@ Frontend part of a program that allows users of a slice to control a PPP connect %build rm -rf $RPM_BUILD_ROOT +pushd frontend make +popd %install rm -rf $RPM_BUILD_ROOT - +pushd frontend mkdir -p $RPM_BUILD_ROOT/usr/bin/ install -D -s umts $RPM_BUILD_ROOT/usr/bin/ - +popd %clean @@ -43,7 +45,7 @@ install -D -s umts $RPM_BUILD_ROOT/usr/bin/ %files %defattr(-,root,root) /usr/bin/umts -%doc AUTHORS VERSION README.User README.PI +%doc frontend/AUTHORS frontend/VERSION frontend/README.User frontend/README.PI %changelog * Tue Sep 30 2008 Giovanni Di Stasi -