[libinfinity/epel7] Update to new release

Till Maas till at fedoraproject.org
Sat Aug 30 09:45:58 UTC 2014


commit 4a7608de3dd2872d17e918776598dcfc6a572d06
Author: Till Maas <opensource at till.name>
Date:   Sat Aug 30 11:45:58 2014 +0200

    Update to new release

 .gitignore       |    3 ++
 libinfinity.spec |   74 +++++++++++++++++++++++++++++++++++++++--------------
 sources          |    4 +-
 3 files changed, 59 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ac3988..91c9b5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,6 @@
 /libinfinity-0.5.4.tar.gz.sig
 /libinfinity-0.5.5.tar.gz
 /libinfinity-0.5.5.tar.gz.sig
+/libinfinity-8a72d4da493159b25e1b16adb7bf931a33285d57.tar.gz
+/libinfinity-0.6.1.tar.gz
+/libinfinity-0.6.1.tar.gz.sig
diff --git a/libinfinity.spec b/libinfinity.spec
index 9e2107a..c5a3c5a 100644
--- a/libinfinity.spec
+++ b/libinfinity.spec
@@ -7,10 +7,10 @@
 %bcond_with gnome
 %endif
 
-%define libversion 0.5
+%define libversion 0.6
 
 Name:           libinfinity
-Version:        0.5.5
+Version:        0.6.1
 Release:        1%{?dist}
 Summary:        Library implementing the infinote protocol
 
@@ -110,16 +110,28 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
-%find_lang %{name}-%{libversion}
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
-chrpath -d %{buildroot}%{_bindir}/infinoted-%{libversion}
-chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/note-plugins/libinfd-note-plugin-text.so
+%find_lang %{name}-%{libversion}
 chrpath -d %{buildroot}%{_libdir}/libinftext-%{libversion}.so.0.0.0
+chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-record.so
+chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-note-chat.so
+chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-logging.so
+chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-certificate-auth.so
+chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-linekeeper.so
+chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-note-text.so
+chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-directory-sync.so
+chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-traffic-logging.so
+chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-autosave.so
+chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-transformation-protection.so
+chrpath -d %{buildroot}%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-document-stream.so
+chrpath -d %{buildroot}%{_libdir}/libinfinoted-plugin-manager-%{libversion}.so.0.0.0
+chrpath -d %{buildroot}%{_bindir}/infinoted-%{libversion}
 %if %{with gnome}
-chrpath -d %{buildroot}%{_libdir}/libinfgtk-%{libversion}.so.0.0.0
-chrpath -d %{buildroot}%{_libdir}/libinftextgtk-%{libversion}.so.0.0.0
+chrpath -d %{buildroot}%{_libdir}/libinftextgtk3-%{libversion}.so.0.0.0
+chrpath -d %{buildroot}%{_libdir}/libinfgtk3-%{libversion}.so.0.0.0
 %endif
 
+
 %clean
 rm -rf %{buildroot}
 
@@ -147,44 +159,66 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %{_includedir}/libinfinity-%{libversion}/
 %{_includedir}/libinftext-%{libversion}/
+%{_includedir}/libinfinoted-plugin-manager-%{libversion}/
 %{_libdir}/libinfinity-%{libversion}.so
+%{_libdir}/libinfinoted-plugin-manager-%{libversion}.so
 %{_libdir}/libinftext-%{libversion}.so
+
 %{_libdir}/pkgconfig/libinfinity-%{libversion}.pc
+%{_libdir}/pkgconfig/libinfinoted-plugin-manager-%{libversion}.pc
 %{_libdir}/pkgconfig/libinftext-%{libversion}.pc
 
 %if %{with gnome}
 %files gtk
 %defattr(-,root,root,-)
-%{_libdir}/libinfgtk-%{libversion}.so.0
-%{_libdir}/libinfgtk-%{libversion}.so.0.0.0
-%{_libdir}/libinftextgtk-%{libversion}.so.0
-%{_libdir}/libinftextgtk-%{libversion}.so.0.0.0
+%{_libdir}/libinfgtk3-%{libversion}.so.0
+%{_libdir}/libinfgtk3-%{libversion}.so.0.0.0
+%{_libdir}/libinftextgtk3-%{libversion}.so.0
+%{_libdir}/libinftextgtk3-%{libversion}.so.0.0.0
 
 %files gtk-devel
 %defattr(-,root,root,-)
-%{_includedir}/libinfgtk-%{libversion}/
-%{_includedir}/libinftextgtk-%{libversion}/
-%{_libdir}/libinfgtk-%{libversion}.so
-%{_libdir}/libinftextgtk-%{libversion}.so
-%{_libdir}/pkgconfig/libinfgtk-%{libversion}.pc
-%{_libdir}/pkgconfig/libinftextgtk-%{libversion}.pc
+%{_includedir}/libinfgtk3-%{libversion}/
+%{_includedir}/libinftextgtk3-%{libversion}/
+%{_libdir}/libinfgtk3-%{libversion}.so
+%{_libdir}/libinftextgtk3-%{libversion}.so
+%{_libdir}/pkgconfig/libinfgtk3-%{libversion}.pc
+%{_libdir}/pkgconfig/libinftextgtk3-%{libversion}.pc
 %endif
 
 %files doc
 %defattr(-,root,root,-)
 %{_datadir}/gtk-doc/html/libinfgtk-%{libversion}/
 %{_datadir}/gtk-doc/html/libinfinity-%{libversion}/
-%{_datadir}/gtk-doc/html/libinftext-%{libversion}/
+%{_datadir}/gtk-doc/html/libinfinoted-plugin-manager-%{libversion}/
 %{_datadir}/gtk-doc/html/libinftextgtk-%{libversion}/
+%{_datadir}/gtk-doc/html/libinftext-%{libversion}/
 
 %files -n infinoted
 %defattr(-,root,root,-)
 %{_bindir}/infinoted-%{libversion}
-%{_libdir}/infinoted-%{libversion}/note-plugins/libinfd-note-plugin-text.so
-%{_mandir}/man1/infinoted-0.5.1*
+%dir %{_libdir}/infinoted-%{libversion}/
+%dir %{_libdir}/infinoted-%{libversion}/plugins/
+%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-record.so
+%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-note-chat.so
+%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-logging.so
+%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-certificate-auth.so
+%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-linekeeper.so
+%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-note-text.so
+%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-directory-sync.so
+%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-traffic-logging.so
+%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-autosave.so
+%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-transformation-protection.so
+%{_libdir}/infinoted-%{libversion}/plugins/libinfinoted-plugin-document-stream.so
+%{_libdir}/libinfinoted-plugin-manager-%{libversion}.so.0
+%{_libdir}/libinfinoted-plugin-manager-%{libversion}.so.0.0.0
+%{_mandir}/man1/infinoted-*
 
 
 %changelog
+* Fri Aug 29 2014 Till Maas <opensource at till.name> - 0.6.1-1
+- Update to new release
+
 * Mon Jan 13 2014 Till Maas <opensource at till.name> - 0.5.5-1
 - Update to new release
 
diff --git a/sources b/sources
index 0c5a886..fa61264 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-93a0cd2b73c9298aa77ee37503d2bc5f  libinfinity-0.5.5.tar.gz
-9f65a4a1ab688433e4e9482341719063  libinfinity-0.5.5.tar.gz.sig
+36783552172dae86628b010304bb01d5  libinfinity-0.6.1.tar.gz
+f4773ad1e83fdc78327203ebac6e9660  libinfinity-0.6.1.tar.gz.sig


More information about the scm-commits mailing list