summaryrefslogtreecommitdiffstats
path: root/pomatic.spec
diff options
context:
space:
mode:
authornalin <nalin>2001-04-02 15:03:55 +0000
committernalin <nalin>2001-04-02 15:03:55 +0000
commit95f9b90d2d81c897a99a13336dbdaf6354ee2c6b (patch)
treed47ad9cd1cc4606e50dc9230a3ca957bfc0fb5fb /pomatic.spec
downloadpomatic-95f9b90d2d81c897a99a13336dbdaf6354ee2c6b.tar.gz
pomatic-95f9b90d2d81c897a99a13336dbdaf6354ee2c6b.tar.xz
pomatic-95f9b90d2d81c897a99a13336dbdaf6354ee2c6b.zip
pomatic initial check-in
Diffstat (limited to 'pomatic.spec')
-rw-r--r--pomatic.spec35
1 files changed, 35 insertions, 0 deletions
diff --git a/pomatic.spec b/pomatic.spec
new file mode 100644
index 0000000..24aef1f
--- /dev/null
+++ b/pomatic.spec
@@ -0,0 +1,35 @@
+Name: pomatic
+Version: 1.0
+Release: 1
+Source: %{name}-%{version}.tar.gz
+Summary: pomatic
+Group: Applications/Text
+License: GPL
+BuildRoot: %{_tmppath}/%{name}-root
+BuildPrereq: talkfilters
+Requires: talkfilters
+
+%description
+pomatic
+
+%prep
+%setup -q
+
+%build
+make
+
+%install
+rm -fr $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -fr $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%{_bindir}/*
+%{_mandir}/*/*
+
+%changelog
+* Mon Apr 2 2001 Nalin Dahyabhai <nalin@redhat.com>
+- initial CVS checkin