[packages/nautilus-python] Revert "- unpackage devel to base"
glen
glen at pld-linux.org
Fri Aug 10 11:57:48 CEST 2012
commit 9bf86e3f7e9c8968af3ecb6ec17422eab6e31fc9
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Aug 10 12:56:08 2012 +0300
Revert "- unpackage devel to base"
.pc can contain useful info, like paths, and as pkgconfig dir does not
pull extra deps, can package it to base package
This reverts commit a576ac7363d3215708ea4b16df468921b5c10700.
Conflicts:
nautilus-python.spec
nautilus-python.spec | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/nautilus-python.spec b/nautilus-python.spec
index efa41c1..2210c25 100644
--- a/nautilus-python.spec
+++ b/nautilus-python.spec
@@ -53,9 +53,6 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
# install examples
cp examples/{README,*.py} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-# to devel, but we have none
-%{__rm} $RPM_BUILD_ROOT%{_pkgconfigdir}/nautilus-python.pc
-
%{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
@@ -68,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_libdir}/nautilus/extensions-3.0/libnautilus-python.so
%dir %{_datadir}/nautilus-python
%dir %{_datadir}/nautilus-python/extensions
+%{_pkgconfigdir}/nautilus-python.pc
%files examples
%defattr(644,root,root,755)
More information about the pld-cvs-commit
mailing list