public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lazarus] multiple-IDE-widgetsets: Minor adjustments to the qt5pas package in spec
@ 2026-07-23  8:17 Artur Iwicki
  0 siblings, 0 replies; only message in thread
From: Artur Iwicki @ 2026-07-23  8:17 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-23  8:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23  8:17 [rpms/lazarus] multiple-IDE-widgetsets: Minor adjustments to the qt5pas package in spec Artur Iwicki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox