Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / ETL / tags / ETL_0_04_08 / ETL / config / project.spec.in
1
2 Summary: @PACKAGE_NAME@
3 Name: @PACKAGE_TARNAME@-devel
4 Version: @VERSION_MAJ@.@VERSION_MIN@.@VERSION_REV@
5 Release: @VERSION_REL@
6 Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html
7 URL: http://www.voria.com/
8 Packager: Robert B. Quattlebaum Jr. <darco@bigfoot.com>
9 Group: Development/Languages
10 Icon: config/logo.gif
11 #Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz
12 #Patch0: STLport-rename.patch
13 #Patch1: STLport-rules.patch
14 #Patch2: STLport-install-dir.patch
15 Buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n)
16
17 %description
18 VoriaETL is a multiplatform class and template library 
19 designed to complement and supplement the C++ STL.
20
21 %prep
22 %setup
23 #%patch0 -p1
24 #%patch1 -p1
25 #%patch2 -p1
26
27 %build
28 ./configure --prefix=$RPM_BUILD_ROOT
29 make
30
31 %install
32 make install
33
34 %clean
35 make clean
36
37 %post -n @PACKAGE@-devel
38 /sbin/ldconfig
39
40 %postun -n @PACKAGE@-devel
41 /sbin/ldconfig
42
43 %files
44 %defattr(-,root,root)
45 %doc INSTALL README doc test
46 /usr/include/*
47