SPECS: ocp.spec (NEW) - initial, works but NFY
lisu
lisu at pld-linux.org
Wed Oct 24 23:07:04 CEST 2007
Author: lisu Date: Wed Oct 24 21:07:04 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial, works but NFY
---- Files affected:
SPECS:
ocp.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/ocp.spec
diff -u /dev/null SPECS/ocp.spec:1.1
--- /dev/null Wed Oct 24 23:07:04 2007
+++ SPECS/ocp.spec Wed Oct 24 23:06:58 2007
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary: -
+Summary(pl.UTF-8): -
+Name: ocp
+Version: 0.1.14
+Release: 0.1
+License: GPL v2+
+Group: Applications/Sound
+Source0: http://stian.lunafish.org/ocp/%{name}-%{version}.tar.bz2
+# Source0-md5: 97a4c79361938b0a0ec614c3851fa53e
+Patch0: %{name}-ini_file.patch
+URL: http://stian.lunafish.org/project-ocp.php
+BuildRequires: sed >= 4.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q
+%patch0 -p1
+%{__sed} -i 's@<curses.h>@<ncurses/curses.h>@' `grep -R '<curses.h>' * | cut -d":" -f1`
+
+%build
+%configure \
+ --with-dir-suffix=""
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ocp.ini
+%doc AUTHORS CREDITS Changelog README.Darwin SUID TODO doc/*
+%attr(755,root,root) %{_bindir}/%{name}
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/data
+%dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}/autoload
+%{_libdir}/%{name}/*.so
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/10/24 21:06:58 lisu
+- initial, works but NFY
+
================================================================
More information about the pld-cvs-commit
mailing list