SPECS: libgoffice.spec - missing pl, .so perms
qboosh
qboosh at pld-linux.org
Tue Jul 12 21:33:28 CEST 2005
Author: qboosh Date: Tue Jul 12 19:33:28 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- missing pl, .so perms
---- Files affected:
SPECS:
libgoffice.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/libgoffice.spec
diff -u SPECS/libgoffice.spec:1.1 SPECS/libgoffice.spec:1.2
--- SPECS/libgoffice.spec:1.1 Mon Jul 11 17:19:15 2005
+++ SPECS/libgoffice.spec Tue Jul 12 21:33:22 2005
@@ -33,23 +33,30 @@
Glib/Gtk+.
%package devel
-Summary: Development libraries and header files for GOffice library
+Summary: Header files for GOffice library
+Summary(pl): Pliki nagłówkowe biblioteki GOffice
Group: Development/Libraries
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
Requires: libgsf-gnome-devel >= 1.12.1
%description devel
-This is the package containing the development libaries and header
-files for GOffice.
+This is the package containing the header files for GOffice.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe GOffice.
%package static
Summary: Static GOffice library
+Summary(pl): Statyczna biblioteka GOffice
Group: Development/Libraries
-Requires: %{name}-devel = %{version}
+Requires: %{name}-devel = %{version}-%{release}
%description static
Static GOffice library.
+%description static -l pl
+Statyczna biblioteka GOffice.
+
%prep
%setup -qn %{orgname}-%{version}
@@ -82,16 +89,16 @@
%files -f %{orgname}.lang
%defattr(644,root,root,755)
%doc AUTHORS BUGS ChangeLog MAINTAINERS NEWS README
-%{_datadir}/%{orgname}
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
%{_libdir}/goffice
-%{_libdir}/lib*.so.*.*.*
+%{_datadir}/%{orgname}
%{_pixmapsdir}/goffice
%files devel
%defattr(644,root,root,755)
-%{_includedir}/libgoffice-1
+%attr(755,root,root) %{_libdir}/lib*.so
%{_libdir}/lib*.la
-%{_libdir}/lib*.so
+%{_includedir}/libgoffice-1
%{_pkgconfigdir}/*.pc
%files static
@@ -104,6 +111,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2005/07/12 19:33:22 qboosh
+- missing pl, .so perms
+
Revision 1.1 2005/07/11 15:19:15 freetz
- initial
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libgoffice.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list