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
|
||||
Version: 1.0.9
|
||||
Version: 1.2.0
|
||||
Release: 1mamba
|
||||
Summary: A library supporting gpodder.net Podcast Directory
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
Patch0: libmygpo-qt-1.0.8-pkgconfig.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5Network
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libqjson-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: libmyqpo-qt
|
||||
Obsoletes: libmyqpo-qt
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: libmyqpo-qt < 1.1.0-2mamba
|
||||
|
||||
%description
|
||||
A library supporting gpodder.net Podcast Directory.
|
||||
@ -28,20 +26,18 @@ A library supporting gpodder.net Podcast Directory.
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libmyqpo-qt-devel
|
||||
Obsoletes: libmyqpo-qt-devel
|
||||
Obsoletes: libmyqpo-qt-devel < 1.1.0-2mamba
|
||||
|
||||
%description devel
|
||||
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
|
||||
%setup -q -n %{name}.%{version}
|
||||
%patch0 -p1
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
-DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/mygpo-qt
|
||||
-DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/mygpo-qt5
|
||||
|
||||
%make
|
||||
|
||||
@ -52,25 +48,35 @@ This package contains static libraries and header files need for development.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libmygpo-qt.so.*
|
||||
%{_libdir}/libmygpo-qt5.so.*
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/mygpo-qt
|
||||
%{_includedir}/mygpo-qt/*.h
|
||||
%{_libdir}/libmygpo-qt.so
|
||||
%{_libdir}/pkgconfig/libmygpo-qt.pc
|
||||
%dir %{_libdir}/cmake/mygpo-qt
|
||||
%{_libdir}/cmake/mygpo-qt/Mygpo-qt*.cmake
|
||||
%dir %{_includedir}/mygpo-qt5
|
||||
%{_includedir}/mygpo-qt5/*.h
|
||||
%{_libdir}/libmygpo-qt5.so
|
||||
%{_libdir}/pkgconfig/libmygpo-qt5.pc
|
||||
%dir %{_libdir}/cmake/mygpo-qt5
|
||||
%{_libdir}/cmake/mygpo-qt5/Mygpo-qt5*.cmake
|
||||
%doc README
|
||||
|
||||
%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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user