[packages/libdesktop-agnostic] - pl
qboosh
qboosh at pld-linux.org
Sat Dec 21 21:50:08 CET 2024
commit 639efdb4651960b06eabfc0ada38a88d3343f23e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Dec 21 21:43:47 2024 +0100
- pl
libdesktop-agnostic.spec | 72 +++++++++++++++++++++++++++++++-----------------
1 file changed, 47 insertions(+), 25 deletions(-)
---
diff --git a/libdesktop-agnostic.spec b/libdesktop-agnostic.spec
index af618a0..05d2e5e 100644
--- a/libdesktop-agnostic.spec
+++ b/libdesktop-agnostic.spec
@@ -1,13 +1,14 @@
Summary: Provides an extensible configuration API
+Summary(pl.UTF-8): Rozszerzalne API konfiguracyjne
Name: libdesktop-agnostic
Version: 0.3.92
Release: 6
License: GPL v2+ and LGPL v2+
Group: Libraries
-URL: https://launchpad.net/libdesktop-agnostic
-Source0: http://launchpad.net/libdesktop-agnostic/0.4/%{version}/+download/%{name}-%{version}.tar.gz
+Source0: https://launchpad.net/libdesktop-agnostic/0.4/%{version}/+download/%{name}-%{version}.tar.gz
# Source0-md5: 42374d226a21d57637f97173f6b105a1
Patch0: gladeui.patch
+URL: https://launchpad.net/libdesktop-agnostic
BuildRequires: GConf2-devel
BuildRequires: gettext
BuildRequires: glade-devel >= 3
@@ -26,8 +27,13 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This library provides an extensible configuration API. A unified
virtual file system API, and a desktop item editor.
+%description -l pl.UTF-8
+Ta biblioteka udostępnia rozszerzalne API konfiguracyjne: ujednolicone
+API wirtualnego systemu plików oraz edytor elementów pulpitu.
+
%package progs
-Summary: Helper applications for %{name}
+Summary: Helper applications for libdesktop-agnostic
+Summary(pl.UTF-8): Aplikacje pomocnicze dla biblioteki libdesktop-agnostic
Group: Applications/System
Requires: %{name} = %{version}-%{release}
@@ -35,23 +41,36 @@ Requires: %{name} = %{version}-%{release}
This package contains helper applications for libdesktop-agnostic,
such as a schema converter.
-%package -n python-desktop-agnostic
-Summary: Python bindings for %{name}
-Group: Development/Languages
-Requires: %{name} = %{version}-%{release}
-
-%description -n python-desktop-agnostic
-This package contains the Python bindings for the core library.
+%description progs -l pl.UTF-8
+Ten pakiet zawiera aplikacje pomocnicze dla biblioteki
+libdesktop-agnostic, takie jak konwerter schematów.
%package devel
-Summary: Development files for %{name}
+Summary: Development files for libdesktop-agnostic library
+Summary(pl.UTF-8): Pliki programistyczne biblioteki libdesktop-agnostic
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}-progs = %{version}-%{release}
%description devel
-The %{name}-devel package contains libraries and header files for
-developing applications that use %{name}.
+This package contains the header files for developing applications
+that use libdesktop-agnostic library.
+
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe do tworzenia aplikacji
+wykorzystujących bibliotekę libdesktop-agnostic.
+
+%package -n python-desktop-agnostic
+Summary: Python bindings for libdesktop-agnostic
+Summary(pl.UTF-8): Wiązania Pythona do biblioteki libdesktop-agnostic
+Group: Development/Languages
+Requires: %{name} = %{version}-%{release}
+
+%description -n python-desktop-agnostic
+This package contains the Python bindings for the core library.
+
+%description -n python-desktop-agnostic -l pl.UTF-8
+Ten pakiet zawiera wiązania Pythona do głównej biblioteki.
%prep
%setup -q
@@ -60,7 +79,8 @@ developing applications that use %{name}.
%build
export CFLAGS="%{rpmcflags}"
-PYTHONDIR=%{py_sitedir} ./waf configure \
+PYTHONDIR=%{py_sitedir} \
+./waf configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
--sysconfdir=%{_sysconfdir} \
@@ -75,7 +95,9 @@ PYTHONDIR=%{py_sitedir} ./waf configure \
%install
rm -rf $RPM_BUILD_ROOT
-DESTDIR=$RPM_BUILD_ROOT ./waf install
+
+DESTDIR=$RPM_BUILD_ROOT \
+./waf install
# install man files
#install -d $RPM_BUILD_ROOT%{_mandir}/man1/
@@ -128,16 +150,6 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/lda-schema-to-gconf
#%{_mandir}/man1/lda*1.gz
-%files -n python-desktop-agnostic
-%defattr(644,root,root,755)
-%dir %{py_sitedir}/desktopagnostic
-%{py_sitedir}/desktopagnostic/*.py[co]
-%attr(755,root,root) %{py_sitedir}/desktopagnostic/config.so
-%attr(755,root,root) %{py_sitedir}/desktopagnostic/desktopagnostic.so
-%attr(755,root,root) %{py_sitedir}/desktopagnostic/fdo.so
-%attr(755,root,root) %{py_sitedir}/desktopagnostic/ui.so
-%attr(755,root,root) %{py_sitedir}/desktopagnostic/vfs.so
-
%files devel
%defattr(644,root,root,755)
%{_includedir}/libdesktop-agnostic-1.0
@@ -150,3 +162,13 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libdesktop-agnostic-fdo.so
%{_libdir}/libdesktop-agnostic-vfs.so
%{_libdir}/libdesktop-agnostic.so
+
+%files -n python-desktop-agnostic
+%defattr(644,root,root,755)
+%dir %{py_sitedir}/desktopagnostic
+%{py_sitedir}/desktopagnostic/*.py[co]
+%attr(755,root,root) %{py_sitedir}/desktopagnostic/config.so
+%attr(755,root,root) %{py_sitedir}/desktopagnostic/desktopagnostic.so
+%attr(755,root,root) %{py_sitedir}/desktopagnostic/fdo.so
+%attr(755,root,root) %{py_sitedir}/desktopagnostic/ui.so
+%attr(755,root,root) %{py_sitedir}/desktopagnostic/vfs.so
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libdesktop-agnostic.git/commitdiff/639efdb4651960b06eabfc0ada38a88d3343f23e
More information about the pld-cvs-commit
mailing list