SPECS: engrave.spec (NEW) - new, edje file editing library
sparky
sparky at pld-linux.org
Sun Nov 20 19:45:58 CET 2005
Author: sparky Date: Sun Nov 20 18:45:58 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, edje file editing library
---- Files affected:
SPECS:
engrave.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/engrave.spec
diff -u /dev/null SPECS/engrave.spec:1.1
--- /dev/null Sun Nov 20 19:45:58 2005
+++ SPECS/engrave.spec Sun Nov 20 19:45:53 2005
@@ -0,0 +1,86 @@
+# $Revision$, $Date$
+Summary: Edje editing library
+Name: engrave
+Version: 0.1.0
+%define _snap 20051104
+Release: 0.%{_snap}.0.1
+License: BSD
+Group: X11/Applications
+#Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
+Source0: http://sparky.homelinux.org/snaps/enli/e17/libs/%{name}-%{_snap}.tar.bz2
+# Source0-md5: bef0917c80af9c182994994adf8b48a7
+URL: http://enlightenment.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: ecore-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Engrave is an edje editing library.
+
+%package devel
+Summary: Header files
+Group: Developement/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files
+
+%package static
+Summary: Engrave static library
+Group: Developement/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Engrave static library.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING README
+%attr(755,root,root) %{_bindir}/%{name}*_test
+%attr(755,root,root) %{_libdir}/lib%{name}.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}-config
+%{_includedir}/%{name}
+%attr(755,root,root) %{_libdir}/lib%{name}.so
+%{_libdir}/lib%{name}.la
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib%{name}.a
+
+%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$
+Revision 1.1 2005/11/20 18:45:53 sparky
+- new, edje file editing library
+
================================================================
More information about the pld-cvs-commit
mailing list