]> git.pld-linux.org Git - packages/engrave.git/commitdiff
- new, edje file editing library
authorsparky <sparky@pld-linux.org>
Sun, 20 Nov 2005 18:45:53 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    engrave.spec -> 1.1

engrave.spec [new file with mode: 0644]

diff --git a/engrave.spec b/engrave.spec
new file mode 100644 (file)
index 0000000..45585e7
--- /dev/null
@@ -0,0 +1,75 @@
+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
This page took 0.077173 seconds and 4 git commands to generate.