X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftags%2Fstable%2Fsynfig-studio%2Fconfig%2Fproject.spec.in;fp=synfig-studio%2Ftags%2Fstable%2Fsynfig-studio%2Fconfig%2Fproject.spec.in;h=0000000000000000000000000000000000000000;hb=0ba6d96636d8192553cbf4a4231f223e23546928;hp=8e2f6c597cb58a396d8bd103d9a29648e4af838c;hpb=51ae10311c69d8df4f43714a4fe649c015f31f21;p=synfig.git diff --git a/synfig-studio/tags/stable/synfig-studio/config/project.spec.in b/synfig-studio/tags/stable/synfig-studio/config/project.spec.in deleted file mode 100755 index 8e2f6c5..0000000 --- a/synfig-studio/tags/stable/synfig-studio/config/project.spec.in +++ /dev/null @@ -1,47 +0,0 @@ - -Summary: Voria Extented Template Library -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.voria.com/ -Packager: Robert B. Quattlebaum Jr. -Group: Development/Languages -Icon: config/logo.gif -#Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz -#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/* -