Author: rotom                        Date: Sun Jun 15 19:32:19 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/ebook-tools.spec
diff -u /dev/null SPECS/ebook-tools.spec:1.1
--- /dev/null   Sun Jun 15 21:32:19 2008
+++ SPECS/ebook-tools.spec      Sun Jun 15 21:32:14 2008
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:       ebook tools
+Summary(pl.UTF-8):     ebook tools
+Name:          ebook-tools
+Version:       0.1.0
+Release:       1
+License:       GPL v3
+Group:         X11/Libraries
+Source0:       http://dl.sourceforge.net/ebook-tools/%{name}-%{version}.tar.gz
+# Source0-md5: 020d8bc5b718a9e09242900a496cda8a
+URL:           http://www.
+BuildRequires: rpmbuild(macros) >= 1.164
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ebook-tools.
+
+%description -l pl.UTF-8
+ebook-tools.
+
+%prep
+%setup -q
+
+%build
+%cmake \
+       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       .
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%attr(755,root,root) %{_libdir}/kde4/plasma_applet_wifi_signal.so
+%attr(755,root,root) %{_bindir}/einfo
+%attr(755,root,root) %{_bindir}/lit2epub
+%{_includedir}/epub.h
+%{_includedir}/epub_shared.h
+%attr(755,root,root) %{_libdir}/libepub.so
+%attr(755,root,root) %{_libdir}/libepub.so.0
+%attr(755,root,root) %{_libdir}/libepub.so.0.1.0
+
+%define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/06/15 19:32:14  rotom
+- initial
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to