SPECS: netenv.spec (NEW) - initial
shadzik
shadzik at pld-linux.org
Tue Jul 3 00:19:02 CEST 2007
Author: shadzik Date: Mon Jul 2 22:19:02 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
netenv.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/netenv.spec
diff -u /dev/null SPECS/netenv.spec:1.1
--- /dev/null Tue Jul 3 00:19:02 2007
+++ SPECS/netenv.spec Tue Jul 3 00:18:57 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+
+%define _mainver 0.94-3
+%define _ver %(echo %{_mainver} |tr - .)
+
+Summary: Netenv
+Summary(pl.UTF-8): Netenv
+Name: netenv
+Version: %{_ver}
+Release: 0.1
+License: GPL
+Group: Applications
+Source0: http://netenv.sourceforge.net/%{name}-%{_mainver}.tar.gz
+# Source0-md5: 0ce0f5042bbe01c80171ab4085809f97
+Patch0: %{name}-Makefile.patch
+URL: http://netenv.sourceforge.net
+#BuildRequires: autoconf
+#BuildRequires: automake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+#%description -l pl.UTF-8
+
+%prep
+%setup -q -n %{name}-%{_mainver}
+%patch0 -p0
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README doc/*
+%attr(755,root,root) %{_bindir}/trpnc
+%attr(755,root,root) %{_sbindir}/netenv
+
+
+%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/07/02 22:18:57 shadzik
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list