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