- spec cleanup
This commit is contained in:
parent
396e919b2c
commit
b85e988561
@ -1,6 +1,6 @@
|
|||||||
Name: libgnomekbd
|
Name: libgnomekbd
|
||||||
Version: 2.31.5
|
Version: 2.31.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A keyboard configuration library
|
Summary: A keyboard configuration library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -9,15 +9,12 @@ URL: http://gswitchit.sourceforge.net
|
|||||||
# VCS: git:git://git.gnome.org/libgnomekbd
|
# VCS: git:git://git.gnome.org/libgnomekbd
|
||||||
Source0: http://download.gnome.org/sources/libgnomekbd/2.31/libgnomekbd-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/libgnomekbd/2.31/libgnomekbd-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: dbus-devel >= 0.92
|
BuildRequires: dbus-devel
|
||||||
BuildRequires: dbus-glib >= 0.34
|
BuildRequires: dbus-glib
|
||||||
BuildRequires: GConf2-devel >= 2.14.0
|
BuildRequires: GConf2-devel
|
||||||
BuildRequires: gtk2-devel >= 2.13
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: cairo-devel
|
BuildRequires: cairo-devel
|
||||||
BuildRequires: libglade2-devel >= 2.6.0
|
BuildRequires: libxklavier-devel
|
||||||
BuildRequires: libgnome-devel >= 2.16.0
|
|
||||||
BuildRequires: libgnomeui-devel >= 2.16.0
|
|
||||||
BuildRequires: libxklavier-devel >= 5.0
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -37,9 +34,6 @@ keyboard configuration.
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libxklavier-devel >= 2.91
|
|
||||||
Requires: libgnome-devel >= 2.16.0
|
|
||||||
Requires: pkgconfig
|
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -67,7 +61,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
desktop-file-install --vendor gnome --delete-original \
|
desktop-file-install --vendor gnome --delete-original \
|
||||||
@ -77,10 +71,6 @@ desktop-file-install --vendor gnome --delete-original \
|
|||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%gconf_schema_upgrade desktop_gnome_peripherals_keyboard_xkb
|
%gconf_schema_upgrade desktop_gnome_peripherals_keyboard_xkb
|
||||||
@ -125,6 +115,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 16 2010 Parag Nemade <paragn AT fedoraproject.org> 2.31.5-2
|
||||||
|
- spec cleanup
|
||||||
|
|
||||||
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
|
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
|
||||||
- Update to 2.31.5
|
- Update to 2.31.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user