- improved descriptions
- corrected categories - removed unsupported locales - show compiler output OBS-URL: https://build.opensuse.org/package/show/X11:xfce/libxfce4ui?expand=0&rev=16
This commit is contained in:
parent
32ac2c8e4f
commit
2aad1d7bfc
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 24 12:25:06 UTC 2010 - gber@opensuse.org
|
||||||
|
|
||||||
|
- improved descriptions
|
||||||
|
- corrected categories
|
||||||
|
- removed unsupported locales
|
||||||
|
- show compiler output
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 5 21:52:35 UTC 2010 - prusnak@opensuse.org
|
Sun Dec 5 21:52:35 UTC 2010 - prusnak@opensuse.org
|
||||||
|
|
||||||
|
@ -15,15 +15,13 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libxfce4ui
|
Name: libxfce4ui
|
||||||
Version: 4.7.5
|
Version: 4.7.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: Widgets library for the Xfce desktop environment
|
Summary: Widgets library for the Xfce desktop environment
|
||||||
Url: http://www.xfce.org/
|
Url: http://www.xfce.org/
|
||||||
Group: System/GUI/XFCE
|
Group: System/Libraries
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -36,7 +34,8 @@ BuildRequires: pkgconfig(libxfconf-0)
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Widgets and other frequently used functions for the Xfce desktop environment.
|
The libxfce4ui library provides a number of widgets commonly used by Xfce
|
||||||
|
applications.
|
||||||
|
|
||||||
%package -n glade3-catalog-libxfce4ui
|
%package -n glade3-catalog-libxfce4ui
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
@ -47,9 +46,11 @@ Requires: glade3
|
|||||||
Supplements: packageand(glade3:%{name}-devel)
|
Supplements: packageand(glade3:%{name}-devel)
|
||||||
|
|
||||||
%description -n glade3-catalog-libxfce4ui
|
%description -n glade3-catalog-libxfce4ui
|
||||||
Widgets and other frequently used functions for the Xfce desktop environment.
|
The libxfce4ui library provides a number of widgets commonly used by Xfce
|
||||||
|
applications.
|
||||||
|
|
||||||
This package provides a catalog for Glade, to allow the use the Xfce widgets in Glade.
|
This package provides a catalog for Glade, to allow the use the Xfce widgets in
|
||||||
|
Glade.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
@ -64,7 +65,11 @@ Requires: pkgconfig(libxfce4util-1.0)
|
|||||||
Requires: pkgconfig(libxfconf-0)
|
Requires: pkgconfig(libxfconf-0)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for the libxfce4ui library.
|
The libxfce4ui library provides a number of widgets commonly used by Xfce
|
||||||
|
applications.
|
||||||
|
|
||||||
|
This package provides development files for developing applications based on
|
||||||
|
the libxfce4ui library.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
@ -73,7 +78,10 @@ Group: Documentation/HTML
|
|||||||
Requires: libxfce4ui = %{version}
|
Requires: libxfce4ui = %{version}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Documentation for the libxfce4ui library.
|
The libxfce4ui library provides a number of widgets commonly used by Xfce
|
||||||
|
applications.
|
||||||
|
|
||||||
|
This package provides the documentation for the libxfce4ui library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -84,13 +92,14 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
--enable-startup-notification \
|
--enable-startup-notification \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
rm -f %{buildroot}%{_libdir}/libglade/2.0/*.la
|
rm -f %{buildroot}%{_libdir}/libglade/2.0/*.la
|
||||||
rm -f %{buildroot}%{_libdir}/glade3/modules/*.la
|
rm -f %{buildroot}%{_libdir}/glade3/modules/*.la
|
||||||
|
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -108,8 +117,6 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
|
%dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
|
||||||
%exclude %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
|
%exclude %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%dir %{_datadir}/locale/tl_PH
|
|
||||||
%dir %{_datadir}/locale/tl_PH/LC_MESSAGES
|
|
||||||
|
|
||||||
%files -n glade3-catalog-libxfce4ui
|
%files -n glade3-catalog-libxfce4ui
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user