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