SPECS: osb-jscore.spec - pl, cleanups, missing defattr
qboosh
qboosh at pld-linux.org
Sun Oct 30 23:09:25 CET 2005
Author: qboosh Date: Sun Oct 30 22:09:25 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, cleanups, missing defattr
---- Files affected:
SPECS:
osb-jscore.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/osb-jscore.spec
diff -u SPECS/osb-jscore.spec:1.3 SPECS/osb-jscore.spec:1.4
--- SPECS/osb-jscore.spec:1.3 Sun Oct 30 04:35:31 2005
+++ SPECS/osb-jscore.spec Sun Oct 30 23:09:20 2005
@@ -1,10 +1,6 @@
# $Revision$, $Date$
-#
-# Conditional build:
-%bcond_with tests # build with tests
-%bcond_without tests # build without tests
-#
Summary: GTK-Webcore Javascript Core library
+Summary(pl): Główna biblioteka Javascriptu dla GTK-Webcore
Name: osb-jscore
Version: 0.5.0
Release: 0.1
@@ -16,25 +12,35 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-GTK Webcore Core library
+GTK Webcore Javascript Core library.
+
+%description -l pl
+Główna biblioteka Javascriptu dla GTK-Webcore.
%package devel
-Summary: Development libraries and header files for osb-jscore library
+Summary: Header files for osb-jscore library
+Summary(pl): Pliki nagłówkowe biblioteki osb-jscore
Group: Development/Libraries
-#Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
%description devel
-This is the package containing the development libraries and header
-files for osb-jscore.
+This is the package containing the header files for osb-jscore.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe biblioteki osb-jscore.
%package static
Summary: Static osb-jscore library
+Summary(pl): Statyczna biblioteka osb-jscore
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
%description static
Static osb-jscore library.
+%description static -l pl
+Statyczna biblioteka osb-jscore.
+
%prep
%setup -q
@@ -57,15 +63,17 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README THANKS TODO
-%{_libdir}/libjscore.so.*.*
+%attr(755,root,root) %{_libdir}/libjscore.so.*.*.*
%files devel
+%defattr(644,root,root,755)
%{_includedir}/osb/JavaScriptCore
-%{_libdir}/libjscore.so
+%attr(755,root,root) %{_libdir}/libjscore.so
%{_libdir}/libjscore.la
-%{_libdir}/pkgconfig/osb-jscore.pc
+%{_pkgconfigdir}/osb-jscore.pc
%files static
+%defattr(644,root,root,755)
%{_libdir}/libjscore.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -74,6 +82,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2005/10/30 22:09:20 qboosh
+- pl, cleanups, missing defattr
+
Revision 1.3 2005/10/30 03:35:31 aredridel
- GPL license
- clean up template spec leftovers
@@ -83,4 +94,3 @@
Revision 1.1 2005/10/29 23:23:46 aredridel
- added
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/osb-jscore.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list