dde-server-industry-config/dde-server-industry-config.spec
2023-10-20 18:30:56 +08:00

40 lines
978 B
RPMSpec

%global with_debug 1
%global _unpackaged_files_terminate_build 0
%if 0%{?with_debug}
%global debug_package %{nil}
%endif
Name: dde-server-industry-config
Version: 5.0.1
Release: 1%{?dist}.01
Summary: DDE desktop-server industry version special configuration file.
License: LGPLv3
URL: http://shuttle.corp.deepin.com/cache/tasks/19366/unstable-amd64
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildArch: noarch
%description
DDE desktop-server industry version special configuration file.
%prep
%setup
%build
%install
install -d %{buildroot}/usr/share/glib-2.0/schemas/
install -Dm644 com.deepin.dde.auth.control.gschema.xml %{buildroot}/usr/share/glib-2.0/schemas/
install -Dm644 com.deepin.dde.control-versiontype.gschema.xml %{buildroot}/usr/share/glib-2.0/schemas/
%files
%{_datadir}/glib-2.0/schemas/*
%changelog
* Fri Jun 10 2022 uoser <uoser@uniontech.com> - 5.0.1-1.01
- package init