project init

This commit is contained in:
panchenbo 2020-09-10 10:45:41 +08:00
parent 440df02d5e
commit e5935fa08f
3 changed files with 41 additions and 0 deletions

37
dde-server-industry-config.spec Executable file
View File

@ -0,0 +1,37 @@
%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.0.3
Release: 1
Summary: DDE desktop-server industry version special configuration file.
License: LGPLv3
URL: http://shuttle.corp.deepin.com/cache/tasks/19366/unstable-amd64
Source0: http://shuttle.corp.deepin.com/cache/tasks/19366/unstable-amd64/%{name}_%{version}.orig.tar.xz
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
* Thu Sep 10 2020 chenbo pan <panchenbo@uniontech.com> 5.0.0.3
- Initial package build

View File

@ -0,0 +1,4 @@
version_control: shuttle.corp.deepin.com
src_repo: dde-server-industry-config
tag_prefix: ^
seperator: .

Binary file not shown.