Author: jackass Date: Thu Feb 1 12:20:53 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial release
---- Files affected: SPECS: pportman.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pportman.spec diff -u /dev/null SPECS/pportman.spec:1.1 --- /dev/null Thu Feb 1 13:20:53 2007 +++ SPECS/pportman.spec Thu Feb 1 13:20:47 2007 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +Summary: pportman - parallel port manager +Summary(pl): pportman - menadżer portu równoległego +Name: pportman +Version: 0.1 +Release: 1 +License: GPL v2 +Group: Applications +Source0: http://autko.net/~jackass/pportman/%{name}-%{version}.tar.gz +# Source0-md5: 93d4dc561ac1f8da185e2e671436c014 +URL: http://autko.net/~jackass/pportman +BuildRequires: ncurses-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +pportman is a simple and nice parallel port manager. Writed in ncurses. + +%description -l pl +pportman to prosty i przyjemny w obsłudzę menadżer portu równoległego. +Został napisany w ncurses. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} \ + CFlAGS="%{rpmcflags}" + +%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 +%attr(755,root,root) %{_bindir}/* + +%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 2007/02/01 12:20:47 jackass +- initial release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
