149 lines
4.8 KiB
RPMSpec
149 lines
4.8 KiB
RPMSpec
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||
|
Name: libinfinity
|
||
|
Version: 0.5.5
|
||
|
Release: 1mamba
|
||
|
Summary: An implementation of the Infinote protocol written in GObject-based C
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://gobby.0x539.de/trac/wiki/Infinote/Libinfinity
|
||
|
Source: http://releases.0x539.de/libinfinity/libinfinity-%{version}.tar.gz
|
||
|
License: LGPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
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: 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: 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
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
libinfinity is an implementation of the Infinote protocol written in GObject-based C.
|
||
|
|
||
|
%package devel
|
||
|
Summary: Devel package for %{name}
|
||
|
Group: Development/Libraries
|
||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
|
||
|
%description devel
|
||
|
libinfinity is an implementation of the Infinote protocol written in GObject-based C.
|
||
|
|
||
|
This package contains static libraries and header files need for development.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
%find_lang %{name}-%{apiver}
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%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}/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
|
||
|
%{_mandir}/man1/infinoted-%{apiver}.1*
|
||
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||
|
|
||
|
%files devel
|
||
|
%defattr(-,root,root)
|
||
|
%{_includedir}/libinfgtk-%{apiver}
|
||
|
%{_includedir}/libinfinity-%{apiver}
|
||
|
%{_includedir}/libinftext-%{apiver}
|
||
|
%{_includedir}/libinftextgtk-%{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}/libinftext-%{apiver}.a
|
||
|
%{_libdir}/libinftext-%{apiver}.la
|
||
|
%{_libdir}/libinftext-%{apiver}.so
|
||
|
%{_libdir}/libinftextgtk-%{apiver}.a
|
||
|
%{_libdir}/libinftextgtk-%{apiver}.la
|
||
|
%{_libdir}/libinftextgtk-%{apiver}.so
|
||
|
%{_datadir}/gtk-doc/html/libinfgtk-%{apiver}
|
||
|
%{_datadir}/gtk-doc/html/libinfinity-%{apiver}
|
||
|
%{_datadir}/gtk-doc/html/libinftext-%{apiver}
|
||
|
%{_datadir}/gtk-doc/html/libinftextgtk-%{apiver}
|
||
|
%{_exec_prefix}/lib/pkgconfig/*.pc
|
||
|
|
||
|
%changelog
|
||
|
* Thu Feb 06 2014 Automatic Build System <autodist@mambasoft.it> 0.5.5-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Sun Jul 21 2013 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Wed Oct 24 2012 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed May 02 2012 Automatic Build System <autodist@mambasoft.it> 0.5.2-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Tue Aug 09 2011 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Sat Apr 02 2011 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Fri Nov 26 2010 Automatic Build System <autodist@mambasoft.it> 0.4.2-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Sat Apr 17 2010 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Mon Jan 18 2010 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Mon May 18 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
|
||
|
- update to 0.3.0
|
||
|
|
||
|
* Fri Apr 17 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-1mamba
|
||
|
- package created by autospec
|