[packages/cmake-fedora] - updated to 2.9.3
qboosh
qboosh at pld-linux.org
Fri Apr 24 22:29:24 CEST 2020
commit f827d455aafcc6cf199711359b427525dc49c131
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 24 22:29:38 2020 +0200
- updated to 2.9.3
cmake-fedora.spec | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/cmake-fedora.spec b/cmake-fedora.spec
index 82baa9f..575cc66 100644
--- a/cmake-fedora.spec
+++ b/cmake-fedora.spec
@@ -2,14 +2,16 @@
Summary: CMake modules and scripts that simplify and automate the release process for software package
Summary(pl.UTF-8): Moduły CMake'a i skrypty ułatwiające i automatyzujące proces wydawania oprogramowania
Name: cmake-fedora
-Version: 2.6.0
+Version: 2.9.3
Release: 1
License: BSD
Group: Development/Tools
-Source0: https://fedorahosted.org/releases/c/m/cmake-fedora/%{name}-%{version}-Source.tar.gz
-# Source0-md5: 4f487ed5e97d46e20d6356d5cc7a7fa5
-URL: https://fedorahosted.org/cmake-fedora/
+#Source0Download: https://pagure.io/cmake-fedora/releases
+Source0: https://pagure.io/cmake-fedora/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 3379da8b9c9464a8e0dc3ac2671e7e03
+URL: https://pagure.io/cmake-fedora/
BuildRequires: cmake >= 2.6.2
+BuildRequires: sed >= 4.0
Requires: %{name}-modules = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,7 +41,10 @@ automatyzujących proces wydawania pakietów oprogramowania, w
szczególności dla dystrybucji Fedora i EPEL.
%prep
-%setup -q -n %{name}-%{version}-Source
+%setup -q
+
+# fails and unnecessary
+%{__sed} -i -e '/^PACK_SOURCE_ARCHIVE/,/ *)$/ d' CMakeLists.txt
%build
%cmake \
@@ -60,12 +65,13 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README
+%doc AUTHORS COPYING ChangeLog README.md RELEASE-NOTES.txt TODO.md
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cmake-fedora.conf
%attr(755,root,root) %{_bindir}/cmake-fedora-fedpkg
%attr(755,root,root) %{_bindir}/cmake-fedora-koji
%attr(755,root,root) %{_bindir}/cmake-fedora-newprj
%attr(755,root,root) %{_bindir}/cmake-fedora-pkgdb
+%attr(755,root,root) %{_bindir}/cmake-fedora-reset
%attr(755,root,root) %{_bindir}/cmake-fedora-zanata
%attr(755,root,root) %{_bindir}/koji-build-scratch
%{_datadir}/cmake/Templates/fedora
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cmake-fedora.git/commitdiff/f827d455aafcc6cf199711359b427525dc49c131
More information about the pld-cvs-commit
mailing list