added debug package [release 1.1-2mamba;Fri Oct 21 2022]
This commit is contained in:
parent
064222d8d1
commit
5f2e55c93a
@ -1,11 +1,11 @@
|
|||||||
Name: libunistring
|
Name: libunistring
|
||||||
Version: 1.0
|
Version: 1.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: GNU LIBUNISTRING - Unicode string library
|
Summary: Unicode string library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnu.org/software/libunistring/
|
URL: http://www.gnu.org/software/libunistring/
|
||||||
Source: http://ftp.gnu.org/gnu/libunistring/libunistring-%{version}.tar.gz
|
Source: http://ftp.gnu.org/gnu/libunistring/libunistring-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -27,8 +27,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GNU LIBUNISTRING - Unicode string library.
|
GNU LIBUNISTRING - Unicode string library.
|
||||||
|
This package contains libraries and header files needed for development.
|
||||||
This package contains libraries and header files need for development.
|
|
||||||
|
|
||||||
%package docs
|
%package docs
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
@ -37,9 +36,10 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description docs
|
%description docs
|
||||||
GNU LIBUNISTRING - Unicode string library.
|
GNU LIBUNISTRING - Unicode string library.
|
||||||
|
|
||||||
This package contains utility applications for %{name}.
|
This package contains utility applications for %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -54,7 +54,6 @@ This package contains utility applications for %{name}.
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
rm -rf %{buildroot}%{_infodir}/dir
|
rm -rf %{buildroot}%{_infodir}/dir
|
||||||
rm -rf %{buildroot}%{_libdir}/libunistring.la
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -64,16 +63,16 @@ rm -rf %{buildroot}%{_libdir}/libunistring.la
|
|||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%install_info %{name}.info
|
%install_info %{name}.info
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%preun devel
|
%preun devel
|
||||||
%uninstall_info %{name}.info
|
%uninstall_info %{name}.info
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libunistring.so.*
|
%{_libdir}/libunistring.so.*
|
||||||
%doc AUTHORS BUGS COPYING COPYING.LIB
|
%doc AUTHORS COPYING COPYING.LIB
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -81,14 +80,20 @@ exit 0
|
|||||||
%dir %{_includedir}/unistring
|
%dir %{_includedir}/unistring
|
||||||
%{_includedir}/unistring/*.h
|
%{_includedir}/unistring/*.h
|
||||||
%{_libdir}/libunistring.so
|
%{_libdir}/libunistring.so
|
||||||
%{_infodir}/libunistring.info.gz
|
%{_infodir}/libunistring.info*
|
||||||
%doc ChangeLog DEPENDENCIES HACKING THANKS NEWS README
|
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_docdir}/libunistring
|
%doc %{_docdir}/libunistring
|
||||||
|
%doc BUGS ChangeLog DEPENDENCIES HACKING THANKS NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 21 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-2mamba
|
||||||
|
- added debug package
|
||||||
|
|
||||||
|
* Tue Oct 18 2022 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 1.0-1mamba
|
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user