and now again, with introspection
This commit is contained in:
parent
784dc658ef
commit
f61a690e7d
@ -3,7 +3,7 @@
|
|||||||
Summary: A menu system for the GNOME project
|
Summary: A menu system for the GNOME project
|
||||||
Name: gnome-menus
|
Name: gnome-menus
|
||||||
Version: 3.1.5
|
Version: 3.1.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
@ -45,7 +45,7 @@ writing applications that use the GNOME menu system.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--disable-introspection \
|
--enable-introspection \
|
||||||
%if %{enable_debugging}
|
%if %{enable_debugging}
|
||||||
--enable-debug=yes
|
--enable-debug=yes
|
||||||
%else
|
%else
|
||||||
@ -88,16 +88,16 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome-menus/
|
|||||||
%{_sysconfdir}/xdg/menus/applications-gnome.menu
|
%{_sysconfdir}/xdg/menus/applications-gnome.menu
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{_datadir}/desktop-directories/*
|
%{_datadir}/desktop-directories/*
|
||||||
#%{_libdir}/girepository-1.0/GMenu-3.0.typelib
|
%{_libdir}/girepository-1.0/GMenu-3.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_includedir}/gnome-menus-3.0
|
%{_includedir}/gnome-menus-3.0
|
||||||
#%{_datadir}/gir-1.0/GMenu-3.0.gir
|
%{_datadir}/gir-1.0/GMenu-3.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-1
|
* Fri Aug 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-3
|
||||||
- Sync with F16
|
- Sync with F16
|
||||||
|
|
||||||
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
||||||
|
Loading…
Reference in New Issue
Block a user