[packages/perl-Gnome2-GConf] - separated -devel, added deprecation notice

qboosh qboosh at pld-linux.org
Sat Jun 19 09:11:08 CEST 2021


commit a7deada9a70aaf2b070a7aad4f88a972d289d295
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jun 19 09:13:52 2021 +0200

    - separated -devel, added deprecation notice

 perl-Gnome2-GConf.spec | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)
---
diff --git a/perl-Gnome2-GConf.spec b/perl-Gnome2-GConf.spec
index e40eff5..57fc822 100644
--- a/perl-Gnome2-GConf.spec
+++ b/perl-Gnome2-GConf.spec
@@ -31,10 +31,28 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 This module allow to use the GConf configuration system in order to
 store/retrieve the configuration of an application.
 
+Note: this module is deprecated and no longer maintained.
+
 %description -l pl.UTF-8
 Moduł pozwalający korzystać z systemu konfiguracji GConf w celu
 zapisania/odczytania konfiguracji programu.
 
+Uwaga: ten moduł jest przestarzały i nie jest już utrzymywany.
+
+%package devel
+Summary:	Development files for Perl Gnome2-GConf2 bindings
+Summary(pl.UTF-8):	Pliki programistyczne wiązań Gnome2-GConf2 dla Perla
+Group:		Development/Languages/Perl
+Requires:	%{name} = %{version}-%{release}
+Requires:	GConf2-devel >= 2.14.0
+Requires:	perl-Glib-devel >= 1.162-2
+
+%description devel
+Development files for Perl Gnome2-GConf2 bindings.
+
+%description devel -l pl.UTF-8
+Pliki programistyczne wiązań Gnome2-GConf2 dla Perla.
+
 %prep
 %setup -q -n %{pnam}-%{version}
 
@@ -68,5 +86,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{perl_vendorarch}/auto/Gnome2/GConf
 %attr(755,root,root) %{perl_vendorarch}/auto/Gnome2/GConf/GConf.so
 %dir %{perl_vendorarch}/Gnome2/GConf
-%{perl_vendorarch}/Gnome2/GConf/Install
 %{_mandir}/man3/Gnome2::GConf*.3pm*
+
+%files devel
+%defattr(644,root,root,755)
+%{perl_vendorarch}/Gnome2/GConf/Install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Gnome2-GConf.git/commitdiff/a7deada9a70aaf2b070a7aad4f88a972d289d295



More information about the pld-cvs-commit mailing list