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