SPECS: pommed.spec (NEW) - initial - hmm, it probably needs some m...
shadzik
shadzik at pld-linux.org
Thu Dec 20 13:05:53 CET 2007
Author: shadzik Date: Thu Dec 20 12:05:53 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
- hmm, it probably needs some more BR's, probably an init-script too
- even subpackages would be nice
---- Files affected:
SPECS:
pommed.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/pommed.spec
diff -u /dev/null SPECS/pommed.spec:1.1
--- /dev/null Thu Dec 20 13:05:53 2007
+++ SPECS/pommed.spec Thu Dec 20 13:05:48 2007
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+
+Summary: pommed
+Summary(pl.UTF-8): pommed
+Name: pommed
+Version: 1.14
+Release: 0.1
+License: GPL v2
+Group: X11/Applications
+Source0: http://alioth.debian.org/frs/download.php/2223/%{name}-%{version}.tar.gz
+# Source0-md5: 1b54269bbadb6b43bd9e45566dd1b6ef
+URL: http://www.technologeek.org/projects/pommed/
+BuildRequires: libconfuse-devel
+BuildRequires: libsmbios-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}
+
+install pommed/pommed $RPM_BUILD_ROOT/%{_sbindir}
+install gpomme/gpomme $RPM_BUILD_ROOT/%{_bindir}
+install wmpomme/wmpomme $RPM_BUILD_ROOT/%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README TODO
+%attr(755,root,root) %{_bindir}/*pomme
+%attr(755,root,root) %{_sbindir}/pommed
+
+%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 2007-12-20 12:05:48 shadzik
+- initial
+- hmm, it probably needs some more BR's, probably an init-script too
+- even subpackages would be nice
+
================================================================
More information about the pld-cvs-commit
mailing list