Compare commits

..

No commits in common. "d2c90713fa95e79981e7cdbf61aab52a94341e25" and "632d0c068066d72636fb2d75b0d27ba464040710" have entirely different histories.

3 changed files with 2 additions and 64 deletions

View File

@ -1,43 +0,0 @@
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,14 +1,12 @@
Name: attica
Version: 0.4.2
Release: 21
Release: 17%{?dist}
Summary: Implementation of the Open Collaboration Services API
License: Artistic-2.0 and LGPLv2+
License: 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
@ -26,7 +24,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%setup -q
%patch 1 -p1
%build
@ -64,17 +61,5 @@ 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

View File

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