Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e69ec4f27 |
3 changed files with 13 additions and 16 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/agenda-1.0.9.tar.gz
|
||||
/agenda-1.0.11.tar.gz
|
||||
/agenda-1.0.12.tar.gz
|
||||
/agenda-1.1.0.tar.gz
|
||||
|
|
|
|||
26
agenda.spec
26
agenda.spec
|
|
@ -2,19 +2,17 @@
|
|||
|
||||
Name: agenda
|
||||
Summary: Simple, fast, no-nonsense to-do (task) list
|
||||
Version: 1.0.12
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
|
||||
URL: https://github.com/dahenson/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
|
|
@ -33,18 +31,14 @@ A simple, fast, no-nonsense to-do (task) list.
|
|||
|
||||
|
||||
%build
|
||||
mkdir build && pushd build
|
||||
%cmake ..
|
||||
%make_build
|
||||
popd
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
pushd build
|
||||
%make_install
|
||||
popd
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
%find_lang %{appname}
|
||||
|
||||
|
||||
%check
|
||||
|
|
@ -55,7 +49,7 @@ appstream-util validate-relax --nonet \
|
|||
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files -f %{appname}.lang
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
|
|
@ -68,6 +62,9 @@ appstream-util validate-relax --nonet \
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 06 2020 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
|
||||
- Update to version 1.1.0.
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
@ -86,4 +83,3 @@ appstream-util validate-relax --nonet \
|
|||
* Sun Jan 21 2018 Fabio Valentini <decathorpe@gmail.com> - 1.0.9-1
|
||||
- Initial package.
|
||||
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (agenda-1.0.12.tar.gz) = 8e9c414b072bcb424f2d4915780c3046d289655648354c5782a4593e4f956a7cbb0c685f0b2ff5780b8dcb87b3723722ed6ad005bbfcb1b296cd762da6a6c719
|
||||
SHA512 (agenda-1.1.0.tar.gz) = e31f46987eb54d8f8eabdfe91526cc3ff3d1e1d50ff8d8470c6fd5f39c61044e4ac05f5fd1ef2c2028b779f9cb0ce55c8cab4c14b25e55e8e8daebeb32ee0d56
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue