mirror of https://github.com/linuxdeepin/dtkcore
feat: Initial packit setup
This commit contains the specfile for building the official package for Fedora with a Packit setup. Ultimately, a unified specfile is targeted for Fedora and any other rpm-based distributions, e.g. openEuler. And Packit(https://packit.dev/) is a tool for maintaining specfile within upstream source. It requires a simple config file(.packit.yaml). Log: Initial packit setup Signed-off-by: Robin Lee <cheeselee@fedoraproject.org> Change-Id: I8fae90a77ac623ad02cf17d6b48fe1ab37131dc2
This commit is contained in:
parent
2e481f801b
commit
91927b7ece
|
@ -0,0 +1,17 @@
|
||||||
|
# See the documentation for more information:
|
||||||
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
|
specfile_path: rpm/dtkcore.spec
|
||||||
|
|
||||||
|
# add or remove files that should be synced
|
||||||
|
synced_files:
|
||||||
|
- rpm/dtkcore.spec
|
||||||
|
- .packit.yaml
|
||||||
|
|
||||||
|
upstream_package_name: dtkcore
|
||||||
|
# downstream (Fedora) RPM package name
|
||||||
|
downstream_package_name: dtkcore
|
||||||
|
|
||||||
|
actions:
|
||||||
|
fix-spec-file: |
|
||||||
|
bash -c "sed -i -r \"0,/Version:/ s/Version:(\s*)\S*/Version:\1${PACKIT_PROJECT_VERSION}/\" rpm/dtkcore.spec"
|
|
@ -1,14 +1,19 @@
|
||||||
Name: dtkcore
|
Name: dtkcore
|
||||||
Version: 5.2.2.3
|
Version: 5.2.2.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Deepin tool kit core modules
|
Summary: Deepin tool kit core modules
|
||||||
License: GPLv3
|
License: LGPLv3+
|
||||||
URL: https://github.com/linuxdeepin/dtkcore
|
URL: https://github.com/linuxdeepin/dtkcore
|
||||||
|
%if 0%{?fedora}
|
||||||
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
%else
|
||||||
Source0: %{name}_%{version}.orig.tar.xz
|
Source0: %{name}_%{version}.orig.tar.xz
|
||||||
|
%endif
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: annobin
|
BuildRequires: annobin
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(gsettings-qt)
|
BuildRequires: pkgconfig(gsettings-qt)
|
||||||
|
# since f30
|
||||||
Obsoletes: deepin-tool-kit <= 0.3.3
|
Obsoletes: deepin-tool-kit <= 0.3.3
|
||||||
Obsoletes: deepin-tool-kit-devel <= 0.3.3
|
Obsoletes: deepin-tool-kit-devel <= 0.3.3
|
||||||
Obsoletes: dtksettings <= 0.1.7
|
Obsoletes: dtksettings <= 0.1.7
|
||||||
|
@ -20,18 +25,13 @@ Deepin tool kit core modules.
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package for %{name}
|
Summary: Development package for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: qt5-qtbase-devel
|
Requires: qt5-qtbase-devel%{?_isa}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Header files and libraries for %{name}.
|
Header files and libraries for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
sed -i 's|/lib|/libexec|' tools/settings/settings.pro
|
|
||||||
## consider relying on %%_qt5_bindir (see %%build below) instead of patching -- rex
|
|
||||||
#sed -i 's|qmake|qmake-qt5|' src/dtk_module.prf
|
|
||||||
#sed -i 's|lrelease|lrelease-qt5|' tools/script/dtk-translate.py src/dtk_translation.prf
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
|
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
|
||||||
|
@ -46,15 +46,14 @@ export PATH=%{_qt5_bindir}:$PATH
|
||||||
%install
|
%install
|
||||||
%make_install INSTALL_ROOT=%{buildroot}
|
%make_install INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/libdtkcore.so.*
|
%{_libdir}/lib%{name}.so.5*
|
||||||
|
%dir %{_libexecdir}/dtk5/
|
||||||
%{_libexecdir}/dtk5/dtk-settings
|
%{_libexecdir}/dtk5/dtk-settings
|
||||||
%{_libexecdir}/dtk5/dtk-license.py*
|
%{_libexecdir}/dtk5/dtk-license.py
|
||||||
%{_libexecdir}/dtk5/dtk-translate.py*
|
%{_libexecdir}/dtk5/dtk-translate.py
|
||||||
%{_libexecdir}/dtk5/deepin-os-release
|
%{_libexecdir}/dtk5/deepin-os-release
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
@ -67,8 +66,8 @@ export PATH=%{_qt5_bindir}:$PATH
|
||||||
%{_libdir}/cmake/DtkCMake/
|
%{_libdir}/cmake/DtkCMake/
|
||||||
%{_libdir}/cmake/DtkTools/
|
%{_libdir}/cmake/DtkTools/
|
||||||
%{_libdir}/pkgconfig/dtkcore.pc
|
%{_libdir}/pkgconfig/dtkcore.pc
|
||||||
%{_libdir}/libdtkcore.so
|
%{_libdir}/lib%{name}.so
|
||||||
/usr/share/glib-2.0/schemas/*
|
%{_datadir}/glib-2.0/schemas/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jun 11 2020 uoser <uoser@uniontech.com> - 5.2.2.3
|
* Thu Jun 11 2020 uoser <uoser@uniontech.com> - 5.2.2.3
|
||||||
|
|
Loading…
Reference in New Issue