]> git.pld-linux.org Git - packages/QtCurve.git/blob - QtCurve.spec
- don't install *.la for gtk+ modules
[packages/QtCurve.git] / QtCurve.spec
1 #
2 # Conditional build:
3 %bcond_without gtk      # do not build gtk+(2) styles
4 #
5 Summary:        A free and corrected port of Redhats gtk/qt theme
6 Summary(pl):    Darmowa i poprawiona wersja tematu gtk/qt zrobionego przez Redhata
7 Name:           QtCurve
8 Version:        0.18
9 Release:        1
10 License:        GPL
11 Group:          Themes
12 # from          http://www.kde-look.org/content/download.php?content=5065&id=1
13 Source0:        %{name}-%{version}.tar.gz
14 # Source0-md5:  b42974ade8866c1b00808af9f0e47d61
15 URL:            http://www.kde-look.org/content/show.php?content=5065
16 BuildRequires:  automake
17 BuildRequires:  kdelibs-devel >= 3.1
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 A free and corrected port of Redhat's gtk/qt theme.
22
23 %description -l pl
24 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata.
25
26 %package -n kde-style-QtCurve
27 Summary:        A free and corrected port of Redhat's gtk/qt theme
28 Summary(pl):    Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata
29 Group:          Themes
30 Requires:       kdelibs >= 3.1
31
32 %description -n kde-style-QtCurve
33 A free and corrected port of Redhat's gtk/qt theme. KDE version.
34
35 %description -n kde-style-QtCurve -l pl
36 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata.
37 Wersja pod KDE.
38
39 %package -n gtk-theme-QtCurve
40 Summary:        A free and corrected port of Redhat's gtk/qt theme
41 Summary(pl):    Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata
42 Group:          Themes
43 Requires:       gtk+
44 Requires:       theme-QtCurve-common = %{version}-%{release}
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 = %{version}-%{release}
59
60 %description -n gtk2-theme-QtCurve
61 A free and corrected port of Redhat's gtk/qt theme. gtk2 version.
62
63 %description -n gtk2-theme-QtCurve -l pl
64 Darmowa i poprawiona wersja motywu gtk/qt zrobionego przez Redhata.
65 Wersja pod gtk2.
66
67 %package -n theme-QtCurve-common
68 Summary:        A free and corrected port of Redhats gtk/qt theme - common
69 Summary(pl):    Darmowa i poprawiona wersja tematu gtk/qt zrobionego przez Redhata - common
70 Group:          Themes
71 Obsoletes:      theme-bluecurve-common
72 Obsoletes:      gtk2-theme-bluecurve
73 Obsoletes:      gtk-theme-bluecurve
74 Obsoletes:      kde-style-bluecurve
75 Obsoletes:      kde-theme-bluecurve
76
77 %description -n theme-QtCurve-common
78 A free and corrected port of Redhats gtk/qt theme.
79 Documentation and common files package.
80
81 %description -n theme-QtCurve-common -l pl
82 Darmowa i poprawiona wersja tematu gtk/qt zrobionego przez Redhata.
83 Pakiet z dokumentacja i plikami wspó³dzielonymi.
84
85 %prep
86 %setup -q
87
88 %build
89 cp /usr/share/automake/config.sub admin
90
91 %{!?with_gtk:export "DO_NOT_COMPILE=gtk gtk2"}
92
93 %configure
94
95 %{__make}
96
97 %install
98 rm -rf $RPM_BUILD_ROOT
99
100 %{__make} install \
101         DESTDIR=$RPM_BUILD_ROOT
102
103 rm -f $RPM_BUILD_ROOT{%{_libdir}/gtk/themes/engines,%{_libdir}/gtk-2.0/*/*}/*.la
104
105 %clean
106 rm -rf $RPM_BUILD_ROOT
107
108 %files -n kde-style-QtCurve
109 %defattr(644,root,root,755)
110 %{_libdir}/kde3/kstyle_qtcurve_config.la
111 %attr(755,root,root) %{_libdir}/kde3/kstyle_qtcurve_config.so
112 %{_libdir}/kde3/plugins/styles/*.la
113 %attr(755,root,root) %{_libdir}/kde3/plugins/styles/*.so
114 %{_datadir}/apps/kstyle/themes/qtcurve*.themerc
115
116 %if %{with gtk}
117 %files -n gtk-theme-QtCurve
118 %defattr(644,root,root,755)
119 %attr(755,root,root) %{_libdir}/gtk/themes/engines/*.so
120 %{_datadir}/themes/QtCurve*/gtk
121
122 %files -n gtk2-theme-QtCurve
123 %defattr(644,root,root,755)
124 %attr(755,root,root) %{_libdir}/gtk-2.0/*/*/*.so
125 %{_datadir}/themes/QtCurve*/gtk-2.0
126
127 %files -n theme-QtCurve-common
128 %defattr(644,root,root,755)
129 %doc ChangeLog README TODO
130 %dir %{_datadir}/themes/QtCurve*
131 %endif
This page took 0.041657 seconds and 3 git commands to generate.