add a devel package
This commit is contained in:
parent
887a270d1b
commit
75a8e1d361
@ -29,6 +29,14 @@ This version of at-spi is a major break from previous versions.
|
|||||||
It has been completely rewritten to use D-Bus rather than
|
It has been completely rewritten to use D-Bus rather than
|
||||||
ORBIT / CORBA for its transport protocol.
|
ORBIT / CORBA for its transport protocol.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files and headers for at-spi2-core
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The at-spi2-core-devel package includes the header files and
|
||||||
|
API documentation for libatspi.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -45,6 +53,9 @@ make %{?_smp_mflags}
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING AUTHORS README
|
%doc COPYING AUTHORS README
|
||||||
@ -57,7 +68,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{_sysconfdir}/at-spi2
|
%{_sysconfdir}/at-spi2
|
||||||
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
|
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
|
||||||
%{_bindir}/at-spi-dbus-bus
|
%{_bindir}/at-spi-dbus-bus
|
||||||
|
%{_libdir}/libatspi.so.*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_libdir}/libatspi.so
|
||||||
|
%{_datadir}/gtk-doc/html/libatspi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
|
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
|
||||||
|
Loading…
Reference in New Issue
Block a user