Compare commits
4 Commits
1.0.9-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
800173cb1e | |||
6547f3ff8b | |||
74db311274 | |||
4abd060294 |
@ -1,8 +0,0 @@
|
|||||||
--- libmygpo-qt.1.0.8/libmygpo-qt.pc.in.orig 2014-05-04 01:28:05.000000000 +0200
|
|
||||||
+++ libmygpo-qt.1.0.8/libmygpo-qt.pc.in 2014-08-31 15:33:52.812984229 +0200
|
|
||||||
@@ -10,4 +10,4 @@
|
|
||||||
Requires: Qt@MYGPO_QT_MAJOR_VERSION@Core Qt@MYGPO_QT_MAJOR_VERSION@Network
|
|
||||||
@MYGPO_QT4_QJSON_DEP@
|
|
||||||
Libs: -L${libdir} -lmygpo-qt@MYGPO_QT_VERSION_SUFFIX@
|
|
||||||
-Cflags: -I${includedir}
|
|
||||||
+Cflags: -I${includedir}/mygpo-qt
|
|
@ -1,25 +1,23 @@
|
|||||||
Name: libmygpo-qt
|
Name: libmygpo-qt
|
||||||
Version: 1.0.9
|
Version: 1.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library supporting gpodder.net Podcast Directory
|
Summary: A library supporting gpodder.net Podcast Directory
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://wiki.gpodder.org/wiki/Libmygpo-qt
|
URL: https://github.com/gpodder/libmygpo-qt
|
||||||
Source: http://stefan.derkits.at/files/libmygpo-qt/libmygpo-qt.%{version}.tar.gz
|
Source: http://stefan.derkits.at/files/libmygpo-qt/libmygpo-qt.%{version}.tar.gz
|
||||||
Patch0: libmygpo-qt-1.0.8-pkgconfig.patch
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt5Core
|
||||||
|
BuildRequires: libQt5Network
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqjson-devel
|
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: libmyqpo-qt
|
Obsoletes: libmyqpo-qt < 1.1.0-2mamba
|
||||||
Obsoletes: libmyqpo-qt
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library supporting gpodder.net Podcast Directory.
|
A library supporting gpodder.net Podcast Directory.
|
||||||
@ -28,20 +26,18 @@ A library supporting gpodder.net Podcast Directory.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: libmyqpo-qt-devel
|
Obsoletes: libmyqpo-qt-devel < 1.1.0-2mamba
|
||||||
Obsoletes: libmyqpo-qt-devel
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
A library supporting gpodder.net Podcast Directory.
|
A library supporting gpodder.net Podcast Directory.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}.%{version}
|
%setup -q -n %{name}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/mygpo-qt
|
-DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/mygpo-qt5
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -52,25 +48,35 @@ This package contains static libraries and header files need for development.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libmygpo-qt.so.*
|
%{_libdir}/libmygpo-qt5.so.*
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/mygpo-qt
|
%dir %{_includedir}/mygpo-qt5
|
||||||
%{_includedir}/mygpo-qt/*.h
|
%{_includedir}/mygpo-qt5/*.h
|
||||||
%{_libdir}/libmygpo-qt.so
|
%{_libdir}/libmygpo-qt5.so
|
||||||
%{_libdir}/pkgconfig/libmygpo-qt.pc
|
%{_libdir}/pkgconfig/libmygpo-qt5.pc
|
||||||
%dir %{_libdir}/cmake/mygpo-qt
|
%dir %{_libdir}/cmake/mygpo-qt5
|
||||||
%{_libdir}/cmake/mygpo-qt/Mygpo-qt*.cmake
|
%{_libdir}/cmake/mygpo-qt5/Mygpo-qt5*.cmake
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 21 2025 Automatic Build System <autodist@openmamba.org> 1.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Aug 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-3mamba
|
||||||
|
- install headers at %_includedir/mygpo-qt5
|
||||||
|
|
||||||
|
* Fri Nov 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
||||||
|
- remove past patch to fix pkgconfig
|
||||||
|
|
||||||
|
* Sun Apr 15 2018 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
|
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user