automatic update by autodist [release 0.6.2-1mamba;Wed Jun 18 2014]
This commit is contained in:
parent
ac2a38029e
commit
2fc2f1d132
@ -1,5 +1,5 @@
|
|||||||
Name: florence
|
Name: florence
|
||||||
Version: 0.6.0
|
Version: 0.6.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An extensible scalable virtual keyboard for GNOME
|
Summary: An extensible scalable virtual keyboard for GNOME
|
||||||
Group: Graphical Desktop/Applications/Accessibility
|
Group: Graphical Desktop/Applications/Accessibility
|
||||||
@ -39,6 +39,8 @@ BuildRequires: libXtst-devel
|
|||||||
BuildRequires: ORBit2-devel
|
BuildRequires: ORBit2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gnome-doc-utils
|
BuildRequires: gnome-doc-utils
|
||||||
|
BuildRequires: libscrollkeeper-devel
|
||||||
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -46,6 +48,22 @@ Florence is an extensible scalable virtual keyboard for GNOME. You need it if yo
|
|||||||
Florence stays out of your way when you don't need it: it appears on the screen only when you need it. A Timer-based auto-click functionality is available to help disabled people having difficulties to click.
|
Florence stays out of your way when you don't need it: it appears on the screen only when you need it. A Timer-based auto-click functionality is available to help disabled people having difficulties to click.
|
||||||
Florence is primarily intended to be used with the GNOME desktop, although it can be used on any desktop environment.
|
Florence is primarily intended to be used with the GNOME desktop, although it can be used on any desktop environment.
|
||||||
|
|
||||||
|
%package -n lib%{name}
|
||||||
|
Group: System/Libraries
|
||||||
|
Summary: Shared libraries for %{name}
|
||||||
|
|
||||||
|
%description -n lib%{name}
|
||||||
|
This package contains shared libraries for %{name}.
|
||||||
|
|
||||||
|
%package -n lib%{name}-devel
|
||||||
|
Group: Development/Libraries
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: pkg-config
|
||||||
|
|
||||||
|
%description -n lib%{name}-devel
|
||||||
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -76,7 +94,6 @@ exit 0
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_sysconfdir}/gconf/schemas/florence.schemas
|
|
||||||
%{_bindir}/florence
|
%{_bindir}/florence
|
||||||
#%{_bindir}/florence_applet
|
#%{_bindir}/florence_applet
|
||||||
#%{_libdir}/bonobo/servers/florence.server
|
#%{_libdir}/bonobo/servers/florence.server
|
||||||
@ -90,11 +107,27 @@ exit 0
|
|||||||
%lang(ru) %{_datadir}/gnome/help/florence/ru
|
%lang(ru) %{_datadir}/gnome/help/florence/ru
|
||||||
%{_datadir}/omf/florence/*.omf
|
%{_datadir}/omf/florence/*.omf
|
||||||
%{_datadir}/pixmaps/florence.svg
|
%{_datadir}/pixmaps/florence.svg
|
||||||
%{_mandir}/man1/florence.1.gz
|
%{_mandir}/man1/florence.1*
|
||||||
%{_mandir}/man1/florence_applet.1.gz
|
%{_mandir}/man1/florence_applet.1*
|
||||||
|
|
||||||
|
%files -n lib%{name}
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libflorence-1.0.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
|
%files -n lib%{name}-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/florence-1.0
|
||||||
|
%{_includedir}/florence-1.0/florence.h
|
||||||
|
%{_libdir}/libflorence-1.0.a
|
||||||
|
%{_libdir}/libflorence-1.0.la
|
||||||
|
%{_libdir}/libflorence-1.0.so
|
||||||
|
%{_libdir}/pkgconfig/florence-1.0.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 18 2014 Automatic Build System <autodist@mambasoft.it> 0.6.2-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Sat Dec 29 2012 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
* Sat Dec 29 2012 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user