Author: cieciwa                      Date: Thu Jun 16 12:28:36 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial.
NFY

---- Files affected:
SPECS:
   ayam.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ayam.spec
diff -u /dev/null SPECS/ayam.spec:1.1
--- /dev/null   Thu Jun 16 14:28:36 2005
+++ SPECS/ayam.spec     Thu Jun 16 14:28:31 2005
@@ -0,0 +1,114 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with    tests           # build with tests
+%bcond_without tests           # build without tests
+#
+Summary:       ayam
+Summary(pl):   ayam
+Name:          ayam
+Version:       1.8.2
+Release:       0.1
+Epoch:         0
+License:       GPL
+#Vendor:               -
+Group:         -
+#Icon:         -
+Source0:       http://dl.sourceforge.net/%{name}/%{name}%{version}.src.tar.gz
+# Source0-md5: 
+#Source1:      -
+# Source1-md5: -
+#Patch0:               %{name}-what.patch
+#URL:          -
+#BuildRequires:        -
+#PreReq:               -
+#Requires(pre,post):   -
+#Requires(preun):      -
+#Requires(postun):     -
+#Requires:     -
+#Provides:     -
+#Obsoletes:    -
+#Conflicts:    -
+#BuildArch:    noarch
+#ExclusiveArch:  %{ix86}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+#%package subpackage
+#Summary:      -
+#Summary(pl):  -
+#Group:                -
+
+#%description subpackage
+
+#%description subpackage -l pl
+
+%prep
+%setup -q -n %{name}
+#%patch0 -p1
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+
+%preun
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+# if _sysconfdir != /etc:
+#%%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+
+%attr(755,root,root) %{_bindir}/*
+
+%{_datadir}/%{name}
+
+# initscript and its config
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+
+#%files subpackage
+#%defattr(644,root,root,755)
+#%doc extras/*.gz
+#%{_datadir}/%{name}-ext
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/16 12:28:31  cieciwa
+- initial.
+NFY
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to