SPECS: flasheditor.spec (NEW) - NFY - initial

wolvverine wolvverine at pld-linux.org
Fri Sep 2 17:40:34 CEST 2005


Author: wolvverine                   Date: Fri Sep  2 15:40:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NFY
- initial

---- Files affected:
SPECS:
   flasheditor.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/flasheditor.spec
diff -u /dev/null SPECS/flasheditor.spec:1.1
--- /dev/null	Fri Sep  2 17:40:34 2005
+++ SPECS/flasheditor.spec	Fri Sep  2 17:40:28 2005
@@ -0,0 +1,103 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%bcond_without	tests		# build without tests
+#
+Summary:	Flash for Linux
+Summary(pl):	Flash dla Linuxa
+Name:		F4L
+Version:	0.2
+Release:	0.1
+Epoch:		0
+License:	GPL
+#Vendor:		-
+Group:		Applications
+#Icon:		-
+Source0:	http://dl.sourceforge.net/f4l/%{name}-BETA-%{version}.tar.bz2
+# Source0-md5:	6eaea1d9863518c663545ccb0cdf958f
+#Patch0:		%{name}-what.patch
+URL:		http://f4l.sf.net
+#BuildRequires:	autoconf
+#BuildRequires:	automake
+#BuildRequires:	libtool
+#BuildRequires:	-
+#PreReq:		-
+#Requires(pre,post):	-
+#Requires(preun):	-
+#Requires(postun):	-
+#Requires:	-
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+F4L is an open source development environment for Macromedia Flash,
+a multi-platform format(swf/svg) widely used for web applications and
+vector animation. Basically, you can make interactive eye candy for 
+your web site or any other purpose while maintai.
+
+%description -l pl
+
+%prep
+%setup -q -n %{name}-BETA
+
+find -name CVS -print0 | xargs -0 rm -rf
+
+%build
+#%{__gettextize}
+#%{__libtoolize}
+#%{__aclocal}
+#%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+#cp -f /usr/share/automake/config.sub .
+%configure
+%{__make}
+
+#%{__make} \
+#	CFLAGS="%{rpmcflags}" \
+#	LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+
+%preun
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+# if _sysconfdir != /etc:
+#%%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+
+%attr(755,root,root) %{_bindir}/*
+
+%{_datadir}/%{name}
+
+# initscript and its config
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+
+#%{_examplesdir}/%{name}-%{version}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log:
================================================================



More information about the pld-cvs-commit mailing list