[packages/p8-platform] - renamed as p8-platform
arekm
arekm at pld-linux.org
Sun Jan 17 11:47:22 CET 2021
commit 9ba87dd11b4f7d235a60251761e236c96cfbe642
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Jan 17 11:47:13 2021 +0100
- renamed as p8-platform
platform.spec => p8-platform.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/platform.spec b/p8-platform.spec
similarity index 71%
rename from platform.spec
rename to p8-platform.spec
index dc66a59..7c1895c 100644
--- a/platform.spec
+++ b/p8-platform.spec
@@ -1,11 +1,11 @@
Summary: Platform support library used by libCEC and binary add-ons for Kodi
-Name: platform
+Name: p8-platform
Version: 2.1.0.1
Release: 1
License: GPL v2+
Group: Libraries
URL: https://github.com/Pulse-Eight/platform/
-Source0: https://github.com/Pulse-Eight/platform/archive/p8-%{name}-%{version}.tar.gz
+Source0: https://github.com/Pulse-Eight/platform/archive/%{name}-%{version}.tar.gz
# Source0-md5: 3b9b00b7e0bb43532518741c1e30a2d7
BuildRequires: cmake
BuildRequires: libstdc++-devel
@@ -24,7 +24,7 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
-%setup -q -n %{name}-p8-%{name}-%{version}
+%setup -q -n platform-p8-platform-%{version}
%build
install -d build
@@ -48,12 +48,12 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc README.md
-%attr(755,root,root) %{_libdir}/libp8-%{name}.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libp8-%{name}.so.2
+%attr(755,root,root) %{_libdir}/lib%{name}.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/lib%{name}.so.2
%files devel
%defattr(644,root,root,755)
-%{_includedir}/p8-%{name}
-%attr(755,root,root) %{_libdir}/libp8-%{name}.so
-%{_libdir}/p8-%{name}
-%{_pkgconfigdir}/p8-%{name}.pc
+%{_includedir}/%{name}
+%attr(755,root,root) %{_libdir}/lib%{name}.so
+%{_libdir}/%{name}
+%{_pkgconfigdir}/%{name}.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/p8-platform.git/commitdiff/9ba87dd11b4f7d235a60251761e236c96cfbe642
More information about the pld-cvs-commit
mailing list