Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d2c90713fa
!11 [sync] PR-10: Fix the spec file issue.
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2025-02-18 03:02:06 +00:00
xuguangmin
167c0cadb0 Fix the spec file issue.
(cherry picked from commit 8c342b380528a96b33959bbdf38e70e5b295bbf7)
2024-11-20 11:24:11 +08:00
openeuler-ci-bot
0283c9035e
!8 Submit yaml file into this repository
From: @duyiwei7w 
Reviewed-by: @pei-jiankang 
Signed-off-by: @pei-jiankang
2022-05-09 02:08:37 +00:00
duyiwei
a45e077a8c add attica.yaml. 2022-05-05 17:19:18 +08:00
openeuler-ci-bot
dd9d7ff3b3
!9 modify license warning
From: @tanyulong2021 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-04-26 02:40:17 +00:00
tanyulong2021
ee2f854025 modify license warning 2022-04-26 09:32:08 +08:00
openeuler-ci-bot
50e598d60c !7 Add auto generated files to .gitignore
Merge pull request !7 from tanyulong2021/master
2021-12-23 06:39:52 +00:00
tanyulong2021
77dc8f300e Add auto generated files to .gitignore 2021-12-21 16:19:56 +08:00
openeuler-ci-bot
30fdce0976 !3 Remove the release suffix
From: @hht8
Reviewed-by: @dou33
Signed-off-by: @dou33
2020-12-28 18:51:52 +08:00
hht8
27d952295b Remove the release suffix 2020-12-28 18:43:03 +08:00
3 changed files with 64 additions and 2 deletions

View File

@ -0,0 +1,43 @@
From 058604320d5612715ad1b06bdbd9893261dae7d1 Mon Sep 17 00:00:00 2001
From: tanyulong <tanyulong@kylinos.cn>
Date: Tue, 21 Dec 2021 16:16:44 +0800
Subject: [PATCH] Add auto generated files to .gitignore
---
.gitignore | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6e9efad
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
+.cmake/
+/.clang-format
+/compile_commands.json
--
2.30.0

View File

@ -1,12 +1,14 @@
Name: attica
Version: 0.4.2
Release: 17%{?dist}
Release: 21
Summary: Implementation of the Open Collaboration Services API
License: LGPLv2+
License: Artistic-2.0 and LGPLv2+
URL: http://www.kde.org
Source0: http://download.kde.org/stable/attica/attica-%{version}.tar.bz2
patch1: 0001-Add-auto-generated-files-to-.gitignore.patch
BuildRequires: cmake >= 2.8
BuildRequires: gcc-c++
BuildRequires: pkgconfig(QtNetwork) >= 4.7
@ -24,6 +26,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%setup -q
%patch 1 -p1
%build
@ -61,5 +64,17 @@ test "$(pkg-config --modversion libattica)" = "%{version}"
%changelog
* Thu Nov 07 2024 xuguangmin <xuguangmin@kylinos.cn> - 0.4.2-21
- Fix the spec file issue.
* Tue Apr 26 2022 tanyulong <tanyulong@kylinos.cn> - 0.4.2-20
- modify license warning
* Wed Dec 22 2021 tanyulong <tanyulong@kylinos.cn> - 0.4.2-19
- Add auto generated files to .gitignore
* Mon Dec 28 2020 huanghaitao <huanghaitao8@huawei.com> - 0.4.2-18
- Remove the release suffix
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 0.4.2-17
- Init attica project

4
attica.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: KDE/attica
tag_prefix: "v"
separator: "."