X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftags%2FETL_0_04_10_rc3%2Fconfig%2Fproject.spec.in;fp=ETL%2Ftags%2FETL_0_04_10_rc3%2Fconfig%2Fproject.spec.in;h=ad84986473418e956055d85ec0eb742bc478708f;hb=7a4d1b9ab079cc84ccfb4cf46f074c84b8caef2e;hp=0000000000000000000000000000000000000000;hpb=122d8294382e6363da0203ab321880418492a05d;p=synfig.git diff --git a/ETL/tags/ETL_0_04_10_rc3/config/project.spec.in b/ETL/tags/ETL_0_04_10_rc3/config/project.spec.in new file mode 100644 index 0000000..ad84986 --- /dev/null +++ b/ETL/tags/ETL_0_04_10_rc3/config/project.spec.in @@ -0,0 +1,46 @@ + +Summary: @PACKAGE_NAME@ +Name: @PACKAGE_TARNAME@-devel +Version: @VERSION_MAJ@.@VERSION_MIN@.@VERSION_REV@ +Release: @VERSION_REL@ +Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html +URL: http://www.synfig.com/ +Packager: Robert B. Quattlebaum Jr. +Group: Development/Languages +Icon: config/logo.gif +#Patch0: STLport-rename.patch +#Patch1: STLport-rules.patch +#Patch2: STLport-install-dir.patch +Buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n) + +%description +VoriaETL is a multiplatform class and template library +designed to complement and supplement the C++ STL. + +%prep +%setup +#%patch0 -p1 +#%patch1 -p1 +#%patch2 -p1 + +%build +./configure --prefix=$RPM_BUILD_ROOT +make + +%install +make install + +%clean +make clean + +%post -n @PACKAGE@-devel +/sbin/ldconfig + +%postun -n @PACKAGE@-devel +/sbin/ldconfig + +%files +%defattr(-,root,root) +%doc INSTALL README doc test +/usr/include/* +