rebuilt by autoport with build requirements: libsg3_utils-devel>=:1.48-1mamba [release 0.8.3-5mamba;Sun Aug 20 2023]
This commit is contained in:
parent
68321f3b24
commit
75ebfb4c67
20
libgpod.spec
20
libgpod.spec
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libgpod
|
||||
Version: 0.8.3
|
||||
Release: 4mamba
|
||||
Release: 5mamba
|
||||
Summary: A shared library to access the contents of an iPod
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -17,13 +17,10 @@ Patch4: libgpod-0.8.3-udev.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gtk-sharp-devel
|
||||
BuildRequires: gtk-sharp2-devel
|
||||
BuildRequires: libatomic-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libimobiledevice-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libplist-devel
|
||||
BuildRequires: libsg3_utils-devel
|
||||
@ -35,9 +32,9 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: mono-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libsg3_utils-devel >= 1.48-1mamba
|
||||
BuildRequires: libplist-devel >= 2.2.0
|
||||
BuildRequires: libimobiledevice-devel >= 1.1.4
|
||||
BuildRequires: libsg3_utils-devel >= 1.47
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
@ -57,8 +54,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
libgpod is a shared library to access the contents of an iPod.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package apidocs
|
||||
Summary: Libgpod API documentation
|
||||
@ -117,19 +113,21 @@ rm -f %{buildroot}%{_libdir}/libgpod.a
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/libgpod
|
||||
%{_libdir}/libgpod.la
|
||||
%{_libdir}/libgpod.so
|
||||
%dir %{_includedir}/gpod-1.0/gpod
|
||||
%{_includedir}/gpod-1.0/gpod/*.h
|
||||
%{_libdir}/libgpod.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc ChangeLog README
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/libgpod/
|
||||
%dir %{_datadir}/gtk-doc/html/libgpod
|
||||
%{_datadir}/gtk-doc/html/libgpod/*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 20 2023 Automatic Build System <autodist@mambasoft.it> 0.8.3-5mamba
|
||||
- rebuilt by autoport with build requirements: libsg3_utils-devel>=:1.48-1mamba
|
||||
|
||||
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.3-4mamba
|
||||
- rebuilt with libsg3_utils 1.47
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user