]> git.pld-linux.org Git - packages/ustr.git/blame - ustr.spec
- raw
[packages/ustr.git] / ustr.spec
CommitLineData
aa70f211 1#
2# Conditional build:
3%bcond_with tests # build with tests
4%bcond_without tests # build without tests
5#
6Summary: -
7Summary(pl.UTF-8): -
8Name: ustr
9Version: 1.0.1
10Release: 0.1
11License: - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
12Group: Applications
13Source0: http://www.and.org/ustr/%{version}//%{name}-%{version}.tar.bz2
14# Source0-md5: 794dcbac77a2154e8e98865265d37cd5
15URL: http://www.and.org/ustr/
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19
20%description -l pl.UTF-8
21
22%package subpackage
23Summary: -
24Summary(pl.UTF-8): -
25Group: -
26
27%description subpackage
28
29%description subpackage -l pl.UTF-8
30
31%package libs
32Summary: -
33Summary(pl.UTF-8): -
34Group: Libraries
35
36%description libs
37
38%description libs -l pl.UTF-8
39
40%package devel
41Summary: Header files for ... library
42Summary(pl.UTF-8): Pliki nagłówkowe biblioteki ...
43Group: Development/Libraries
44# if base package contains shared library for which these headers are
45#Requires: %{name} = %{version}-%{release}
46# if -libs package contains shared library for which these headers are
47#Requires: %{name}-libs = %{version}-%{release}
48
49%description devel
50Header files for ... library.
51
52%description devel -l pl.UTF-8
53Pliki nagłówkowe biblioteki ....
54
55%package static
56Summary: Static ... library
57Summary(pl.UTF-8): Statyczna biblioteka ...
58Group: Development/Libraries
59Requires: %{name}-devel = %{version}-%{release}
60
61%description static
62Static ... library.
63
64%description static -l pl.UTF-8
65Statyczna biblioteka ....
66
67%prep
68%setup -q
69
70%build
71%{__make} all-shared
72
73%install
74rm -rf $RPM_BUILD_ROOT
75%{__make} install \
76 DESTDIR=$RPM_BUILD_ROOT
77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
81%post -p /sbin/ldconfig
82%postun -p /sbin/ldconfig
83
84%files
85%defattr(644,root,root,755)
86%doc AUTHORS ChangeLog NEWS README THANKS TODO
87%attr(755,root,root) %{_bindir}/*
88%{_libdir}/libustr-1.0.so.1.0.1
89
90%files devel
91%{_includedir}/*.h
92/usr/lib/pkgconfig/ustr.pc
93
94%files static
95%{_libdir}/libustr.a
This page took 0.084343 seconds and 4 git commands to generate.