166 lines
5.6 KiB
RPMSpec
166 lines
5.6 KiB
RPMSpec
%define apiver %(echo %version | cut -d. -f1-2)
|
|
Name: libinfinity
|
|
Version: 0.6.7
|
|
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: libfontconfig-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgnutls-devel
|
|
BuildRequires: libgsasl-devel
|
|
BuildRequires: libgtk2-devel
|
|
BuildRequires: libpam-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libxml2-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libdaemon-devel
|
|
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
|
|
#-D -T
|
|
|
|
%build
|
|
#:<< _EOF
|
|
%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}
|
|
%{_libdir}/libinfgtk-%{apiver}.so.*
|
|
%{_libdir}/libinfinity-%{apiver}.so.*
|
|
%{_libdir}/libinfinoted-plugin-manager-%{apiver}.so.*
|
|
%{_libdir}/libinftext-%{apiver}.so.*
|
|
%{_libdir}/libinftextgtk-%{apiver}.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*
|
|
%{_datadir}/icons/hicolor/*/apps/infinote.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/infinote.svg
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%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
|
|
%{_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/libinfinoted-plugin-manager-%{apiver}
|
|
%{_datadir}/gtk-doc/html/libinftext-%{apiver}
|
|
%{_datadir}/gtk-doc/html/libinftextgtk-%{apiver}
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%doc ChangeLog NEWS TODO
|
|
|
|
%changelog
|
|
* Tue Nov 24 2015 Automatic Build System <autodist@mambasoft.it> 0.6.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 23 2015 Automatic Build System <autodist@mambasoft.it> 0.6.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Feb 13 2015 Automatic Build System <autodist@mambasoft.it> 0.6.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Nov 16 2014 Automatic Build System <autodist@mambasoft.it> 0.6.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Oct 14 2014 Automatic Build System <autodist@mambasoft.it> 0.6.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* 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
|
|
|
|
* 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
|