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)
|
||||
Name: libinfinity
|
||||
Version: 0.5.5
|
||||
Version: 0.6.2
|
||||
Release: 1mamba
|
||||
Summary: An implementation of the Infinote protocol written in GObject-based C
|
||||
Group: System/Libraries
|
||||
@ -15,35 +15,18 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libavahi-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libglitz-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgsasl-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libpam-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: libXrender-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libdaemon-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -61,8 +44,10 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -77,30 +62,42 @@ This package contains static libraries and header files need for development.
|
||||
%files -f %{name}-%{apiver}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/infinoted-%{apiver}
|
||||
%{_datadir}/icons/hicolor/*/apps/infinote.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/infinote.svg
|
||||
%{_libdir}/libinfgtk-%{apiver}.so.*
|
||||
%{_libdir}/libinfinity-%{apiver}.so.*
|
||||
%{_libdir}/libinfinoted-plugin-manager-%{apiver}.so.*
|
||||
%{_libdir}/libinftext-%{apiver}.so.*
|
||||
%{_libdir}/libinftextgtk-%{apiver}.so.*
|
||||
%{_libdir}/infinoted-%{apiver}/note-plugins/libinfd-note-plugin-text.a
|
||||
%{_libdir}/infinoted-%{apiver}/note-plugins/libinfd-note-plugin-text.la
|
||||
%{_libdir}/infinoted-%{apiver}/note-plugins/libinfd-note-plugin-text.so
|
||||
%dir %{_libdir}/infinoted-%{apiver}
|
||||
%dir %{_libdir}/infinoted-%{apiver}/plugins
|
||||
%{_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*
|
||||
%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
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/libinfgtk-%{apiver}
|
||||
%{_includedir}/libinfinity-%{apiver}
|
||||
%{_includedir}/libinftext-%{apiver}
|
||||
%{_includedir}/libinftextgtk-%{apiver}
|
||||
%dir %{_includedir}/libinfgtk-%{apiver}
|
||||
%{_includedir}/libinfgtk-%{apiver}/*
|
||||
%dir %{_includedir}/libinfinity-%{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}.la
|
||||
%{_libdir}/libinfgtk-%{apiver}.so
|
||||
%{_libdir}/libinfinity-%{apiver}.a
|
||||
%{_libdir}/libinfinity-%{apiver}.la
|
||||
%{_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}.la
|
||||
%{_libdir}/libinftext-%{apiver}.so
|
||||
@ -109,11 +106,16 @@ This package contains static libraries and header files need for development.
|
||||
%{_libdir}/libinftextgtk-%{apiver}.so
|
||||
%{_datadir}/gtk-doc/html/libinfgtk-%{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/libinftextgtk-%{apiver}
|
||||
%{_exec_prefix}/lib/pkgconfig/*.pc
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc ChangeLog NEWS TODO
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user