SPECS: nexus.spec - added Summary and %description - adapterized
pawelz
pawelz at pld-linux.org
Fri Oct 24 16:44:33 CEST 2008
Author: pawelz Date: Fri Oct 24 14:44:33 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added Summary and %description
- adapterized
---- Files affected:
SPECS:
nexus.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/nexus.spec
diff -u SPECS/nexus.spec:1.1 SPECS/nexus.spec:1.2
--- SPECS/nexus.spec:1.1 Fri Oct 24 16:42:00 2008
+++ SPECS/nexus.spec Fri Oct 24 16:44:28 2008
@@ -1,7 +1,7 @@
# $Revision$, $Date$
#
%include /usr/lib/rpm/macros.java
-Summary: -
+Summary: Maven Repository Manager
Name: nexus
Version: 1.0.2
Release: 0.1
@@ -17,23 +17,32 @@
BuildRequires: jpackage-utils
BuildRequires: rpm-javaprov
BuildRequires: rpmbuild(macros) >= 1.300
-Requires(post,preun): /sbin/chkconfig
-Requires(postun): /usr/sbin/groupdel
-Requires(postun): /usr/sbin/userdel
-Requires(pre): /bin/id
-Requires(pre): /usr/bin/getgid
-Requires(pre): /usr/sbin/groupadd
-Requires(pre): /usr/sbin/useradd
+Requires(post,preun): /sbin/chkconfig
+Requires(postun): /usr/sbin/groupdel
+Requires(postun): /usr/sbin/userdel
+Requires(pre): /bin/id
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
# We do need exactly 3.2.3 version (it is tagged as JSW_3_2)
Requires: java-service-wrapper = 3.2.3
Requires: jpackage-utils
-Provides: group(nexus)
-Requires: rc-scripts
-Provides: user(nexus)
+Requires: rc-scripts
+Provides: group(nexus)
+Provides: user(nexus)
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
+Nexus is a powerful and robust Maven repository manager, created to
+provide reliable access to artifacts required for development and
+provisioning. Maven's central repository has always served as a great
+convenience for users of Maven, but it has always been recommended to
+maintain your own repositories to ensure stability within your
+organization. Nexus greatly simplifies the maintenance of your own
+internal repositories and access to external repositories. With Nexus
+you can completely control access to, and deployment of, every
+artifact in your organization from a single location.
%prep
%setup -q -c
@@ -82,7 +91,7 @@
%files
%defattr(644,root,root,755)
-%attr(755,root,root) %{_sysconfdir}/init.d/nexus
+%attr(754,root,root) /etc/rc.d/init.d/nexus
%{_sysconfdir}/nexus
@@ -105,6 +114,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008/10/24 14:44:28 pawelz
+- added Summary and %description
+- adapterized
+
Revision 1.1 2008/10/24 14:42:00 pawelz
- initial PLD release
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nexus.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list