diff --git a/kookbook-0.2.1.tar.gz b/kookbook-0.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f70c656a9ae31dd68d7870f334c03f487da648b8 Binary files /dev/null and b/kookbook-0.2.1.tar.gz differ diff --git a/kookbook.spec b/kookbook.spec new file mode 100644 index 0000000000000000000000000000000000000000..d6c899536eb7b9427bcbc002630d7f79c47bdeb7 --- /dev/null +++ b/kookbook.spec @@ -0,0 +1,43 @@ +Name: kookbook +Version: 0.2.1 +Release: 1 +Summary: Cookbook creator +License: MIT +URL: https://invent.kde.org/utilities/kookbook +Source0: kookbook-0.2.1.tar.gz + +BuildRequires: extra-cmake-modules +BuildRequires: discount +BuildRequires: libmarkdown-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtdeclarative-devel + +%description +Cookbook creator + + +%prep +%autosetup -n %{name}-%{version} + + +%build +%cmake_kf5 + +%make_build + + +%install +%define _unpackaged_files_terminate_build 0 +rm -rf $RPM_BUILD_ROOT +%make_install + + +%files +%defattr(-,root,root,-) +%{_kf5_bindir}/%{name} + + + +%changelog +* Mon Dec 11 2023 michael_fengjun - 0.2.1-1 +- build rpm packages for this project diff --git a/kookbook.yaml b/kookbook.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a87a81904e8c40adbbbe0652ae9d8547501b6ef6 --- /dev/null +++ b/kookbook.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: KDE/kookbook +tag_prefix: "^v" +separator: "."