]> git.pld-linux.org Git - packages/gtk+.git/commitdiff
- release 10,
authorkloczek <kloczek@pld-linux.org>
Mon, 27 Nov 2000 04:52:38 +0000 (04:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merged theme patch from rawhide,
- added using %%{_aclocaldir} macro.

Changed files:
    gtk+.spec -> 1.84

gtk+.spec

index 0e2eced7d8b4b88fbb5e293e9a614c32cd378814..c62aa375992dedf96f6fd90a34fac88e47b5161a 100644 (file)
--- a/gtk+.spec
+++ b/gtk+.spec
@@ -8,7 +8,7 @@ Summary(pl):    Gimp Toolkit
 Summary(tr):   Gimp ToolKit arayüz kitaplýðý
 Name:          gtk+
 Version:       1.2.8
-Release:       8
+Release:       10
 Epoch:         1
 License:       LGPL
 Group:         X11/Libraries
@@ -19,6 +19,7 @@ Patch0:               %{name}-info.patch
 Patch1:                %{name}-ahiguti.patch
 Patch2:                %{name}-clistmerge.patch
 Patch3:                %{name}-shmimage.patch
+PAtch4:                %{name}-theme.patch
 URL:           http://www.gtk.org/
 Icon:          gtk+.xpm
 Requires:      glib >= %{version}
@@ -124,6 +125,7 @@ Biblioteki statyczne Gtk+
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 automake
@@ -141,7 +143,7 @@ install -d $RPM_BUILD_ROOT%{_libdir}/gtk/themes/engines
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       m4datadir=/usr/share/aclocal
+       m4datadir=%{_aclocaldir}
 
 gzip -9nf AUTHORS ChangeLog NEWS README TODO
 
@@ -206,15 +208,12 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %doc *.gz
-
 %attr(755,root,root) %{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_bindir}/*
-
 %{_includedir}/*
 %{_infodir}/*info*
-/usr/share/aclocal/*.m4
-
+%{_aclocaldir}/*.m4
 %{_mandir}/man1/gtk-config.1*
 
 %files static
This page took 0.055087 seconds and 4 git commands to generate.