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