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