Cleanup spec
This commit is contained in:
parent
3aac5e892e
commit
cfddb5d58e
11
gtk2.spec
11
gtk2.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
|
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
|
||||||
Name: gtk2
|
Name: gtk2
|
||||||
Version: %{base_version}
|
Version: %{base_version}
|
||||||
Release: 5
|
Release: 6
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: gtk+-%{version}.tar.bz2
|
Source: gtk+-%{version}.tar.bz2
|
||||||
@ -86,7 +86,7 @@ docs for the GTK+ widget toolkit.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n gtk+-%{version}
|
%setup -q -n gtk+-%{version}
|
||||||
|
|
||||||
(cd .. && tar xzf %{SOURCE1})
|
tar xzf %{SOURCE1}
|
||||||
|
|
||||||
%patch0 -p1 -b .lib64
|
%patch0 -p1 -b .lib64
|
||||||
%patch1 -p1 -b .mimecache
|
%patch1 -p1 -b .mimecache
|
||||||
@ -189,8 +189,8 @@ esac
|
|||||||
#
|
#
|
||||||
# Install wrappers for the binaries
|
# Install wrappers for the binaries
|
||||||
#
|
#
|
||||||
cp ../update-gtk-immodules $RPM_BUILD_ROOT%{_bindir}/update-gtk-immodules
|
cp update-gtk-immodules $RPM_BUILD_ROOT%{_bindir}/update-gtk-immodules
|
||||||
cp ../update-gdk-pixbuf-loaders $RPM_BUILD_ROOT%{_bindir}/update-gdk-pixbuf-loaders
|
cp update-gdk-pixbuf-loaders $RPM_BUILD_ROOT%{_bindir}/update-gdk-pixbuf-loaders
|
||||||
|
|
||||||
# Remove unpackaged files
|
# Remove unpackaged files
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
@ -259,6 +259,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 8 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-6
|
||||||
|
- Clean up spec file a bit
|
||||||
|
|
||||||
* Mon Oct 31 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-5
|
* Mon Oct 31 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-5
|
||||||
- Switch requires to modular X
|
- Switch requires to modular X
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user