]> git.pld-linux.org Git - packages/Mowitz.git/blob - Mowitz.spec
- initial
[packages/Mowitz.git] / Mowitz.spec
1 Summary:        This is the Mowitz ("More widgets") library.
2 Summary(pl):    Biblioteka Mowitz
3 Name:           Mowitz
4 Version:        0.3.0
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://siag.nu/pub/mowitz/%{name}-%{version}.tar.gz
9 # Source0-md5:  447ea53a67eb4356438e80494e550a3b
10 URL:            http://siag.nu/mowitz/
11 BuildRequires:  neXtaw-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 The project's goal is to create a library of widgets for X
16 applications to use. The widgets have been snarfed from various
17 sources and are all open source (GPL or MIT licenses).
18
19 %description -l pl
20 #TODO
21
22 %package devel
23 Summary:        Header files for Mowitz library
24 Summary(pl):    Pliki nag³ówkowe biblioteki Mowitz
25 Group:          Development/Libraries
26 Requires:       %{name} = %{version}-%{release}
27
28 %description devel
29 Header files for Mowitz library.
30
31 %description devel -l pl
32 Pliki nag³ówkowe biblioteki Mowitz.
33
34 %package static
35 Summary:        Static Mowitz library
36 Summary(pl):    Statyczna biblioteka Mowitz
37 Group:          Development/Libraries
38 Requires:       %{name}-devel = %{version}-%{release}
39
40 %description static
41 Static Mowitz library.
42
43 %description static -l pl
44 Statyczna biblioteka Mowitz.
45
46 %prep
47 %setup -q
48
49 %build
50 %configure
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post   -p /sbin/ldconfig
63 %postun -p /sbin/ldconfig
64
65 %files
66 %defattr(644,root,root,755)
67 %doc AUTHORS ChangeLog NEWS README COPYING
68 %attr(755,root,root) %{_bindir}/*
69 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
70 %{_datadir}/%{name}
71
72 %files devel
73 %defattr(644,root,root,755)
74 %doc doc/*
75 %attr(755,root,root) %{_libdir}/lib*.so
76 %{_libdir}/lib*.la
77 %{_includedir}/%{name}
78
79 %files static
80 %defattr(644,root,root,755)
81 %{_libdir}/lib*.a
This page took 0.326711 seconds and 4 git commands to generate.