... | ... | --- /dev/null |
... | ... | +++ b/rosa-icons.spec |
... | ... | @@ -0,0 +1,63 @@ |
1 |
%define tarname rosa
|
|
2 |
%define _name rosa
|
|
3 |
%define version 1.0.6
|
|
4 |
%define release %mkrel 1
|
|
5 |
|
|
6 |
Summary: ROSA icons theme
|
|
7 |
Name: %{_name}-icons
|
|
8 |
Version: %{version}
|
|
9 |
Release: %{release}
|
|
10 |
Source0: %{tarname}-%{version}.tar.bz2
|
|
11 |
License: GPLv2
|
|
12 |
Group: Graphical desktop/Other
|
|
13 |
BuildArch: noarch
|
|
14 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
15 |
|
|
16 |
%description
|
|
17 |
ROSA icons theme. Designed for Mandriva. Based on the original icon theme Elementary by Daniel Fore (Dan Rabbit).
|
|
18 |
|
|
19 |
%prep
|
|
20 |
%setup -q -n %{_name}-%{version}
|
|
21 |
|
|
22 |
%install
|
|
23 |
%__rm -rf %{buildroot}
|
|
24 |
%__mkdir -p %{buildroot}%{_datadir}/icons
|
|
25 |
%__mkdir -p %{buildroot}%{_datadir}/icons/%{_name}
|
|
26 |
cp -rf ./* %{buildroot}%{_datadir}/icons/%{_name}
|
|
27 |
|
|
28 |
|
|
29 |
%files
|
|
30 |
%defattr(-,root,root)
|
|
31 |
%{_datadir}/icons/%{_name}/*
|
|
32 |
|
|
33 |
|
|
34 |
|
|
35 |
%changelog
|
|
36 |
* Fri Aug 12 2011 Denis Koryavov <dkoryavov@mandriva.org> 1.0.6-1mdv2011.0
|
|
37 |
+ Revision: 694145
|
|
38 |
- Changed icon for Kickoff, Shotwell and folders Music and Images.
|
|
39 |
|
|
40 |
* Mon Aug 08 2011 Denis Koryavov <dkoryavov@mandriva.org> 1.0.4-1
|
|
41 |
+ Revision: 693650
|
|
42 |
- New version. Fixed some cursors.
|
|
43 |
|
|
44 |
* Mon Jul 25 2011 Alex Burmashev <burmashev@mandriva.org> 1.0.3-1
|
|
45 |
+ Revision: 691577
|
|
46 |
- New cursor theme
|
|
47 |
|
|
48 |
* Tue Jul 12 2011 Denis Koryavov <dkoryavov@mandriva.org> 1.0.3-0
|
|
49 |
+ Revision: 689684
|
|
50 |
- Completely fixed problem with GTK+ dialogs. Changed size for Email and instant messenger icons.
|
|
51 |
|
|
52 |
* Mon Jul 11 2011 Denis Koryavov <dkoryavov@mandriva.org> 1.0.2-0
|
|
53 |
+ Revision: 689523
|
|
54 |
- Added some new icons to the places for solving some problems with GTK-open dialog and Mozilla products
|
|
55 |
|
|
56 |
* Mon Jun 27 2011 Alex Burmashev <burmashev@mandriva.org> 1.0.1-0
|
|
57 |
+ Revision: 687431
|
|
58 |
- theme update
|
|
59 |
|
|
60 |
* Fri Jun 24 2011 Alex Burmashev <burmashev@mandriva.org> 1.0.0-0
|
|
61 |
+ Revision: 686899
|
|
62 |
- import rosa-icons
|
|
63 |
|
New comment