|
@@ -1,11 +1,11 @@
|
1
|
1
|
Name: slop
|
2
|
|
-Version: __SLOP_VERSION__
|
3
|
|
-Release: __SLOP_RELEASE__%{?dist}
|
|
2
|
+Version: __APP_VERSION__
|
|
3
|
+Release: __APP_RELEASE__%{?dist}
|
4
|
4
|
Summary: Select Operation
|
5
|
5
|
URL: https://github.com/naelstrof/slop
|
6
|
6
|
|
7
|
7
|
License: GPLv3
|
8
|
|
-Source0: __SLOP_URLBASE__/archive/v%{version}.tar.gz
|
|
8
|
+Source0: __APP_URLBASE__/archive/v%{version}.tar.gz
|
9
|
9
|
|
10
|
10
|
BuildRequires: gcc-c++
|
11
|
11
|
BuildRequires: cmake
|
|
@@ -53,7 +53,7 @@ rm %{buildroot}/usr/include/slop.hpp
|
53
|
53
|
%{_mandir}/man1/slop.1.gz
|
54
|
54
|
|
55
|
55
|
%changelog
|
56
|
|
-* __SLOP_DATE__ Alois Mahdal <netvor+slop@vornet.cz> - __SLOP_VERSION__-__SLOP_RELEASE__
|
|
56
|
+* __APP_DATE__ Alois Mahdal <netvor+slop@vornet.cz> - __APP_VERSION__-__APP_RELEASE__
|
57
|
57
|
- Unofficial experimental RPM pseudo-release
|
58
|
58
|
|
59
|
|
-# spec file generated from __SLOP_BUILDSCRIPT_VERSION__
|
|
59
|
+# spec file generated from __APP_BUILDSCRIPT_VERSION__
|