X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL.spec.in;fp=ETL%2Ftrunk%2FETL.spec.in;h=0000000000000000000000000000000000000000;hb=eefdea9534f308739a4bcba2f72883cf8e5dd686;hp=35994371b58c3f9c9de1a7af407e7bc86a73a020;hpb=f3822b1058656a46b5269d34ed4f0802fd9491c4;p=synfig.git diff --git a/ETL/trunk/ETL.spec.in b/ETL/trunk/ETL.spec.in deleted file mode 100644 index 3599437..0000000 --- a/ETL/trunk/ETL.spec.in +++ /dev/null @@ -1,46 +0,0 @@ - -Summary: @PACKAGE_NAME@ -Name: @PACKAGE_TARNAME@-devel -Version: @VERSION@ -Release: 1 -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/* -