cosmetic changes => cvs only, no builds
Wed Jul 01 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.0-2 - %files: track files closer, esp lib sonames - %build: drop --disable-doxygen, add --disable-static, add %{?_smp_mflags}
This commit is contained in:
parent
487c60c605
commit
a46f22a8ba
@ -5,7 +5,6 @@ Release: 1%{?dist}
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://gswitchit.sourceforge.net/
|
URL: http://gswitchit.sourceforge.net/
|
||||||
BuildRequires: doxygen
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libxkbfile-devel
|
BuildRequires: libxkbfile-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
@ -39,8 +38,13 @@ needed to develop libxklavier applications.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure --disable-doxygen --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}'
|
%configure \
|
||||||
make
|
--disable-static \
|
||||||
|
--with-xkb-base='%{_datadir}/X11/xkb' \
|
||||||
|
--with-xkb-bin-base='%{_bindir}'
|
||||||
|
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -60,17 +64,21 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%doc AUTHORS NEWS README COPYING.LIB
|
%doc AUTHORS NEWS README COPYING.LIB
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/libxklavier.so.15*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/libxklavier.pc
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libxklavier.so
|
||||||
%{_includedir}/*
|
%{_includedir}/libxklavier/
|
||||||
%{_datadir}/gtk-doc/html/libxklavier/
|
%{_datadir}/gtk-doc/html/libxklavier/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 01 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.0-2
|
||||||
|
- %%files: track files closer, esp lib sonames
|
||||||
|
- %%build: drop --disable-doxygen, add --disable-static, add %%{?_smp_mflags}
|
||||||
|
|
||||||
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> - 4.0-1
|
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> - 4.0-1
|
||||||
- Update to 4.0
|
- Update to 4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user