]> git.pld-linux.org Git - packages/cocom.git/commitdiff
- initial,
authorcieciwa <cieciwa@pld-linux.org>
Wed, 16 Jun 2004 15:27:23 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
NFY.

Changed files:
    cocom.spec -> 1.1

cocom.spec [new file with mode: 0644]

diff --git a/cocom.spec b/cocom.spec
new file mode 100644 (file)
index 0000000..d2d1606
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       cocom
+Summary(pl):   cocom
+Name:          cocom
+Version:       0.995
+Release:       0.1
+License:       GPL
+Group:         Base
+Source0:       http://odsl.dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5:
+#BuildRequires:
+#Requires:
+URL:
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+-- empty --
+
+%description -l pl
+-- pusty --
+
+%prep
+%setup -q
+
+#%patch
+
+%build
+./configure --prefix=%{_prefix}
+%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
+
+%post
+%postun
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc
This page took 0.139698 seconds and 4 git commands to generate.