]> git.pld-linux.org Git - packages/dutimer.git/commitdiff
By Marek Obuchowicz <elephant@shadow.eu.org>:
authorkloczek <kloczek@pld-linux.org>
Wed, 25 Nov 1998 21:53:39 +0000 (21:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- first try RPM.

Changed files:
    dutimer.spec -> 1.1

dutimer.spec [new file with mode: 0644]

diff --git a/dutimer.spec b/dutimer.spec
new file mode 100644 (file)
index 0000000..bc8a05b
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:     Dial Up Timer
+Summary(pl): Dial Up Timer
+Name:        dutimer
+Version:     0.3.0
+Release:     1
+Copyright:   GPL
+Source:      ftp://viii-lo.krakow.pl/pub/linux/dutimer/%{name}-v%{version}-linux.tar.gz
+Group:       Applications/Networking
+URL:         http://dutimer.viii-lo.krakow.pl
+BuildRoot:   /tmp/%{name}-%{version}-root
+
+%description
+Dial Up Timer shows modem connection time and cost.
+
+%description -l pl
+Dial Up Timer wy¶wietla czas oraz koszt po³±czenia modemowego.
+
+%prep
+%setup -q
+
+%build
+make pl
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/usr/sbin
+
+install -s dutimer $RPM_BUILD_ROOT/usr/sbin/dutimer
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%doc doc/*
+%attr(755, root, root) /usr/sbin/*
+
+%changelog
+* Thu Sep 10 1998 Marek Obuchowicz <elephant@shadow.eu.org>
+  [0.07-1]
+- first try RPM.
This page took 0.083604 seconds and 4 git commands to generate.