SPECS: sofa.spec - pl, cleanup

qboosh qboosh at pld-linux.org
Sun Jun 17 14:23:10 CEST 2007


Author: qboosh                       Date: Sun Jun 17 12:23:10 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cleanup

---- Files affected:
SPECS:
   sofa.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/sofa.spec
diff -u SPECS/sofa.spec:1.2 SPECS/sofa.spec:1.3
--- SPECS/sofa.spec:1.2	Sun Jun 10 18:43:51 2007
+++ SPECS/sofa.spec	Sun Jun 17 14:23:05 2007
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-#
 Summary:	GNOME Media Center
+Summary(pl.UTF-8):	Centrum multimedialne GNOME
 Name:		sofa
 Version:	0.2.2
 Release:	1
@@ -27,16 +27,23 @@
 multimedia functionalities of a computer from a remote control in a
 unique software unlike current multimedia applications.
 
-The software integrates with Gnome to get user's settings and content.
+The software integrates with GNOME to get user's settings and content.
+
+%description -l pl.UTF-8
+Ten projekt przeznaczony jest dla użytkowników chcących używać systemu
+GNU/Linux jako serca kina domowego. Sofa to centrum multimedialne
+pozwalające na łatwy dostęp do funkcji multimedialnych komputera za
+pomocą pilota w unikalnym programie, innym niż aktualne aplikacje
+multimedialne.
+
+Ten program integruje się z GNOME w celu pobierania ustawień i treści
+użytkownika.
 
 %package devel
 Summary:	Header files for sofa library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki sofa
 Group:		Development/Libraries
-# if base package contains shared library for which these headers are
-#Requires:	%{name} = %{version}-%{release}
-# if -libs package contains shared library for which these headers are
-#Requires:	%{name}-libs = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Header files for sofa library.
@@ -61,16 +68,11 @@
 %patch0 -p1
 
 %build
-# if ac/am/* rebuilding is necessary, do it in this order and add
-# appropriate BuildRequires
-#%%{__intltoolize}
-#%%{__gettextize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 #%%{__autoheader}
 %{__automake}
-#cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
@@ -88,17 +90,18 @@
 %doc AUTHORS ChangeLog NEWS README THANKS
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/libsofa.so.0.0.0
-%dir %{_libdir}/sofa/modules/
-%attr(755,root,root) %{_libdir}/sofa/modules/*.so.*.*.*
-%attr(755,root,root) %{_libdir}/sofa/modules/*.so.*
-%attr(755,root,root) %{_libdir}/sofa/modules/*.so
-%attr(755,root,root) %{_libdir}/sofa/modules/*.la
+%dir %{_libdir}/sofa
+%dir %{_libdir}/sofa/modules
+%attr(755,root,root) %{_libdir}/sofa/modules/*.so*
+%{_libdir}/sofa/modules/*.la
 
 %files devel
-%{_libdir}/libsofa.so
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libsofa.so
 %{_libdir}/libsofa.la
 
 %files static
+%defattr(644,root,root,755)
 %{_libdir}/libsofa.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -107,9 +110,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/06/17 12:23:05  qboosh
+- pl, cleanup
+
 Revision 1.2  2007/06/10 16:43:51  aredridel
 - package files properly
 
 Revision 1.1  2007/06/09 17:55:39  aredridel
 - added
-
================================================================

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



More information about the pld-cvs-commit mailing list