]> git.pld-linux.org Git - projects/template-specs.git/blame - dotnet.spec
pecl: add example how to make failed tests as XFAIL
[projects/template-specs.git] / dotnet.spec
CommitLineData
041eb7c9
ER
1%include /usr/lib/rpm/macros.mono
2%define module TEMPLATE
3Summary: template for mono/dotnet/.Net packages
4Summary(pl.UTF-8): -
5Name: dotnet-%{module}
6Version: _
7Release: 0.1
8License: - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
9Group: Libraries
10# SF URL: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
11Source0: %{name}-%{version}.tar.gz
12# Source0-md5: -
13URL: -
14BuildRequires: rpmbuild(macros) >= 1.268
15BuildRequires: rpmbuild(monoautodeps)
16Requires: mono
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20
21%package devel
22Summary: Header files for %{name} .NET library
23Summary(pl.UTF-8): Pliki nagłówkowe biblioteki .NET %{name}
24Group: Development/Libraries
25Requires: %{name} = %{version}-%{release}
26Requires: mono-devel
27
28%description devel
29Header files for %{name} library.
30
31%description devel -l pl.UTF-8
32Pliki nagłówkowe biblioteki %{name}.
33
34%prep
35%setup -q
36
37%build
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc AUTHORS COPYING README
48%{_prefix}/lib/mono/gac/foo-sharp-bar
49
50%files devel
51%defattr(644,root,root,755)
52%{_prefix}/lib/mono/foo-sharp-bar-1.0
53%{_pkgconfigdir}/foo-sharp-bar-1.0.pc
This page took 0.845327 seconds and 4 git commands to generate.