Leigh Scott 9f97bac
%if 0%{?fedora}  || 0%{?rhel} < 8
Leigh Scott 9f97bac
%global _with_qt4      1
Leigh Scott 9f97bac
%endif
Leigh Scott 9f97bac
bbb4b02
%global commit0 ad9bc4600ce769a8b3ad10910803cd555811b70c
615190f
Fabio Alessandro Locati d695f88
Summary:    Qt library to start applications only once per user
Fabio Alessandro Locati d695f88
Name:       qtsingleapplication
Fabio Alessandro Locati 6976dfe
Version:    2.6.1
574ed48
Release:    40%{?dist}
08f75b8
Fabio Alessandro Locati 6976dfe
License:    GPLv3 or LGPLv2 with exceptions
Fabio Alessandro Locati 6976dfe
URL:        http://doc.qt.digia.com/solutions/4/qtsingleapplication/qtsingleapplication.html
bbb4b02
Source0:    https://github.com/qtproject/qt-solutions/archive/%{commit0}.tar.gz#/%{name}-%{commit0}.tar.gz
Fabio Alessandro Locati 8bea4a0
# Proposed upstream in https://codereview.qt-project.org/#/c/92417/
Fabio Alessandro Locati d695f88
Source1:    qtsingleapplication.prf
Fabio Alessandro Locati 8bea4a0
# Proposed upstream in https://codereview.qt-project.org/#/c/92416/
Fabio Alessandro Locati d695f88
Source2:    qtsinglecoreapplication.prf
Fabio Alessandro Locati 8bea4a0
# Proposed upstream in https://codereview.qt-project.org/#/c/92411/
Fabio Alessandro Locati 6976dfe
Source3:    LICENSE.GPL3
Fabio Alessandro Locati 8bea4a0
# Proposed upstream in https://codereview.qt-project.org/#/c/92411/
Fabio Alessandro Locati 6976dfe
Source4:    LICENSE.LGPL
Fabio Alessandro Locati 8bea4a0
# Proposed upstream in https://codereview.qt-project.org/#/c/92411/
Fabio Alessandro Locati 6976dfe
Source5:    LGPL_EXCEPTION
Fabio Alessandro Locati 6976dfe
Fabio Alessandro Locati 8bea4a0
# Proposed upstream in https://codereview.qt-project.org/#/c/92416/
Fabio Alessandro Locati d695f88
Patch0:     qtsingleapplication-build-qtsinglecoreapplication.patch
Fabio Alessandro Locati 8bea4a0
# Proposed upstream in https://codereview.qt-project.org/#/c/92415/
Fabio Alessandro Locati d695f88
Patch1:     qtsingleapplication-remove-included-qtlockedfile.patch
Fabio Alessandro Locati 6976dfe
b7ced12
# Features for unbundling in Qupzilla, https://github.com/QupZilla/qupzilla/issues/1503
b7ced12
Patch2:     qtsingleapplication-qupzilla.patch
b7ced12
Leigh Scott 9f97bac
%{?_with_qt4:BuildRequires: qt4-devel qtlockedfile-devel}
82c3fd0
BuildRequires: qt5-qtbase-devel qtlockedfile-qt5-devel
615190f
615190f
%description
615190f
For some applications it is useful or even critical that they are started
615190f
only once by any user. Future attempts to start the application should
615190f
activate any already running instance, and possibly perform requested
615190f
actions, e.g. loading a file, in that instance.
615190f
615190f
The QtSingleApplication class provides an interface to detect a running
615190f
instance, and to send command strings to that instance.
615190f
Leigh Scott 9f97bac
%if 0%{?_with_qt4}
08f75b8
%package devel
Fabio Alessandro Locati d695f88
Summary:    Development files for %{name}
Fabio Alessandro Locati d695f88
Requires:   %{name} = %{version}-%{release}
Fabio Alessandro Locati d695f88
Requires:   qt4-devel
615190f
08f75b8
%description devel
615190f
This package contains libraries and header files for developing applications
615190f
that use QtSingleApplication.
615190f
a41d467
%package -n qtsinglecoreapplication
Fabio Alessandro Locati d695f88
Summary:    Qt library to start applications only once per user
08f75b8
Requires:   qt4
a41d467
a41d467
%description -n qtsinglecoreapplication
a41d467
For some applications it is useful or even critical that they are started
a41d467
only once by any user. Future attempts to start the application should
a41d467
activate any already running instance, and possibly perform requested
a41d467
actions, e.g. loading a file, in that instance.
a41d467
a41d467
For console (non-GUI) applications, the QtSingleCoreApplication variant
a41d467
is provided, which avoids dependency on QtGui.
a41d467
a41d467
%package -n qtsinglecoreapplication-devel
Fabio Alessandro Locati d695f88
Summary:    Development files for qtsinglecoreapplication
Fabio Alessandro Locati d695f88
Requires:   qtsinglecoreapplication = %{version}-%{release}
Fabio Alessandro Locati d695f88
Requires:   qt4-devel
a41d467
a41d467
%description -n qtsinglecoreapplication-devel
a41d467
This package contains libraries and header files for developing applications
a41d467
that use QtSingleCoreApplication.
Leigh Scott 9f97bac
%endif
a41d467
08f75b8
%package qt5
08f75b8
Summary:    Qt5 library to start applications only once per user
08f75b8
Requires:   qt5-qtbase
08f75b8
08f75b8
%description qt5
08f75b8
For some applications it is useful or even critical that they are started
08f75b8
only once by any user. Future attempts to start the application should
08f75b8
activate any already running instance, and possibly perform requested
08f75b8
actions, e.g. loading a file, in that instance.
08f75b8
08f75b8
This is a special build against Qt5.
08f75b8
08f75b8
%package qt5-devel
08f75b8
Summary:    Development files for %{name}-qt5
08f75b8
Requires:   %{name}-qt5 = %{version}-%{release}
72e5a5e
Requires:   qt5-qtbase-devel
08f75b8
08f75b8
%description qt5-devel
08f75b8
This package contains libraries and header files for developing applications
08f75b8
that use QtSingleApplication with Qt5.
08f75b8
08f75b8
%package -n qtsinglecoreapplication-qt5
08f75b8
Summary:    Qt library to start applications only once per user (Qt5)
08f75b8
Requires:   qt5-qtbase
08f75b8
08f75b8
%description -n qtsinglecoreapplication-qt5
08f75b8
For some applications it is useful or even critical that they are started
08f75b8
only once by any user. Future attempts to start the application should
08f75b8
activate any already running instance, and possibly perform requested
08f75b8
actions, e.g. loading a file, in that instance.
08f75b8
08f75b8
For console (non-GUI) applications, the QtSingleCoreApplication variant
08f75b8
is provided, which avoids dependency on QtGui.
08f75b8
08f75b8
This is a special build against Qt5.
08f75b8
08f75b8
%package -n qtsinglecoreapplication-qt5-devel
08f75b8
Summary:    Development files for qtsinglecoreapplication-qt5
08f75b8
Requires:   qtsinglecoreapplication-qt5 = %{version}-%{release}
08f75b8
Requires:   qt5-qtbase-devel
08f75b8
08f75b8
%description -n qtsinglecoreapplication-qt5-devel
08f75b8
This package contains libraries and header files for developing applications
08f75b8
that use QtSingleCoreApplication.
08f75b8
08f75b8
615190f
%prep
bbb4b02
%setup -qnqt-solutions-%{commit0}/%{name}
Fabio Alessandro Locati 6976dfe
%patch0 -p0
Fabio Alessandro Locati 6976dfe
%patch1 -p0
b7ced12
%patch2 -p1
bbb4b02
# use versioned soname
e5c6c64
sed -i "s,head,%(echo '%{version}' |sed -r 's,(.*)\..*,\1,'),g" common.pri
Rex Dieter 2bfabc3
08f75b8
mkdir licenses
08f75b8
cp -p %{SOURCE3} %{SOURCE4} %{SOURCE5} licenses
615190f
Rex Dieter 2bfabc3
# We already disabled bundling this external library.
615190f
# But just to make sure:
Rex Dieter 2bfabc3
rm -rf ../qtlockedfile/
08f75b8
sed -i 's,qtlockedfile\.h,QtSolutions/\0,' src/qtlocalpeer.h
615190f
rm src/{QtLocked,qtlocked}*
615190f
17b53d3
mkdir qt5
17b53d3
cp -p %{SOURCE1} %{SOURCE2} qt5
17b53d3
sed -i -r 's,-lQt,\05,' qt5/qtsingleapplication.prf
17b53d3
sed -i -r 's,-lQt,\05,' qt5/qtsinglecoreapplication.prf
4d28d22
1f64927
# additional header needed for Qt5.5
b7ced12
sed -i -r 's,.include,\0 <QtCore/QDataStream>\n\0,' src/qtlocalpeer.h
1f64927
a41d467
615190f
%build
615190f
# Does not use GNU configure
615190f
./configure -library
Leigh Scott 9f97bac
%if 0%{?_with_qt4}
08f75b8
%{qmake_qt4}
bc6015b
%make_build
Leigh Scott 9f97bac
%endif
08f75b8
pushd qt5
08f75b8
%{qmake_qt5} ..
bc6015b
%make_build
bc6015b
popd
615190f
615190f
615190f
%install
615190f
# libraries
08f75b8
mkdir -p %{buildroot}%{_libdir}
08f75b8
cp -a lib/* %{buildroot}%{_libdir}
08f75b8
chmod 755 %{buildroot}%{_libdir}/*.so*
615190f
615190f
# headers
Leigh Scott 9f97bac
%if 0%{?_with_qt4}
17b53d3
mkdir -p %{buildroot}%{_qt4_headerdir}/QtSolutions
17b53d3
cp -ap \
615190f
    src/qtsingleapplication.h \
615190f
    src/QtSingleApplication \
615190f
    src/qtsinglecoreapplication.h \
615190f
    src/QtSingleCoreApplication \
17b53d3
    %{buildroot}%{_qt4_headerdir}/QtSolutions
17b53d3
mkdir -p %{buildroot}%{_qt5_headerdir}
17b53d3
# symlink is not possible due to split into individual subpackages
17b53d3
cp -ap %{buildroot}%{_qt4_headerdir}/QtSolutions %{buildroot}%{_qt5_headerdir}
08f75b8
17b53d3
mkdir -p %{buildroot}%{_qt4_datadir}/mkspecs/features %{buildroot}%{_qt5_archdatadir}/mkspecs/features
17b53d3
install -p -m644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_qt4_datadir}/mkspecs/features
17b53d3
install -p -m644 qt5/*.prf %{buildroot}%{_qt5_archdatadir}/mkspecs/features
Leigh Scott 9f97bac
%else
Leigh Scott 9f97bac
mkdir -p %{buildroot}%{_qt5_headerdir}/QtSolutions %{buildroot}%{_qt5_archdatadir}/mkspecs/features
Leigh Scott 9f97bac
cp -ap \
Leigh Scott 9f97bac
    src/qtsingleapplication.h \
Leigh Scott 9f97bac
    src/QtSingleApplication \
Leigh Scott 9f97bac
    src/qtsinglecoreapplication.h \
Leigh Scott 9f97bac
    src/QtSingleCoreApplication \
Leigh Scott 9f97bac
    %{buildroot}%{_qt5_headerdir}/QtSolutions
Leigh Scott 9f97bac
install -p -m644 qt5/*.prf %{buildroot}%{_qt5_archdatadir}/mkspecs/features
Leigh Scott 9f97bac
%endif
Rex Dieter 2bfabc3
Leigh Scott 9f97bac
%if 0%{?_with_qt4}
bc6015b
%ldconfig_scriptlets
615190f
615190f
%files
08f75b8
%license licenses/*
Fabio Alessandro Locati 6976dfe
%doc README.TXT
17b53d3
# Caution! Unversioned .so file goes into -devel
08f75b8
%{_qt4_libdir}/libQtSolutions_SingleApplication*.so.*
615190f
615190f
%files devel
08f75b8
%doc doc/html/ examples/
08f75b8
%{_qt4_libdir}/libQtSolutions_SingleApplication*.so
a41d467
%dir %{_qt4_headerdir}/QtSolutions/
a41d467
%{_qt4_headerdir}/QtSolutions/QtSingleApplication
a41d467
%{_qt4_headerdir}/QtSolutions/%{name}.h
Rex Dieter 2bfabc3
%{_qt4_datadir}/mkspecs/features/qtsingleapplication.prf
615190f
bc6015b
%ldconfig_scriptlets -n qtsinglecoreapplication
bc6015b
a41d467
%files -n qtsinglecoreapplication
08f75b8
%license licenses/*
17b53d3
# Caution! Unversioned .so file goes into -devel
08f75b8
%{_qt4_libdir}/libQtSolutions_SingleCoreApplication*.so.*
a41d467
a41d467
%files -n qtsinglecoreapplication-devel
08f75b8
%{_qt4_libdir}/libQtSolutions_SingleCoreApplication*.so
a41d467
%dir %{_qt4_headerdir}/QtSolutions/
a41d467
%{_qt4_headerdir}/QtSolutions/QtSingleCoreApplication
a41d467
%{_qt4_headerdir}/QtSolutions/qtsinglecoreapplication.h
a41d467
%{_qt4_datadir}/mkspecs/features/qtsinglecoreapplication.prf
Leigh Scott 9f97bac
%endif
a41d467
bc6015b
%ldconfig_scriptlets qt5
bc6015b
08f75b8
%files qt5
08f75b8
%license licenses/*
08f75b8
%doc README.TXT
17b53d3
# Caution! Unversioned .so file goes into -devel
08f75b8
%{_qt5_libdir}/libQt5*SingleApplication*.so.*
08f75b8
08f75b8
%files qt5-devel
08f75b8
%doc doc/html/ examples/
08f75b8
%{_qt5_libdir}/libQt5*SingleApplication*.so
08f75b8
%dir %{_qt5_headerdir}/QtSolutions/
08f75b8
%{_qt5_headerdir}/QtSolutions/QtSingleApplication
08f75b8
%{_qt5_headerdir}/QtSolutions/%{name}.h
Rex Dieter 2bfabc3
%{_qt5_archdatadir}/mkspecs/features/qtsingleapplication.prf
08f75b8
bc6015b
%ldconfig_scriptlets -n qtsinglecoreapplication-qt5
bc6015b
08f75b8
%files -n qtsinglecoreapplication-qt5
08f75b8
%license licenses/*
17b53d3
# Caution! Unversioned .so file goes into -devel
08f75b8
%{_qt5_libdir}/libQt5*SingleCoreApplication*.so.*
08f75b8
08f75b8
%files -n qtsinglecoreapplication-qt5-devel
08f75b8
%{_qt5_libdir}/libQt5*SingleCoreApplication*.so
08f75b8
%dir %{_qt5_headerdir}/QtSolutions/
08f75b8
%{_qt5_headerdir}/QtSolutions/QtSingleCoreApplication
08f75b8
%{_qt5_headerdir}/QtSolutions/qtsinglecoreapplication.h
Rex Dieter 2bfabc3
%{_qt5_archdatadir}/mkspecs/features/qtsinglecoreapplication.prf
08f75b8
08f75b8
615190f
%changelog
574ed48
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-40
574ed48
- Second attempt - Rebuilt for
574ed48
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
574ed48
b7ae599
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-39
b7ae599
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b7ae599
b0109b5
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-38
b0109b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b0109b5
Leigh Scott 89ee0df
* Fri Oct 18 2019 Leigh Scott <leigh123linux@gmail.com> - 2.6.1-37
Leigh Scott 89ee0df
- Add option to disable qt4 build which is needed for epel8
Leigh Scott 89ee0df
0cd195b
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-36
0cd195b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0cd195b
f070abe
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-35
f070abe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f070abe
bc6015b
* Tue Jul 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 2.6.1-34
bc6015b
- use %make_build %%ldconfig_scriptlets
bc6015b
dce76a5
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-33
dce76a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
dce76a5
52f7d77
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-32
52f7d77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
52f7d77
0afcca1
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-31
0afcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0afcca1
0b50ee4
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-30
0b50ee4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0b50ee4
581b306
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-29
581b306
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
581b306
464e25b
* Tue Feb 23 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 2.6.1-28
Fabio Alessandro Locati f5d610b
- qtsinglecoreapplication should not imply widgets
Fabio Alessandro Locati f5d610b
b907d8f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-27
b907d8f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b907d8f
464e25b
* Thu Jan 21 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 2.6.1-26
Fabio Alessandro Locati adcc944
- Rebuild
Fabio Alessandro Locati adcc944
e5c6c64
* Mon Sep 14 2015 Raphael Groner <projects.rg@smart.ms> - 2.6.1-25
e5c6c64
- fix versioned soname
e5c6c64
bbb4b02
* Sun Sep 13 2015 Raphael Groner <projects.rg@smart.ms> - 2.6.1-24
bbb4b02
- new upstream snapshot
bbb4b02
- switch to GitHub (rhbz#1254883)
bbb4b02
- remove upstreamed patch for QTBUG-44595
bbb4b02
bbfb699
* Fri Jul 24 2015 Raphael Groner <projects.rg@smart.ms> - 2.6.1-23
bbfb699
- simplify .qrf files, patching for qt5 is done in spec
bbfb699
17b53d3
* Thu Jul 23 2015 Raphael Groner <projects.rg@smart.ms> - 2.6.1-22
c0fc81e
- fix qt5/mkspecs again for QTBUG-44595 (rhbz#1239870)
17b53d3
ce147ad
* Mon Jul 20 2015 Raphael Groner <projects.rg@smart.ms> - 2.6.1-21
ce147ad
- fix qt5/mkspecs
ce147ad
- remove obsolete clean
ce147ad
b7ced12
* Mon Jul 20 2015 Raphael Groner <projects.rg@smart.ms> - 2.6.1-20
b7ced12
- add features for Qupzilla (rhbz#1091704)
b7ced12
4d28d22
* Mon Jul 20 2015 Raphael Groner <projects.rg@smart.ms> - 2.6.1-19
4d28d22
- fix for QTBUG-44595
b7ced12
- additional header inclusion for Qt5.5
4d28d22
ef44f26
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-18
ef44f26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ef44f26
Rex Dieter a72193a
* Wed May 06 2015 Rex Dieter <rdieter@fedoraproject.org> 2.6.1-17
Rex Dieter a72193a
- .prf: use versioned libs for linking
Rex Dieter a72193a
Rex Dieter de02a72
* Fri May 01 2015 Rex Dieter <rdieter@fedoraproject.org> 2.6.1-16
Rex Dieter de02a72
- .prf: use QT_INSTALL_HEADERS instead, drop DEPENDPATH
Rex Dieter de02a72
Rex Dieter 2bfabc3
* Fri May 01 2015 Rex Dieter <rdieter@fedoraproject.org> - 2.6.1-15
Rex Dieter 2bfabc3
- fix/simplify qt5 mkspecs/features install path
Rex Dieter 2bfabc3
- more insurance bundled qtlockedfile is not used
Rex Dieter 2bfabc3
ec8be6f
* Mon Apr 27 2015 Raphael Groner <projects.rg@smart.ms> - 2.6.1-14
ec8be6f
- bump Release to identicate BR fixes
ec8be6f
08f75b8
* Sat Apr 25 2015 Raphael Groner <projects.rg@smart.ms> - 2.6.1-13
08f75b8
- use latest commit hash of dedicated folder at upstream
08f75b8
- build subpackage for Qt5
08f75b8
- remove deprecated spec file entries
08f75b8
- use license macro and improve license patches
08f75b8
- replace with new buildroot macro
08f75b8
f24d869
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-12
f24d869
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f24d869
464e25b
* Fri Aug 15 2014 Fabio Alessandro Locati <fale@fedoraproject.org> - 2.6.1-11
Fabio Alessandro Locati 6976dfe
- Update to current repository
Fabio Alessandro Locati 6976dfe
- Clean patches
Fabio Alessandro Locati 6976dfe
2b9b852
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-10
2b9b852
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2b9b852
145fffc
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-9
145fffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
145fffc
eb98486
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-8
eb98486
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
eb98486
4227e2a
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-7
4227e2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4227e2a
e043be0
* Wed Jan 11 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 2.6.1-6
e043be0
- gcc-4.7 compilation fix
e043be0
88da3e2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-5
88da3e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
88da3e2
b7608c8
* Wed Aug 11 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 2.6.1-4
b7608c8
- Make the additional API patch backwards compatible
b7608c8
a41d467
* Wed Jul 21 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 2.6.1-3
a41d467
- Split the qtsinglecoreapplication bits into their own subpackages
a41d467
c8f2b8d
* Fri Jul 16 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 2.6.1-2
c8f2b8d
- Add additional API to support clementine.
c8f2b8d
72c6b57
* Fri Jun 04 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 2.6.1-1
615190f
- Change version to 2.6.1. Upstream uses weird version convention 2.6_1
615190f
- Own the directory %%{_qt4_headerdir}/QtSolutions/
615190f
615190f
* Sat May 01 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 2.6-3
615190f
- Add comments to the extra source and patches
615190f
- Add a chmod 755 to make sure that the library gets the right permission
615190f
615190f
* Thu Apr 15 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 2.6-2
615190f
- Include .prf file
615190f
- Don't bundle external qtlockedfile library
615190f
- Fix typo in the description
615190f
615190f
* Sun Apr 11 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 2.6-1
615190f
- Initial Fedora package. Specfile partly borrowed from opensuse
615190f
615190f
* Thu Dec  3 2009 Todor Prokopov <koprok@nand.bg>
615190f
- Initial package.