]> git.pld-linux.org Git - packages/boinc.git/commitdiff
- cosmetics; what is empty datadir for?
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Oct 2004 21:20:04 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boinc.spec -> 1.3

boinc.spec

index 233cf7c43d6fab1f4b61977c62b1f0cb73d46e53..92f41ccab3f036153cf0a0c45880a55cbeea62af 100644 (file)
@@ -1,5 +1,5 @@
-Summary:       boinc is a bash script used to manage boinc client
-Summary(pl):   boinc to napisany w bash skrypt do zarzĀ±dzanie klientem boinc
+Summary:       boinc - a bash script used to manage boinc client
+Summary(pl):   boinc - napisany w bashu skrypt do zarzĀ±dzanie klientem boinc
 Name:          boinc
 Version:       1.5
 Release:       0.1
@@ -9,9 +9,9 @@ Source0:        http://phileimer.9online.fr/%{name}-%{version}.tar.bz2
 # Source0-md5: 24a148365107dae762cbf76bc4cac8b4
 # Source0-size:        12859
 Patch0:                %{name}-path.patch
+URL:           http://phileimer.9online.fr/
 Requires:      setiathome
 BuildArch:     noarch
-URL:           http://phileimer.9online.fr/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,10 +30,10 @@ Network Computing).
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-install -d $RPM_BUILD_ROOT/%{_bindir}
+install -d $RPM_BUILD_ROOT%{_bindir}
 install -d $RPM_BUILD_ROOT%{_datadir}/boinc
-install boinc $RPM_BUILD_ROOT/%{_bindir}
+
+install boinc $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.080082 seconds and 4 git commands to generate.