]> git.pld-linux.org Git - packages/alcatel_readserial.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 19 Feb 2005 21:31:07 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alcatel_readserial.spec -> 1.1

alcatel_readserial.spec [new file with mode: 0644]

diff --git a/alcatel_readserial.spec b/alcatel_readserial.spec
new file mode 100644 (file)
index 0000000..5742d8b
--- /dev/null
@@ -0,0 +1,33 @@
+Summary:       Read call accounting and error data from an Alcatel PCX
+Name:          alcatel_readserial
+Version:       0.5
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/alcatelpcxrs/%{name}-%{version}.tar.bz2
+# Source0-md5: e49e83f80d5cfbb89133aab717f42010
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Read call accounting and error data from an Alcatel PCX built in
+serial port, filtering along the way.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install alcatel_readserial $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc INSTALL README TODO
+%attr(755,root,root) %{_bindir}/*
This page took 0.083078 seconds and 4 git commands to generate.