Use gmodule-no-export in the .pc file
This commit is contained in:
parent
521ffb2c0d
commit
d600e1cac7
@ -5,10 +5,11 @@
|
|||||||
|
|
||||||
Name: libuser
|
Name: libuser
|
||||||
Version: 0.54
|
Version: 0.54
|
||||||
Release: 1
|
Release: 2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Source: libuser-%{version}.tar.gz
|
Source: libuser-%{version}.tar.gz
|
||||||
|
Patch0: libuser-0.54-gmodule-no-export.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: pam-devel, popt, python-devel
|
BuildRequires: pam-devel, popt, python-devel
|
||||||
BuildRequires: glib2-devel, gtk-doc, linuxdoc-tools
|
BuildRequires: glib2-devel, gtk-doc, linuxdoc-tools
|
||||||
@ -38,6 +39,7 @@ files useful for developing applications with libuser.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .gmodule-no-export
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc \
|
%configure --enable-gtk-doc \
|
||||||
@ -95,6 +97,9 @@ popd
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 5 2005 Matthias Clasen <mclasen@redhat.com> - 0.54-2
|
||||||
|
- Use gmodule-no-export in the .pc file
|
||||||
|
|
||||||
* Tue Sep 13 2005 Miloslav Trmac <mitr@redhat.com> - 0.54-1
|
* Tue Sep 13 2005 Miloslav Trmac <mitr@redhat.com> - 0.54-1
|
||||||
- Make sure attributes with no values can never appear
|
- Make sure attributes with no values can never appear
|
||||||
- Fix crash in the "files" module when an attribute is missing
|
- Fix crash in the "files" module when an attribute is missing
|
||||||
|
Loading…
Reference in New Issue
Block a user