| Revision 6082,
1.4 KB
checked in by Takemikaduchi, 2 weeks ago
(diff) |
|
farstream, telepathy-farstream: add Obsoletes
others: new upstream release
|
| Line | |
|---|
| 1 | %define pkg_version 0.04.15 |
|---|
| 2 | %define pkg_release 1%{?_dist_release} |
|---|
| 3 | |
|---|
| 4 | Summary: Extended Template Library |
|---|
| 5 | Name: ETL |
|---|
| 6 | Version: %{pkg_version} |
|---|
| 7 | Release: %{pkg_release} |
|---|
| 8 | |
|---|
| 9 | Source0: %{name}-%{version}.tar.gz |
|---|
| 10 | |
|---|
| 11 | License: GPLv2 |
|---|
| 12 | Group: System Environment/Libraries |
|---|
| 13 | URL: http://www.synfig.org/cms/ |
|---|
| 14 | |
|---|
| 15 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 16 | |
|---|
| 17 | Vendor: Project Vine |
|---|
| 18 | Distribution: Vine Linux |
|---|
| 19 | Packager: Takemikaduchi |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | %description |
|---|
| 23 | ETL is a multi-platform class and template library designed to add |
|---|
| 24 | new datatypes and functions which combine well with the existing |
|---|
| 25 | types and functions from the C++ Standard Template Library (STL). |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | %package devel |
|---|
| 29 | Summary: Development files for ETL |
|---|
| 30 | Group: Development/Libraries |
|---|
| 31 | Requires: %{name} = %{version}-%{release} |
|---|
| 32 | Requires: pkgconfig |
|---|
| 33 | |
|---|
| 34 | %description devel |
|---|
| 35 | This package contains the libraries and header files that are needed |
|---|
| 36 | for 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 | * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.15-1 |
|---|
| 66 | - new upstream release |
|---|
| 67 | |
|---|
| 68 | * Sat Oct 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.14-1 |
|---|
| 69 | - initial build for Vine Linux |
|---|
| 70 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.