]> git.pld-linux.org Git - packages/Mowitz.git/blame - Mowitz.spec
- tabs in preamble
[packages/Mowitz.git] / Mowitz.spec
CommitLineData
b0897e52 1Summary: This is the Mowitz ("More widgets") library
2a22853f 2Summary(pl.UTF-8): Biblioteka Mowitz ("More widgets" - "więcej widgetów")
a0ee7d5c 3Name: Mowitz
4Version: 0.3.0
5Release: 1
6License: GPL
7Group: Libraries
8Source0: http://siag.nu/pub/mowitz/%{name}-%{version}.tar.gz
9# Source0-md5: 447ea53a67eb4356438e80494e550a3b
10URL: http://siag.nu/mowitz/
11BuildRequires: neXtaw-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15The project's goal is to create a library of widgets for X
16applications to use. The widgets have been snarfed from various
17sources and are all open source (GPL or MIT licenses).
18
5d1fd2c7
JR
19%description -l pl.UTF-8
20Celem projektu jest stworzenie biblioteki widgetów do używania przez
21aplikacje X. Widgety zostały ściągnięte z różnych źródeł i mają
22otwarte źródła (na licencji GPL lub MIT).
a0ee7d5c 23
24%package devel
25Summary: Header files for Mowitz library
2a22853f 26Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Mowitz
a0ee7d5c 27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29
30%description devel
31Header files for Mowitz library.
32
5d1fd2c7
JR
33%description devel -l pl.UTF-8
34Pliki nagłówkowe biblioteki Mowitz.
a0ee7d5c 35
36%package static
37Summary: Static Mowitz library
2a22853f 38Summary(pl.UTF-8): Statyczna biblioteka Mowitz
a0ee7d5c 39Group: Development/Libraries
40Requires: %{name}-devel = %{version}-%{release}
41
42%description static
43Static Mowitz library.
44
5d1fd2c7 45%description static -l pl.UTF-8
a0ee7d5c 46Statyczna biblioteka Mowitz.
47
48%prep
49%setup -q
50
51%build
52%configure
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
60
9cd8af0a
JB
61install -D doc/Slider.man $RPM_BUILD_ROOT%{_mandir}/man3/Slider.3
62
a0ee7d5c 63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%post -p /sbin/ldconfig
67%postun -p /sbin/ldconfig
68
69%files
70%defattr(644,root,root,755)
71%doc AUTHORS ChangeLog NEWS README COPYING
72%attr(755,root,root) %{_bindir}/*
73%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
74%{_datadir}/%{name}
75
76%files devel
77%defattr(644,root,root,755)
9cd8af0a 78%doc doc/[!MS]* doc/Slider.README
a0ee7d5c 79%attr(755,root,root) %{_libdir}/lib*.so
80%{_libdir}/lib*.la
81%{_includedir}/%{name}
9cd8af0a 82%{_mandir}/man3/*.3*
a0ee7d5c 83
84%files static
85%defattr(644,root,root,755)
86%{_libdir}/lib*.a
This page took 0.0567 seconds and 4 git commands to generate.