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

Revision 10584, 1.7 KB checked in by tomop, 8 years ago (diff)

ETL-0.04.19-1

Line 
1%define pkg_version 0.04.19
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%license COPYING
56%doc AUTHORS ChangeLog NEWS README
57
58%files devel
59%defattr(-,root,root,-)
60%{_bindir}/ETL-config
61%{_includedir}/ETL/*
62%{_libdir}/pkgconfig/ETL.pc
63
64
65%changelog
66* Sun Jul 10 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.04.19-1
67- new upstream release.
68
69* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.17-1
70- new upstream release
71
72* Wed Aug 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.16-1
73- new upstream release
74
75* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.15-1
76- new upstream release
77
78* Sat Oct 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.14-1
79- initial build for Vine Linux
80
Note: See TracBrowser for help on using the repository browser.