Add the spec file to svn
svn path=/trunk/at-spi-sharp/; revision=148155
This commit is contained in:
Родитель
864490840c
Коммит
8df94e73d3
|
@ -105,6 +105,7 @@ Makefile
|
|||
at-spi/Makefile
|
||||
data/Makefile
|
||||
data/at-spi-sharp.pc.in
|
||||
data/at-spi-sharp.spec
|
||||
tests/Makefile
|
||||
tests/apps/Makefile
|
||||
tests/at-spi-sharp/Makefile
|
||||
|
|
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# spec file for package at-spi-sharp
|
||||
#
|
||||
|
||||
Name: at-spi-sharp
|
||||
Version: @VERSION@
|
||||
Release: 1
|
||||
License: MIT
|
||||
Group: System/Libraries
|
||||
URL: http://www.mono-project.com/Accessibility
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: mono-core >= 2.6
|
||||
BuildRequires: mono-devel >= 2.6
|
||||
BuildRequires: mono-uia >= 1.8.90
|
||||
BuildRequires: ndesk-dbus-glib-devel
|
||||
BuildRequires: pkg-config
|
||||
|
||||
Summary: C# bindings for at-spi
|
||||
|
||||
%description
|
||||
C# mono bindings for at-spi
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries/mono
|
||||
Summary: Devel package for at-spi-sharp mono bindings
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
Devel package that contains the pc file for at-spi-sharp
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-tests
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_prefix}/lib/mono/gac/at-spi-sharp/
|
||||
%{_prefix}/lib/mono/accessibility/at-spi-sharp.dll
|
||||
%{_prefix}/lib/mono/gac/at-spi-sharp/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/pkgconfig/at-spi-sharp.pc
|
||||
|
||||
|
||||
%changelog
|
Загрузка…
Ссылка в новой задаче