This commit is contained in:
parent
291e5b1607
commit
953529a245
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 26 17:05:36 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Remove BuildRequires on devhelp: it's only needed for directory
|
||||||
|
ownership, and we can own the directories anyway.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 10 21:16:24 CET 2009 - vuntz@novell.com
|
Tue Mar 10 21:16:24 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
10
pangomm.spec
10
pangomm.spec
@ -26,10 +26,8 @@ BuildRequires: glibmm2-devel
|
|||||||
BuildRequires: libsigc++2-devel
|
BuildRequires: libsigc++2-devel
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pango-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
# Only for directory ownership:
|
|
||||||
BuildRequires: devhelp
|
|
||||||
Version: 2.24.0
|
Version: 2.24.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: GPL v2 or later; LGPL v2.0 or later
|
License: GPL v2 or later; LGPL v2.0 or later
|
||||||
Summary: C++ interface for pango
|
Summary: C++ interface for pango
|
||||||
@ -131,8 +129,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_datadir}/devhelp/books/pangomm-1.4
|
%{_datadir}/devhelp/books/pangomm-1.4
|
||||||
%{_datadir}/doc/pangomm-1.4
|
%{_datadir}/doc/pangomm-1.4
|
||||||
|
# Avoid BuildRequires on devhelp
|
||||||
|
%dir %{_datadir}/devhelp
|
||||||
|
%dir %{_datadir}/devhelp/books
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 26 2009 vuntz@novell.com
|
||||||
|
- Remove BuildRequires on devhelp: it's only needed for directory
|
||||||
|
ownership, and we can own the directories anyway.
|
||||||
* Tue Mar 10 2009 vuntz@novell.com
|
* Tue Mar 10 2009 vuntz@novell.com
|
||||||
- Update to version 2.24.0:
|
- Update to version 2.24.0:
|
||||||
+ Layout: Added show_in_cairo_context(). bgo#560232.
|
+ Layout: Added show_in_cairo_context(). bgo#560232.
|
||||||
|
Loading…
Reference in New Issue
Block a user