]> git.pld-linux.org Git - packages/QtCurve.git/blob - QtCurve.spec
- cp config.sub
[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.17.2
5 Release:        2
6 License:        GPL
7 Group:          Themes
8 # from          http://www.kde-look.org/content/download.php?content=5065&id=1
9 Source0:        %{name}-%{version}.tar.gz
10 # Source0-md5:  a75e6182e81ac8ce8aedc797b8838125
11 URL:            http://www.kde-look.org/content/show.php?content=5065
12 BuildRequires:  kdelibs-devel >= 3.1
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A free and corrected port of Redhat's gtk/qt theme.
17
18 %description -l pl
19 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata.
20
21 %package -n kde-style-QtCurve
22 Summary:        A free and corrected port of Redhat's gtk/qt theme
23 Summary(pl):    Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata
24 Group:          Themes
25 Requires:       kdelibs >= 3.1
26
27 %description -n kde-style-QtCurve
28 A free and corrected port of Redhat's gtk/qt theme. KDE version.
29
30 %description -n kde-style-QtCurve -l pl
31 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata.
32 Wersja pod KDE.
33
34 %package -n gtk-theme-QtCurve
35 Summary:        A free and corrected port of Redhat's gtk/qt theme
36 Summary(pl):    Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata
37 Group:          Themes
38 Requires:       gtk+
39 Requires:       theme-QtCurve-common
40
41
42 %description -n gtk-theme-QtCurve
43 A free and corrected port of Redhat's gtk/qt theme. gtk version.
44
45 %description -n gtk-theme-QtCurve -l pl
46 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata.
47 Wersja pod gtk.
48
49 %package -n gtk2-theme-QtCurve
50 Summary:        A free and corrected port of Redhat's gtk/qt theme
51 Summary(pl):    Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata
52 Group:          Themes
53 Requires:       gtk+
54 Requires:       theme-QtCurve-common
55
56
57 %description -n gtk2-theme-QtCurve
58 A free and corrected port of Redhat's gtk/qt theme. gtk2 version.
59
60 %description -n gtk2-theme-QtCurve -l pl
61 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata.
62 Wersja pod gtk2.
63
64 %package -n theme-QtCurve-common
65 Summary:        A free and corrected port of Redhats gtk/qt theme - common
66 Summary(pl):    Darmowa i poprawiona wersja tematu gtk/qt zrobionego przez Redhata - common
67 Group:          Themes
68 Obsoletes:      theme-bluecurve-common
69 Obsoletes:      gtk2-theme-bluecurve
70 Obsoletes:      gtk-theme-bluecurve
71 Obsoletes:      kde-style-bluecurve
72 Obsoletes:      kde-theme-bluecurve
73
74
75 %description -n theme-QtCurve-common
76 A free and corrected port of Redhats gtk/qt theme.
77 Documentation and common files package.
78
79 %description -n theme-QtCurve-common -l pl
80 Darmowa i poprawiona wersja tematu gtk/qt zrobionego przez Redhata.
81 Pakiet z dokumentacja i plikami wspó³dzielonymi.
82
83 %prep
84 %setup -q
85
86 %build
87 cp /usr/share/automake/config.sub admin
88
89 %configure
90
91 %{__make}
92
93 %install
94 rm -rf $RPM_BUILD_ROOT
95
96 %{__make} install \
97         DESTDIR=$RPM_BUILD_ROOT
98
99 %clean
100 rm -rf $RPM_BUILD_ROOT
101
102 %files -n kde-style-QtCurve
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-QtCurve
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-QtCurve
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-QtCurve-common
121 %defattr(644,root,root,755)
122 %doc ChangeLog README TODO
123 %dir %{_datadir}/themes/QtCurve*
This page took 0.037355 seconds and 4 git commands to generate.