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

Revision 8034, 1.6 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild with libboost-1.54.0

Line 
1%define pkg_version 0.04.17
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* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.17-1
66- new upstream release
67
68* Wed Aug 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.16-1
69- new upstream release
70
71* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.15-1
72- new upstream release
73
74* Sat Oct 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.14-1
75- initial build for Vine Linux
76
Note: See TracBrowser for help on using the repository browser.