update to 0.4.5 [release 0.4.5-1mamba;Thu Feb 04 2021]
This commit is contained in:
parent
a88ffb7f86
commit
9bed5cf9f8
@ -1,34 +1,34 @@
|
||||
Name: dmz-cursor-themes
|
||||
Version: 0.4
|
||||
Release: 4mamba
|
||||
Version: 0.4.5
|
||||
Release: 1mamba
|
||||
Summary: DMZ X cursors themes
|
||||
Group: Graphical Desktop/Look 'n' feel
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Filippo Bedendo Bordon <michiamophil@gmail.com>
|
||||
URL: http://jimmac.musichall.cz/themes.php?skin=7
|
||||
Source: dmz-cursor-themes-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://packages.debian.org/sid/gnome/dmz-cursor-theme
|
||||
Source: http://ftp.debian.org/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_%{version}.tar.xz
|
||||
License: CC-BY-SA
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
An X cursors theme for the Gnome Desktop Environment.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n dmz-cursor-theme-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
mkdir -p %{buildroot}/%{_datadir}/icons/DMZ-White
|
||||
cp -pr dmz/xcursors %{buildroot}/%{_datadir}/icons/DMZ-White/cursors
|
||||
cp -p dmz/index.theme %{buildroot}/%{_datadir}/icons/DMZ-White/
|
||||
cp -p dmz/cursor.theme %{buildroot}/%{_datadir}/icons/DMZ-White/
|
||||
mkdir -p %{buildroot}/%{_datadir}/icons/DMZ-Black
|
||||
cp -pr dmz-aa/xcursors %{buildroot}/%{_datadir}/icons/DMZ-Black/cursors
|
||||
cp -p dmz-aa/index.theme %{buildroot}/%{_datadir}/icons/DMZ-Black/
|
||||
cp -p dmz-aa/cursor.theme %{buildroot}/%{_datadir}/icons/DMZ-Black/
|
||||
mkdir -p %{buildroot}/%{_datadir}/icons
|
||||
cp -r DMZ-Black %{buildroot}/%{_datadir}/icons/
|
||||
cp -r DMZ-White %{buildroot}/%{_datadir}/icons/
|
||||
|
||||
#cp -pr dmz/xcursors %{buildroot}/%{_datadir}/icons/DMZ-White/cursors
|
||||
#cp -pr dmz-aa/xcursors %{buildroot}/%{_datadir}/icons/DMZ-Black/cursors
|
||||
|
||||
%post
|
||||
if [ $1 -ge 1 ]; then
|
||||
@ -50,15 +50,18 @@ exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc dmz/COPYING
|
||||
%dir %{_datadir}/icons/DMZ-White
|
||||
%{_datadir}/icons/DMZ-White/*
|
||||
%dir %{_datadir}/icons/DMZ-Black
|
||||
%{_datadir}/icons/DMZ-Black/*
|
||||
%doc debian/copyright
|
||||
|
||||
%changelog
|
||||
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.5-1mamba
|
||||
- update to 0.4.5
|
||||
|
||||
* Sat Mar 31 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-4mamba
|
||||
- fix Summary, Group, remove %debug_package, and some other non conformities in specfile
|
||||
- fix Summary, Group, remove debug_package, and some other non conformities in specfile
|
||||
|
||||
* Wed Mar 21 2012 Filippo Bedendo Bordon <michiamophil@gmail.com> 0.4-3mamba
|
||||
- bugfix for cursors path
|
||||
|
Loading…
Reference in New Issue
Block a user