]> git.pld-linux.org Git - packages/io.git/commitdiff
- pl, partial cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 16 Nov 2005 21:49:50 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    io.spec -> 1.2

io.spec

diff --git a/io.spec b/io.spec
index dfb4a297849947386244702b299bbd6648029071..dc6febb469ceb305fc33b2c44a7041adb1bccf41 100644 (file)
--- a/io.spec
+++ b/io.spec
@@ -1,9 +1,5 @@
-#
-# Conditional build:
-%bcond_with    tests           # build with tests
-%bcond_without tests           # build without tests
-#
 Summary:       Io programming language
+Summary(pl):   Jêzyk programowania Io
 Name:          io
 Version:       20051017
 Release:       1
@@ -15,21 +11,21 @@ URL:                http://www.iolanguage.com/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Io programming language
+Io programming language.
+
+%description -l pl
+Jêzyk programowania Io.
 
 %prep
 %setup -q -c 
 
 %build
-cd release/IoFull-2005-10-17/
+cd release/IoFull-2005-10-17
 rm vm/base/DynLib_OSX.{c,h}
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
This page took 0.030344 seconds and 4 git commands to generate.