]> git.pld-linux.org Git - packages/libwmf.git/blob - libwmf.spec
- added using CVS keywords in %changelog (for automating them).
[packages/libwmf.git] / libwmf.spec
1 Summary:        libwmf, library to convert wmf files.
2 Name:           libwmf
3 Version:        0.1.11
4 Release:        1
5 Serial:         2
6 Copyright:      GPL
7 Group:          Utilities/Text
8 Vendor:         Caolan McNamara <Caolan.McNamara@ul.ie>
9 Source:         http://www.csn.ul.ie/~caolan/publink/libwmf/%{name}-%{version}.tar.gz
10 URL:            http://www.csn.ul.ie/~caolan/docs/libwmf.html
11 Requires:       freetype
12 BuildRoot:      /tmp/%{name}-%{version}-root
13
14 %description
15 libwmf is a library for unix like machines that can convert wmf files into
16 other formats, currently it supports a gd binding to convert to gif, and an
17 X one to draw direct to an X window or pixmap.
18
19 %prep
20 %setup -q -n %{name}
21 LDFLAGS="-s"; export LDFLAGS
22 %configure
23
24 %build
25 make
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_prefix}
30
31 make DESTDIR=$RPM_BUILD_ROOT install
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc doc examples notes winepatches CHANGELOG CREDITS README TODO libwmf.lsm
39 %{_bindir}/*
40 %{_libdir}/*
41 %{_includedir}/*
This page took 0.037616 seconds and 4 git commands to generate.