SPECS: ruby-evas.spec - pl, .so perms, defattr

qboosh qboosh at pld-linux.org
Wed Jul 13 00:21:40 CEST 2005


Author: qboosh                       Date: Tue Jul 12 22:21:40 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, .so perms, defattr

---- Files affected:
SPECS:
   ruby-evas.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/ruby-evas.spec
diff -u SPECS/ruby-evas.spec:1.3 SPECS/ruby-evas.spec:1.4
--- SPECS/ruby-evas.spec:1.3	Sun Jul 10 03:16:09 2005
+++ SPECS/ruby-evas.spec	Wed Jul 13 00:21:35 2005
@@ -3,6 +3,7 @@
 %define	ruby_ridir	%(ruby -r rbconfig -e 'include Config; print File.join(CONFIG["datadir"], "ri", CONFIG["ruby_version"], "system")')
 %define ruby_rubylibdir %(ruby -r rbconfig -e 'print Config::CONFIG["rubylibdir"]')
 Summary:	Ruby binding to the evas library
+Summary(pl):	Dowiązania języka Ruby do biblioteki evas
 Name:		ruby-evas
 Version:	0
 Release:	1
@@ -11,24 +12,31 @@
 Source0:	ruby-evas.tar.gz
 # Source0-md5:	3257203bb047d370cd86460b83f709d4
 URL:		http://code-monkey.de/projects/ruby-efl.html
+BuildRequires:	evas-devel
 BuildRequires:	rake
 BuildRequires:	ruby
 BuildRequires:	ruby-devel
-BuildRequires:	evas-devel
 Requires:	ruby
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Ruby binding to the Evas library.
+Ruby binding to the evas library.
+
+%description -l pl
+Dowiązania języka Ruby do biblioteki evas.
 
 %package devel
-Summary: Header files for ruby-evas
-Group:	Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Summary:	Header files for ruby-evas
+Summary(pl):	Pliki nagłówkowe ruby-evas
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Header files for ruby-evas.
 
+%description devel -l pl
+Pliki nagłówkowe ruby-evas.
+
 %prep
 %setup -q -n ruby-evas
 
@@ -46,9 +54,10 @@
 
 %files
 %defattr(644,root,root,755)
-%{ruby_archdir}/evas.so
+%attr(755,root,root) %{ruby_archdir}/evas.so
 
 %files devel
+%defattr(644,root,root,755)
 %{ruby_archdir}/evas
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -57,6 +66,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/07/12 22:21:35  qboosh
+- pl, .so perms, defattr
+
 Revision 1.3  2005/07/10 01:16:09  aredridel
 - vastly simplified build, the author was not insane
 
@@ -65,4 +77,3 @@
 
 Revision 1.1  2005/07/10 00:09:54  aredridel
 - added
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ruby-evas.spec?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list