Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / ETL / tags / ETL_0_04_10_rc1 / 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.synfig.com/
8 Packager: Robert B. Quattlebaum Jr. <darco@deepdarc.com>
9 Group: Development/Languages
10 Icon: config/logo.gif
11 #Patch0: STLport-rename.patch
12 #Patch1: STLport-rules.patch
13 #Patch2: STLport-install-dir.patch
14 Buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n)
15
16 %description
17 VoriaETL is a multiplatform class and template library 
18 designed to complement and supplement the C++ STL.
19
20 %prep
21 %setup
22 #%patch0 -p1
23 #%patch1 -p1
24 #%patch2 -p1
25
26 %build
27 ./configure --prefix=$RPM_BUILD_ROOT
28 make
29
30 %install
31 make install
32
33 %clean
34 make clean
35
36 %post -n @PACKAGE@-devel
37 /sbin/ldconfig
38
39 %postun -n @PACKAGE@-devel
40 /sbin/ldconfig
41
42 %files
43 %defattr(-,root,root)
44 %doc INSTALL README doc test
45 /usr/include/*
46