Compare commits
No commits in common. "rawhide" and "f27" have entirely different histories.
5 changed files with 70 additions and 1 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/adapta-backgrounds-0.5.2.2.tar.gz
|
||||
/adapta-backgrounds-0.5.2.3.tar.gz
|
||||
/adapta-backgrounds-0.5.3.1.tar.gz
|
||||
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# adapta-backgrounds
|
||||
|
||||
The adapta-backgrounds package
|
||||
63
adapta-backgrounds.spec
Normal file
63
adapta-backgrounds.spec
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
Name: adapta-backgrounds
|
||||
Version: 0.5.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A wallpaper collection for adapta-project
|
||||
|
||||
License: GPLv2 and CC-BY-SA
|
||||
URL: https://github.com/adapta-project/%{name}
|
||||
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
||||
Requires: filesystem
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p 1
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
for f in AUTHORS COPYING LICENSE_CC_BY_SA4 README.md; do
|
||||
%{_bindir}/find %{buildroot} -type f -name "$f" -print -delete
|
||||
done
|
||||
|
||||
# We inherit cinnamon-background-properties from Gnome in Fedora and EPEL.
|
||||
%{__rm} -fr %{buildroot}%{_datadir}/cinnamon-background-properties
|
||||
|
||||
%fdupes -s %{buildroot}%{_datadir}/themes
|
||||
|
||||
|
||||
%files
|
||||
%license AUTHORS COPYING LICENSE_CC_BY_SA4
|
||||
%doc README.md
|
||||
%{_datadir}/backgrounds/adapta
|
||||
%{_datadir}/gnome-background-properties
|
||||
%{_datadir}/mate-background-properties
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 17 2018 Björn Esser <besser82@fedoraproject.org> - 0.5.3.1-1
|
||||
- New upstream release (#1535449)
|
||||
|
||||
* Sun Jan 14 2018 Björn Esser <besser82@fedoraproject.org> - 0.5.2.3-1
|
||||
- New upstream release (#1534249)
|
||||
|
||||
* Fri Dec 29 2017 Björn Esser <besser82@fedoraproject.org> - 0.5.2.2-1
|
||||
- Initial import (#1529705)
|
||||
|
||||
* Fri Dec 29 2017 Björn Esser <besser82@fedoraproject.org> - 0.5.2.2-0.1
|
||||
- Initial rpm release (#1529705)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (adapta-backgrounds-0.5.3.1.tar.gz) = 3ca8bda3b6979c8dc2c2603bf209d934fe6027e997832952194ea82d07030b7e02c732cf03a0492458e22211b0941d21ef4e1ce4edab46335e4d8e837ce38458
|
||||
Loading…
Add table
Add a link
Reference in a new issue