update to 0.6.2 [release 0.6.2-1mamba;Thu Sep 18 2014]
This commit is contained in:
parent
fde5a28122
commit
1039dd1b2f
@ -1,6 +1,6 @@
|
|||||||
%define apiver %(echo %version | cut -d. -f1-2)
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libinfinity
|
Name: libinfinity
|
||||||
Version: 0.5.5
|
Version: 0.6.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of the Infinote protocol written in GObject-based C
|
Summary: An implementation of the Infinote protocol written in GObject-based C
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -15,35 +15,18 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libavahi-devel
|
BuildRequires: libavahi-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libdbus-devel
|
|
||||||
BuildRequires: libe2fs-devel
|
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libglitz-devel
|
|
||||||
BuildRequires: libgnutls-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: libgpg-error-devel
|
|
||||||
BuildRequires: libgsasl-devel
|
BuildRequires: libgsasl-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk2-devel
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libpam-devel
|
||||||
BuildRequires: libkrb5-devel
|
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpixman-devel
|
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libssp-devel
|
|
||||||
BuildRequires: libtasn1-devel
|
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXau-devel
|
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libxcb-util-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libXrender-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libdaemon-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -61,8 +44,10 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#-D -T
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#:<< _EOF
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -77,30 +62,42 @@ This package contains static libraries and header files need for development.
|
|||||||
%files -f %{name}-%{apiver}.lang
|
%files -f %{name}-%{apiver}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/infinoted-%{apiver}
|
%{_bindir}/infinoted-%{apiver}
|
||||||
%{_datadir}/icons/hicolor/*/apps/infinote.png
|
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/infinote.svg
|
|
||||||
%{_libdir}/libinfgtk-%{apiver}.so.*
|
%{_libdir}/libinfgtk-%{apiver}.so.*
|
||||||
%{_libdir}/libinfinity-%{apiver}.so.*
|
%{_libdir}/libinfinity-%{apiver}.so.*
|
||||||
|
%{_libdir}/libinfinoted-plugin-manager-%{apiver}.so.*
|
||||||
%{_libdir}/libinftext-%{apiver}.so.*
|
%{_libdir}/libinftext-%{apiver}.so.*
|
||||||
%{_libdir}/libinftextgtk-%{apiver}.so.*
|
%{_libdir}/libinftextgtk-%{apiver}.so.*
|
||||||
%{_libdir}/infinoted-%{apiver}/note-plugins/libinfd-note-plugin-text.a
|
%dir %{_libdir}/infinoted-%{apiver}
|
||||||
%{_libdir}/infinoted-%{apiver}/note-plugins/libinfd-note-plugin-text.la
|
%dir %{_libdir}/infinoted-%{apiver}/plugins
|
||||||
%{_libdir}/infinoted-%{apiver}/note-plugins/libinfd-note-plugin-text.so
|
%{_libdir}/infinoted-%{apiver}/plugins/libinfinoted-plugin-*.a
|
||||||
|
%{_libdir}/infinoted-%{apiver}/plugins/libinfinoted-plugin-*.la
|
||||||
|
%{_libdir}/infinoted-%{apiver}/plugins/libinfinoted-plugin-*.so
|
||||||
%{_mandir}/man1/infinoted-%{apiver}.1*
|
%{_mandir}/man1/infinoted-%{apiver}.1*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%{_datadir}/icons/hicolor/*/apps/infinote.png
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/infinote.svg
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/libinfgtk-%{apiver}
|
%dir %{_includedir}/libinfgtk-%{apiver}
|
||||||
%{_includedir}/libinfinity-%{apiver}
|
%{_includedir}/libinfgtk-%{apiver}/*
|
||||||
%{_includedir}/libinftext-%{apiver}
|
%dir %{_includedir}/libinfinity-%{apiver}
|
||||||
%{_includedir}/libinftextgtk-%{apiver}
|
%{_includedir}/libinfinity-%{apiver}/*
|
||||||
|
%dir %{_includedir}/libinftext-%{apiver}
|
||||||
|
%{_includedir}/libinftext-%{apiver}/*
|
||||||
|
%dir %{_includedir}/libinftextgtk-%{apiver}
|
||||||
|
%{_includedir}/libinftextgtk-%{apiver}/*
|
||||||
|
%dir %{_includedir}/libinfinoted-plugin-manager-%{apiver}
|
||||||
|
%{_includedir}/libinfinoted-plugin-manager-%{apiver}/*
|
||||||
%{_libdir}/libinfgtk-%{apiver}.a
|
%{_libdir}/libinfgtk-%{apiver}.a
|
||||||
%{_libdir}/libinfgtk-%{apiver}.la
|
%{_libdir}/libinfgtk-%{apiver}.la
|
||||||
%{_libdir}/libinfgtk-%{apiver}.so
|
%{_libdir}/libinfgtk-%{apiver}.so
|
||||||
%{_libdir}/libinfinity-%{apiver}.a
|
%{_libdir}/libinfinity-%{apiver}.a
|
||||||
%{_libdir}/libinfinity-%{apiver}.la
|
%{_libdir}/libinfinity-%{apiver}.la
|
||||||
%{_libdir}/libinfinity-%{apiver}.so
|
%{_libdir}/libinfinity-%{apiver}.so
|
||||||
|
%{_libdir}/libinfinoted-plugin-manager-%{apiver}.a
|
||||||
|
%{_libdir}/libinfinoted-plugin-manager-%{apiver}.la
|
||||||
|
%{_libdir}/libinfinoted-plugin-manager-%{apiver}.so
|
||||||
%{_libdir}/libinftext-%{apiver}.a
|
%{_libdir}/libinftext-%{apiver}.a
|
||||||
%{_libdir}/libinftext-%{apiver}.la
|
%{_libdir}/libinftext-%{apiver}.la
|
||||||
%{_libdir}/libinftext-%{apiver}.so
|
%{_libdir}/libinftext-%{apiver}.so
|
||||||
@ -109,11 +106,16 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/libinftextgtk-%{apiver}.so
|
%{_libdir}/libinftextgtk-%{apiver}.so
|
||||||
%{_datadir}/gtk-doc/html/libinfgtk-%{apiver}
|
%{_datadir}/gtk-doc/html/libinfgtk-%{apiver}
|
||||||
%{_datadir}/gtk-doc/html/libinfinity-%{apiver}
|
%{_datadir}/gtk-doc/html/libinfinity-%{apiver}
|
||||||
|
%{_datadir}/gtk-doc/html/libinfinoted-plugin-manager-%{apiver}
|
||||||
%{_datadir}/gtk-doc/html/libinftext-%{apiver}
|
%{_datadir}/gtk-doc/html/libinftext-%{apiver}
|
||||||
%{_datadir}/gtk-doc/html/libinftextgtk-%{apiver}
|
%{_datadir}/gtk-doc/html/libinftextgtk-%{apiver}
|
||||||
%{_exec_prefix}/lib/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%doc ChangeLog NEWS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.2-1mamba
|
||||||
|
- update to 0.6.2
|
||||||
|
|
||||||
* Thu Feb 06 2014 Automatic Build System <autodist@mambasoft.it> 0.5.5-1mamba
|
* Thu Feb 06 2014 Automatic Build System <autodist@mambasoft.it> 0.5.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user