]> git.pld-linux.org Git - packages/engrave.git/blob - engrave.spec
- rel .4
[packages/engrave.git] / engrave.spec
1 Summary:        Edje editing library
2 Summary(pl.UTF-8):      Biblioteka edycji edje
3 Name:           engrave
4 Version:        0.1.0
5 %define _snap   20060307
6 Release:        0.%{_snap}.4
7 License:        BSD
8 Group:          Libraries
9 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
10 Source0:        http://sparky.homelinux.org/snaps/enli/e17/libs/%{name}-%{_snap}.tar.bz2
11 # Source0-md5:  9a77af46e1c5288697201aa1d856a678
12 URL:            http://enlightenment.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  bison
16 BuildRequires:  ecore-devel
17 BuildRequires:  flex
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Engrave is an edje editing library.
22
23 %description -l pl.UTF-8
24 Engrave to biblioteka edycji edje.
25
26 %package devel
27 Summary:        Header files for engrave library
28 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki engrave
29 Group:          Development/Libraries
30 Requires:       %{name} = %{version}-%{release}
31
32 %description devel
33 Header files for engrave library.
34
35 %description devel -l pl.UTF-8
36 Pliki nagłówkowe biblioteki engrave.
37
38 %package static
39 Summary:        Engrave static library
40 Summary(pl.UTF-8):      Statyczna biblioteka engrave
41 Group:          Development/Libraries
42 Requires:       %{name}-devel = %{version}-%{release}
43
44 %description static
45 Engrave static library.
46
47 %description static -l pl.UTF-8
48 Statyczna biblioteka engrave.
49
50 %prep
51 %setup -q -n %{name}
52
53 %build
54 %{__libtoolize}
55 %{__aclocal} -I m4
56 %{__autoconf}
57 %{__autoheader}
58 %{__automake}
59 %configure
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %post   -p /sbin/ldconfig
72 %postun -p /sbin/ldconfig
73
74 %files
75 %defattr(644,root,root,755)
76 %doc AUTHORS COPYING README
77 %attr(755,root,root) %{_bindir}/%{name}*_test
78 %attr(755,root,root) %{_libdir}/lib%{name}.so.*.*.*
79
80 %files devel
81 %defattr(644,root,root,755)
82 %attr(755,root,root) %{_bindir}/%{name}-config
83 %attr(755,root,root) %{_libdir}/lib%{name}.so
84 %{_libdir}/lib%{name}.la
85 %{_includedir}/%{name}
86
87 %files static
88 %defattr(644,root,root,755)
89 %{_libdir}/lib%{name}.a
This page took 0.06805 seconds and 4 git commands to generate.