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