packages: halevt/halevt.spec (NEW) - initial - needs some more works (no ti...
uzsolt
uzsolt at pld-linux.org
Sat Apr 17 14:36:19 CEST 2010
Author: uzsolt Date: Sat Apr 17 12:36:19 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- initial
- needs some more works (no time at this moment)
---- Files affected:
packages/halevt:
halevt.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/halevt/halevt.spec
diff -u /dev/null packages/halevt/halevt.spec:1.1
--- /dev/null Sat Apr 17 14:36:19 2010
+++ packages/halevt/halevt.spec Sat Apr 17 14:36:14 2010
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary: Halevt is a daemon that commands when a device added to your system
+Summary(hu.UTF-8): Halevt egy démon, amely egy parancsot hajt végre, ha egy eszközt csatlakoztatsz a gépedhez
+Name: halevt
+Version: 0.1.6.1
+Release: 0.1
+License: GPL v2
+Group: Applications
+Source0: http://savannah.nongnu.org/download/halevt/%{name}-%{version}.tar.gz
+# Source0-md5: 005f0c8969b0f86d261d85ea03062fde
+URL: http://www.nongnu.org/halevt/
+BuildRequires: boolstuff-devel
+BuildRequires: dbus-glib-devel
+BuildRequires: gettext-devel
+BuildRequires: pkgconfig
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__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)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+
+%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 2010/04/17 12:36:14 uzsolt
+- initial
+- needs some more works (no time at this moment)
+
================================================================
More information about the pld-cvs-commit
mailing list