source: projects/specs/trunk/E/ETL/ETL-vl.spec @ 4881

Revision 4881, 1.3 KB checked in by Takemikaduchi, 13 years ago (diff)

NEW: ETL, synfig, synfigstudio
others: new upstream release

Line 
1%define pkg_version 0.04.14
2%define pkg_release 1%{?_dist_release}
3
4Summary:        Extended Template Library
5Name:           ETL
6Version:        %{pkg_version}
7Release:        %{pkg_release}
8
9Source0:        %{name}-%{version}.tar.gz
10
11License:        GPLv2
12Group:          System Environment/Libraries
13URL:            http://www.synfig.org/cms/
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: Takemikaduchi
20
21
22%description
23ETL is a multi-platform class and template library designed to add
24new datatypes and functions which combine well with the existing
25types and functions from the C++ Standard Template Library (STL).
26
27
28%package devel
29Summary:        Development files for ETL
30Group:          Development/Libraries
31Requires:       %{name} = %{version}-%{release}
32Requires:       pkgconfig
33
34%description devel
35This package contains the libraries and header files that are needed
36for writing applications that are using ETL.
37
38
39%prep
40%setup -q
41
42%build
43%configure
44%{__make} %{?_smp_mflags}
45
46%install
47%{__rm} -rf $RPM_BUILD_ROOT
48%{__make} install DESTDIR=$RPM_BUILD_ROOT
49
50%clean
51%{__rm} -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(-,root,root,-)
55%doc AUTHORS COPYING ChangeLog NEWS README
56
57%files devel
58%defattr(-,root,root,-)
59%{_bindir}/ETL-config
60%{_includedir}/ETL/*
61%{_libdir}/pkgconfig/ETL.pc
62
63
64%changelog
65* Sat Oct 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.14-1
66- initial build for Vine Linux
67
Note: See TracBrowser for help on using the repository browser.