]> git.pld-linux.org Git - packages/cryopid.git/commitdiff
- cleanups.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 24 Jun 2005 10:17:37 +0000 (10:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cryopid.spec -> 1.2

cryopid.spec

index 68c37de2d861ee475c28bbf5725ffd475366fd86..730362f3d061a7e7b63840bfc38cddb07ba98e04 100644 (file)
@@ -1,4 +1,3 @@
-#
 Summary:       CryoPID - a process freezer for Linux
 Summary(pl):   CryoPID - zamra¿acz procesów dla Linuksa
 Name:          cryopid
@@ -28,7 +27,7 @@ wznowienia dzia
 innej maszynie.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0 -p1
 
 %{__sed} -i 's/-g -Wall -O0/%{rpmcflags}/' Makefile
@@ -38,9 +37,9 @@ innej maszynie.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}/
-mv freeze $RPM_BUILD_ROOT%{_bindir}/
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install freeze $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.06294 seconds and 4 git commands to generate.