package created using the webbuild interface [release 1.2.1-1mamba;Thu Nov 10 2022]
This commit is contained in:
parent
8aa97cd873
commit
08abc94fef
69
libyui-mga.spec
Normal file
69
libyui-mga.spec
Normal file
@ -0,0 +1,69 @@
|
||||
Name: libyui-mga
|
||||
Version: 1.2.1
|
||||
Release: 1mamba
|
||||
Summary: Libyui extensions for Mageia tools
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/manatools/libyui-mga
|
||||
## GITSOURCE https://github.com/manatools/libyui-mga.git 1.2.1
|
||||
Source: https://github.com/manatools/libyui-mga.git/%{version}/libyui-mga-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libyui-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
Libyui extensions for Mageia tools.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
-DBUILD_EXAMPLES=NO
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libyui-mga.so.*
|
||||
%doc COPYING.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/yui/mga
|
||||
%{_includedir}/yui/mga/*
|
||||
%{_libdir}/libyui-mga.so
|
||||
%{_libdir}/pkgconfig/libyui-mga.pc
|
||||
%doc ChangeLog README.md
|
||||
|
||||
%changelog
|
||||
* Thu Nov 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user