SPECS: gtk-theme-Geramik.spec - no .la for gtk engines
qboosh
qboosh at pld-linux.org
Mon Jun 16 23:31:35 CEST 2008
Author: qboosh Date: Mon Jun 16 21:31:35 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no .la for gtk engines
---- Files affected:
SPECS:
gtk-theme-Geramik.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/gtk-theme-Geramik.spec
diff -u SPECS/gtk-theme-Geramik.spec:1.13 SPECS/gtk-theme-Geramik.spec:1.14
--- SPECS/gtk-theme-Geramik.spec:1.13 Sun Jun 15 00:39:14 2008
+++ SPECS/gtk-theme-Geramik.spec Mon Jun 16 23:31:30 2008
@@ -1,15 +1,15 @@
# $Revision$, $Date$
-%define _theme Geramik
+%define theme Geramik
Summary: GTK+ theme similar to the Keramik KDE style
Summary(pl.UTF-8): Motyw dla GTK+ podobny do stylu Keramik dla KDE
-Name: gtk-theme-%{_theme}
+Name: gtk-theme-%{theme}
Version: 0.24
Release: 2
License: GPL v2
Group: Themes/GTK+
-Source0: http://www.kde-look.org/content/files/3952-%{_theme}-%{version}.tar.gz
+Source0: http://www.kde-look.org/content/files/3952-%{theme}-%{version}.tar.gz
# Source0-md5: f632116374c07a6f1e566442f6705533
Patch0: %{name}-comment.patch
BuildRequires: gtk+
@@ -81,7 +81,7 @@
Ten pakiet zawiera motyw dla aplikacji opartych na GTK+2.
%prep
-%setup -q -n %{_theme}-%{version}
+%setup -q -n %{theme}-%{version}
%patch0 -p1
%build
@@ -93,26 +93,27 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+rm $RPM_BUILD_ROOT%{_libdir}/gtk/themes/engines/*.la
+rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/themes/engines/*.la
+
%clean
rm -rf $RPM_BUILD_ROOT
%files common
%defattr(644,root,root,755)
%doc AUTHORS README TODO
-%dir %{_datadir}/themes/%{_theme}
+%dir %{_datadir}/themes/%{theme}
%{_datadir}/themes/Geramik/README.html
%files gtk1
%defattr(644,root,root,755)
-%{_libdir}/gtk/themes/engines/*.la
%attr(755,root,root) %{_libdir}/gtk/themes/engines/*.so
-%{_datadir}/themes/%{_theme}/gtk
+%{_datadir}/themes/%{theme}/gtk
%files gtk2
%defattr(644,root,root,755)
-%{_libdir}/gtk-2.0/*/engines/*.la
%attr(755,root,root) %{_libdir}/gtk-2.0/*/engines/*.so
-%{_datadir}/themes/%{_theme}/gtk-2.0
+%{_datadir}/themes/%{theme}/gtk-2.0
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -120,6 +121,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2008/06/16 21:31:30 qboosh
+- no .la for gtk engines
+
Revision 1.13 2008/06/14 22:39:14 gotar
- make it build again; note: there is v0.27 available
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gtk-theme-Geramik.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list