public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Artur Iwicki <fedora@svgames.pl>
To: git-commits@fedoraproject.org
Subject: [rpms/lazarus] multiple-IDE-widgetsets: Minor adjustments to the qt5pas package in spec
Date: Thu, 23 Jul 2026 08:17:53 GMT [thread overview]
Message-ID: <178479467356.1.6210025206992723352.rpms-lazarus-f21946b7f9e5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/lazarus
Branch : multiple-IDE-widgetsets
Commit : f21946b7f9e5d5118e6822c7749ad5ce5b96ae44
Author : Artur Iwicki <fedora@svgames.pl>
Date : 2018-08-07T14:37:10+02:00
Stats : +19/-8 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/lazarus/c/f21946b7f9e5d5118e6822c7749ad5ce5b96ae44?branch=multiple-IDE-widgetsets
Log:
Minor adjustments to the qt5pas package in spec
---
diff --git a/lazarus.spec b/lazarus.spec
index 60e3452..f80a6b2 100644
--- a/lazarus.spec
+++ b/lazarus.spec
@@ -1,9 +1,8 @@
Name: lazarus
Version: 1.8.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Lazarus Component Library and IDE for Freepascal
-Group: Development/Languages
# GNU Classpath style exception, see COPYING.modifiedLGPL
License: GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
URL: http://www.lazarus-ide.org/
@@ -24,19 +23,26 @@ ExclusiveArch: %{fpc_arches}
A free and open-source RAD tool for Free Pascal using the Lazarus
Component Library - LCL, which is also included in this package.
+# Qt5pas start
+# The version is taken from lcl/interfaces/qt5/cbindings/Qt5Pas.pro
+%global qt5pas_version 2.6
+
%package -n qt5pas
-Summary: Qt 5 bindings for pascal
+Version: %{qt5pas_version}
+Summary: Qt5 bindings for Pascal
%description -n qt5pas
-Qt 5 bindings for pascal from Lazarus.
+Qt5 bindings for Pascal from Lazarus.
%package -n qt5pas-devel
+Version: %{qt5pas_version}
Summary: Development files for qt5pas
-Requires: qt5pas%{?_isa} = %{version}-%{release}
+Requires: qt5pas%{?_isa} = %{qt5pas_version}-%{release}
%description -n qt5pas-devel
The qt5pas-devel package contains libraries and header files for
developing applications that use qt5pas.
+# Qt5pas end
%prep
%setup -c -q
@@ -81,7 +87,7 @@ sed 's#__LAZARUSDIR__#%{_libdir}/%{name}#;s#__FPCSRCDIR__#%{_datadir}/fpcsrc#' \
chmod 755 %{buildroot}%{_libdir}/%{name}/components/lazreport/tools/localize.sh
-pushd lcl/interfaces/qt5/cbindings/
+pushd lazarus/lcl/interfaces/qt5/cbindings/
%make_install INSTALL_ROOT=%{buildroot}
popd
@@ -117,14 +123,19 @@ fi
%{_mandir}/*/*
%files -n qt5pas
-%license lcl/interfaces/qt5/cbindings/COPYING.TXT
-%doc lcl/interfaces/qt5/cbindings/README.TXT
+%license lazarus/lcl/interfaces/qt5/cbindings/COPYING.TXT
+%doc lazarus/lcl/interfaces/qt5/cbindings/README.TXT
%{_libdir}/libQt5Pas.so.*
%files -n qt5pas-devel
%{_libdir}/libQt5Pas.so
+
%changelog
+* Tue Aug 07 2018 Artur Iwicki <fedora@svgames.pl> - 1.8.2-3
+- Add the Qt5pas package (pull request #3)
+- Remove the Group: tag (no longer used in Fedora)
+
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
reply other threads:[~2026-07-23 8:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178479467356.1.6210025206992723352.rpms-lazarus-f21946b7f9e5@fedoraproject.org \
--to=fedora@svgames.pl \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox