]> git.pld-linux.org Git - packages/perl-Gnome2-GConf.git/commitdiff
- separated -devel, added deprecation notice master
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jun 2021 07:13:52 +0000 (09:13 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jun 2021 07:13:52 +0000 (09:13 +0200)
perl-Gnome2-GConf.spec

index e40eff5ddc8cad1293990e8b409f678df2a22d88..57fc822e885b86ba26f3ddd6868919f0a26ad584 100644 (file)
@@ -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
This page took 0.059458 seconds and 4 git commands to generate.