Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1018880 Details for
Bug 1209260
qtlockedfile Build for Qt5
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
qtlockedfile.spec with qt5 subpackage
qtlockedfile.spec (text/x-matlab), 4.46 KB, created by
Raphael Groner
on 2015-04-25 20:42:05 UTC
(
hide
)
Description:
qtlockedfile.spec with qt5 subpackage
Filename:
MIME Type:
Creator:
Raphael Groner
Created:
2015-04-25 20:42:05 UTC
Size:
4.46 KB
patch
obsolete
>%global commit 17b56547d6e0d9a06603231fe2384474f9144829 > >Summary: QFile extension with advisory locking functions >Name: qtlockedfile >Version: 2.4 >Release: 10%{?dist} > >License: GPLv3 or LGPLv2 with exceptions >URL: http://doc.qt.digia.com/solutions/4/qtlockedfile/qtlockedfile.html >Source0: https://qt.gitorious.org/qt-solutions/qt-solutions/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz >Source1: qtlockedfile.prf ># Proposed upstream in https://codereview.qt-project.org/#/c/92411/ >Source2: LICENSE.LGPL ># Proposed upstream in https://codereview.qt-project.org/#/c/92411/ >Source3: LGPL_EXCEPTION ># Proposed upstream in https://codereview.qt-project.org/#/c/92411/ >Source4: LICENSE.GPL3 >Patch0: qtlockedfile-dont-build-example.patch > >BuildRequires: qt4-devel qt5-qtbase-devel >%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}} > >%description >This class extends the QFile class with inter-process file locking capabilities. >If an application requires that several processes should access the same file, >QtLockedFile can be used to easily ensure that only one process at a time is >writing to the file, and that no process is writing to it while others are >reading it. > >%package devel >Summary: Development files for %{name} >Requires: %{name} = %{version}-%{release} >Requires: qt4-devel > >%description devel >This package contains libraries and header files for developing applications >that use QtLockedFile. > >%package qt5 >Summary: QFile extension with advisory locking functions (Qt5) > > >%description qt5 >This class extends the QFile class with inter-process file locking capabilities. >If an application requires that several processes should access the same file, >QtLockedFile can be used to easily ensure that only one process at a time is >writing to the file, and that no process is writing to it while others are >reading it. > >This is a special build against Qt5. > > >%prep >%setup -qnqt-solutions-qt-solutions/%{name} >%patch0 -p1 -b .no-example >sed -i s,-head,, common.pri >mkdir licenses >cp %{SOURCE2} %{SOURCE3} %{SOURCE4} licenses > > >%build >touch .licenseAccepted ># Does not use GNU configure >./configure -library >%{_qt4_qmake} >make %{?_smp_mflags} >mkdir qt5 >pushd qt5 >%{_qt5_qmake} .. >make %{?_smp_mflags} >popd > > >%install ># libraries >mkdir -p %{buildroot}%{_libdir} >cp -a lib/* %{buildroot}%{_libdir} > ># headers >mkdir -p %{buildroot}%{_includedir}/QtSolutions >cp -a \ > src/qtlockedfile.h \ > src/QtLockedFile \ > %{buildroot}%{_includedir}/QtSolutions > >mkdir -p %{buildroot}%{_qt4_datadir}/mkspecs/features >cp -a %{SOURCE1} %{buildroot}%{_qt4_datadir}/mkspecs/features/ > >%clean >rm -rf %{buildroot} > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > > >%files >%license licenses/* >%doc README.TXT doc/html/ >%{_qt4_libdir}/libQtSolutions_LockedFile*.so* > >%files devel >%doc doc example >%{_qt4_libdir}/lib*.so >%{_qt4_headerdir}/QtSolutions/ >%{_qt4_datadir}/mkspecs/features/%{name}.prf > >%files qt5 >%license licenses/* >%doc README.TXT doc/html/ >%{_qt5_libdir}/libQt5Solutions_LockedFile*.so.* > > >%changelog >* Sat Apr 25 2015 Raphael Groner <projects.rg@smart.ms> - 2.4-10 >- add Qt5 build >- switch to digia and gitorious >- use latest commit of dedicated source folder >- remove upstreamed patch >- replace buildroot macro >- remove deprecated spec entries > >* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-9 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild > >* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-8 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild > >* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-7 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild > >* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-6 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild > >* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-5 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-4 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-3 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Fri Apr 16 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 2.4-2 >- Remove unnecessary linkage to libQtGui > >* Thu Apr 15 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 2.4-1 >- Initial Fedora package. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1209260
:
1018878
|
1018880