-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathartwork.spec
71 lines (53 loc) · 1.85 KB
/
artwork.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# As this is only for artwork there is no meaningful debuginfo
%global debug_package %{nil}
Name: artwork
Version: 0.2.2
Release: 1%{?dist}
Summary: NSLS-II Artwork
License: Redistributable, no modification permitted
URL: https://github.com/NSLS-II/artwork
Source0: https://github.com/NSLS-II/artwork/archive/v%{version}/artwork-v%{version}.tar.gz
#BuildRequires:
#Requires:
%description
Package for NSLS-II Artwork
%prep
%setup -q -n artwork-%{version}
%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}/%{_datadir}/nsls2
make DESTDIR=%{buildroot} \
prefix=%{_prefix} \
sysconfdir=%{_sysconfdir} \
install
%post
%{_datadir}/nsls2/bin/nsls2-change-wallpaper
%files
#%license LICENSE
%doc README.md
%{_datadir}/nsls2/bin/nsls2-change-wallpaper
%{_datadir}/nsls2/bin/set-wallpaper
%{_sysconfdir}/xdg/autostart/set-wallpaper.desktop
%{_datadir}/nsls2/tabs/*.png
%{_datadir}/nsls2/photos/*.jpg
%{_datadir}/nsls2/wallpapers/wallpaper.jpg
%{_datadir}/nsls2/wallpapers/beamlines/*.jpg
%{_datadir}/nsls2/wallpapers/generic/*.jpg
%changelog
* Wed Aug 14 2024 Gavrilov, Dmitri <dgavrilov@bnl.gov> - 0.2.2-1
- Added new artwork for CDI, ARI, and SXN beamlines
* Tue Nov 08 2022 Stuart Campbell <scampbell@bnl.gov> 0.2.1-1
- Added some more photos
* Fri Sep 30 2022 Stuart Campbell <scampbell@bnl.gov> 0.2.0-1
- Updated all the wallpapers for the NSLS-II Rebranding
* Fri Dec 17 2021 Stuart B. Wilkins <swilkins@bnl.gov>
- Added post install script to spec file
- Updated XFP wallpaper to correct long name
* Mon Dec 13 2021 Stuart B. Wilkins <swilkins@bnl.gov>
- Renamed package from nsls2-artwork to artwork
- Added photos dir
* Thu Oct 22 2020 Stuart Campbell <scampbell@bnl.gov>
- Renamed package from nsls2-artwork to artwork-nsls2
* Wed Oct 21 2020 Stuart Campbell <scampbell@bnl.gov>
- Initial package