Author: paszczus                     Date: Mon Aug  8 14:53:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- raw spec
- not finished, builds without any files

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

---- Diffs:

================================================================
Index: SPECS/Apache-FileManager.spec
diff -u /dev/null SPECS/Apache-FileManager.spec:1.1
--- /dev/null   Mon Aug  8 16:53:42 2005
+++ SPECS/Apache-FileManager.spec       Mon Aug  8 16:53:37 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:       Apache module: File Manager
+Summary(pl):   Moduł Apache'a: Zarządca plików
+Name:          Apache-FileManager
+Version:       0.19
+Release:       0.1
+License:       dunno
+Group:         Networking/Daemons
+Source0:       
http://www.cpan.org/modules/by-module/Apache/PMC/%{name}-%{version}.tar.gz
+# Source0-md5: c9215148e78d20b3ef9774210d08daf3
+URL:           http://freshmeat.net/projects/apache-filemanager/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Apache::FileManager module is a simple HTML file manager. It
+provides file manipulations such as cut, copy, paste, delete, rename,
+extract archive, create directory, create file, edit file, and upload
+files. It also has the ability to rsync the server htdocs tree to
+another server with the click of a button.
+
+%prep
+%setup -q
+
+%build
+%{__perl} Makefile.PL \
+        INSTALLDIRS=vendor
+%{__make} \
+        OPTIMIZE="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%service apache restart
+
+%postun
+%service apache restart
+
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_pkglibdir}/*
+
+%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/08/08 14:53:37  paszczus
+- raw spec
+- not finished, builds without any files
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to