]> git.pld-linux.org Git - packages/QtCurve.git/blob - QtCurve.spec
- Fixed R/BR
[packages/QtCurve.git] / QtCurve.spec
1 Summary:        A free and corrected port of Redhats gtk/qt theme
2 Summary(pl):    Wolna i poprawiona wersja tematu gtk/qt zrobionego przez Redhata
3 Name:           QtCurve
4 Version:        0.07
5 Release:        3
6 License:        GPL
7 Group:          Themes
8 # from          http://www.kde-look.org/content/download.php?content=5065
9 # redirected to http://www.kde-look.org/content/files/5065-%{name}-%{version}.tar.gz
10 Source0:        %{name}-%{version}.tar.gz
11 # Source0-md5: dbe87cc12125f4f2abff7928eb4c324e
12 URL:            http://www.kde-look.org/content/show.php?content=5065
13 BuildRequires:  kdelibs-devel >= 3.1
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 A free and corrected port of Redhat's gtk/qt theme, made by Craig
18 Drummond <Craig.Drummond@lycos.co.uk>.
19
20 %description -l pl
21 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata,
22 autorstwa Craiga Drummonda <Craig.Drummond@lycos.co.uk>.
23
24 %package -n kde-style-bluecurve
25 Summary:        A free and corrected port of Redhat's gtk/qt theme
26 Summary(pl):    Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata
27 Group:          Themes
28 Requires:       kdelibs >= 3.1
29 Obsoletes:      kde-theme-bluecurve
30
31 %description -n kde-style-bluecurve
32 A free and corrected port of Redhat's gtk/qt theme, made by Craig
33 Drummond <Craig.Drummond@lycos.co.uk>. KDE version.
34
35 %description -n kde-style-bluecurve -l pl
36 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata,
37 autorstwa Craiga Drummonda <Craig.Drummond@lycos.co.uk>. Wersja pod
38 KDE.
39
40 %package -n gtk-theme-bluecurve
41 Summary:        A free and corrected port of Redhat's gtk/qt theme
42 Summary(pl):    Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata
43 Group:          Themes
44 Requires:       gtk+ 
45 Requires:       theme-bluecurve-common
46
47 %description -n gtk-theme-bluecurve
48 A free and corrected port of Redhat's gtk/qt theme, made by Craig
49 Drummond <Craig.Drummond@lycos.co.uk>. gtk version.
50
51 %description -n gtk-theme-bluecurve -l pl
52 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata,
53 autorstwa Craiga Drummonda <Craig.Drummond@lycos.co.uk>. Wersja pod
54 gtk.
55
56 %package -n gtk2-theme-bluecurve
57 Summary:        A free and corrected port of Redhat's gtk/qt theme
58 Summary(pl):    Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata
59 Group:          Themes
60 Requires:       gtk+
61 Requires:       theme-bluecurve-common
62
63 %description -n gtk2-theme-bluecurve
64 A free and corrected port of Redhat's gtk/qt theme, made by Craig
65 Drummond <Craig.Drummond@lycos.co.uk>. gtk2 version.
66
67 %description  -n gtk2-theme-bluecurve -l pl
68 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata,
69 autorstwa Craiga Drummonda <Craig.Drummond@lycos.co.uk>. Wersja pod
70 gtk2.
71
72 %package -n theme-bluecurve-common
73 Summary:        A free and corrected port of Redhats gtk/qt theme - common
74 Summary(pl):    Wolna i poprawiona wersja tematu gtk/qt zrobionego przez Redhata - common
75 Group:          Themes
76
77 %description -n theme-bluecurve-common
78 A free and corrected port of Redhats gtk/qt theme, made by Craig 
79 Drummond (Craig.Drummond@lycos.co.uk) Documentation and common 
80 files package.
81
82 %description  -n theme-bluecurve-common -l pl
83 Wolna i poprawiona wersja tematu gtk/qt zrobionego przez Redhata, 
84 autorstwa Craig Drummond (Craig.Drummond@lycos.co.uk) Pakiet z 
85 dokumentacja i plikami wspó³dzielonymi.
86
87 %prep
88 %setup -q
89
90 %build
91 %configure
92 %{__make}
93
94 %install
95 rm -rf $RPM_BUILD_ROOT
96
97 %{__make} install DESTDIR=$RPM_BUILD_ROOT
98
99 %clean
100 rm -rf $RPM_BUILD_ROOT
101
102 %files -n kde-style-bluecurve
103 %defattr(644,root,root,755)
104 %{_libdir}/kde3/plugins/styles/*.la
105 %attr(755,root,root) %{_libdir}/kde3/plugins/styles/*.so
106 %{_datadir}/apps/kstyle/themes/qtcurve.themerc
107
108 %files -n gtk-theme-bluecurve
109 %defattr(644,root,root,755)
110 %{_libdir}/gtk/themes/engines/*.la
111 %attr(755,root,root) %{_libdir}/gtk/themes/engines/*.so
112 %{_datadir}/themes/QtCurve/gtk
113
114 %files -n gtk2-theme-bluecurve
115 %defattr(644,root,root,755)
116 %{_libdir}/gtk-2.0/*/*/*.la
117 %attr(755,root,root) %{_libdir}/gtk-2.0/*/*/*.so
118 %{_datadir}/themes/QtCurve/gtk-2.0
119
120 %files -n theme-bluecurve-common
121 %defattr(644,root,root,755)
122 %doc ChangeLog README TODO
123 %dir %{_datadir}/themes/QtCurve 
This page took 0.0532 seconds and 3 git commands to generate.